@import "../vendor/font-awesome-4.0.3/css/font-awesome.min.css";
@import "../vendor/normalize-3.0.1/normalize.min.css";
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserif/v22/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBNLg_cMrq4.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserif/v22/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFCTw8cP.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserif/v22/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZT1eTw8cP.ttf) format('truetype');
}
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WR32kg.ttf) format('truetype');
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  max-height: 100%;
  font-size: 62.5%;
}
body {
  font-family: 'Inconsolata', sans-serif;
  font-size: 2rem;
  line-height: 1.6em;
  height: 100%;
  max-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1;
  margin-top: 0;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 5rem;
  line-height: 1.2em;
  letter-spacing: -2px;
  text-indent: -3px;
}
h2 {
  font-size: 4rem;
  line-height: 1.2em;
  letter-spacing: -1px;
  text-indent: -2px;
}
a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover,
a:focus {
  color: #fff;
  opacity: 0.5;
}
.post-template a:hover {
  opacity: 0.6;
}
figcaption {
  font-size: 1.5rem;
  text-align: center;
}
.site-head {
  width: 100%;
  height: 130px;
  font-weight: 300;
  padding-right: 50px;
}
.home-template .site-head,
.paged .site-head,
.tag-template .site-head {
  position: fixed;
}
.blog-title {
  display: inline-block;
  border-bottom: none;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 50px 0 10px 100px;
}
.blog-title:hover,
.post-template .blog-title:hover {
  opacity: 1;
}
.blog-title .icon-back {
  position: absolute;
  left: 80px;
  opacity: 0.5;
}
.blog-title .title-text {
  transition: opacity 0.3s ease;
}
.blog-title .title-text:hover {
  opacity: 0.5;
}
.site-head-button {
  font-size: 36px;
  display: none;
}
.site-head-links {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.site-head-links > li {
  display: block;
  float: left;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  padding-right: 20px;
}
.site-head-links .blog-logo {
  border-bottom: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.tag-archive-header {
  color: #fff;
  font-size: 36px;
  line-height: 32px;
  font-weight: 400;
  padding-left: 100px;
}
.posts-list {
  width: 100%;
  height: 100%;
}
.posts-list .post {
  display: table;
  width: 100%;
  height: 100%;
}
.posts-list .post .post-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.posts-list .post .icon-featured,
.posts-list .post .icon-external {
  font-size: 28px;
  margin-left: 10px;
}
.posts-list .post .icon-featured {
  display: none;
  position: absolute;
  left: -50px;
  top: 10px;
}
.posts-list .post.featured .icon-featured {
  display: inline-block;
}
.posts-list .post-header {
  display: inline-block;
  font-weight: 300;
  max-width: 85%;
  margin: 0 auto;
  padding: 0 50px;
  text-align: left;
}
.posts-list .post-title {
  font-size: 36px;
  font-weight: 300;
  margin: 10px 0;
  position: relative;
}
.posts-list .post-title a {
  border-bottom: 2px solid transparent;
}
.posts-list .post-title a:hover {
  border-bottom: 2px solid #fff;
  opacity: 1;
}
.posts-list .post-quote {
  margin: 10px 0;
  position: relative;
}
.posts-list .post-quote .icon-featured {
  left: -60px;
}
.posts-list .post-quote p {
  font-size: 36px;
  line-height: 42px;
  margin: 0;
}
.posts-list .post-quote p:before {
  display: block;
  content: "«";
  position: absolute;
  top: 0;
  left: -20px;
}
.posts-list .post-quote p:after {
  display: inline;
  content: " »";
}
.posts-list .post-quote footer {
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: -40px;
}
.posts-list .post-time,
.posts-list .post-tags > * {
  font-size: 18px;
  opacity: 0.5;
}
.posts-list .post-tags a:hover {
  opacity: 1;
}
.pagination {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.pagination a {
  font-size: 18px;
  font-weight: 300;
  padding: 10px 100px 50px 100px;
}
.pagination .newer-posts {
  float: left;
  padding-right: 30px;
}
.pagination .older-posts {
  float: right;
  padding-left: 30px;
}
.post-item {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 4rem auto;
}
.post-item .post-header {
  text-align: center;
  margin-bottom: 40px;
}
.post-item .post-title {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 0;
}
.post-item .post-time,
.post-item .post-tags > * {
  font-size: 18px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.post-item .post-tags a:hover {
  opacity: 1;
}
.post-item .post-content {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  line-height: 1.8;
}
.post-item .post-content > p:first-child {
  font-family: "Inconsolata", sans-serif;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
}
.post-item .post-content h2,
.post-item .post-content h3,
.post-item .post-content h4,
.post-item .post-content h5,
.post-item .post-content h6 {
  font-family: "Inconsolata", sans-serif;
  line-height: 1.2;
  padding: 10px 0;
  margin: 0;
}
.post-item .post-content h2 {
  font-size: 32px;
  font-weight: 700;
}
.post-item .post-content h3 {
  font-size: 28px;
  font-weight: 400;
}
.post-item .post-content h4 {
  font-size: 24px;
  font-weight: 700;
}
.post-item .post-content h5 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-item .post-content h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-item .post-content p,
.post-item .post-content ol,
.post-item .post-content ul {
  margin: 0 0 30px;
}
.post-item .post-content > p:first-child {
  font-family: "Inconsolata", sans-serif;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
}
.post-item .post-content .paragraph-image {
  margin: 0 -50px 40px;
  text-align: center;
}
.post-item .post-content .paragraph-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 2px;
}
.post-item .post-content blockquote {
  text-align: center;
  font-size: 36px;
  font-style: italic;
  line-height: 46px;
}
.post-item .post-content code {
  padding: 0 5px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fafafa;
}
.post-item .post-content pre code {
  display: block;
  padding: 20px;
}
.post-item hr {
  border-width: 0 0 2px 0;
  border-color: #eee;
  margin: 50px auto;
  width: 200px;
}
.post-item .share {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.post-item .share a {
  margin-left: 10px;
}
.post-item .share .icon-facebook {
  color: #3b5998 !important;
}
.post-item .share .icon-twitter {
  color: #55acee !important;
}
.post-item .share .icon-google-plus {
  color: #dd4b39 !important;
}
.post-item .author {
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}
.post-item .author .avatar {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  margin: 0 auto;
}
.post-item .author .name {
  font-size: 18px;
  margin: 20px 0 0;
}
.post-item .author .bio {
  font-size: 14px;
  margin-top: 10px;
}
.aside-indicators {
  display: table;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
}
.aside-indicators .aside-indicators-inner {
  display: table-cell;
  vertical-align: middle;
}
.aside-indicators .nav {
  padding: 0;
  list-style: none;
}
.aside-indicators .nav li a {
  display: block;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  margin: 11px 30px 11px 11px;
  opacity: 1;
  text-indent: -999px;
  width: 10px;
  height: 10px;
}
.aside-indicators .nav .active a {
  width: 12px;
  height: 12px;
  margin: 10px;
  background-color: #fff;
}
.site-footer {
  font-size: 14px;
  line-height: 22px;
  padding: 40px;
  text-align: center;
}
.home-template .site-footer,
.paged .site-footer,
.tag-template .site-footer {
  display: none;
  color: #fff;
}
.site-footer .inner {
  opacity: 0.7;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  opacity: 0.4;
}
@media screen and (max-width: 640px) {
  /* Custom Felix Stuff */
  .aboutmeintro h2 {
    display: none;
  }
  .aboutmeintro h4 {
    margin-top: 140px;
  }
  .site-head {
    padding-right: 0;
    width: 100%;
    height: 95px;
    z-index: 1;
  }
  .blog-title {
    padding: 20px 20px 0;
    width: 150px;
  }
  .blog-title .icon-back {
    left: 5px;
  }
  .site-head-button {
    display: block;
    float: right;
    padding: 20px 20px;
  }
  .site-head-button .icon-close {
    display: none;
  }
  .site-head-links {
    display: none;
    padding: 30px;
    width: 100%;
  }
  .site-head-links > li {
    display: block;
    float: none;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
  }
  .site-head-links .blog-logo {
    width: 60px;
    height: 60px;
  }
  .tag-archive-header {
    padding-left: 20px;
  }
  .author-block-opened {
    overflow-y: hidden;
  }
  .author-block-opened .site-head {
    background: #e27ee3;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0;
  }
  .author-block-opened .site-head-links {
    display: block;
  }
  .author-block-opened .site-head-button .icon-open {
    display: none;
  }
  .author-block-opened .site-head-button .icon-close {
    display: inline;
  }
  .posts-list {
    position: relative;
    height: auto;
  }
  .posts-list .post {
    height: auto;
  }
  .posts-list .post:last-of-type {
    padding-bottom: 40px;
  }
  .posts-list .post.featured {
    padding-bottom: 70px;
  }
  .posts-list .post .icon-featured {
    font-size: 32px;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: -55px;
    left: 0;
    right: 0;
  }
  .posts-list .post-inner {
    height: auto;
    padding: 50px 0;
  }
  .posts-list .post-header {
    position: relative;
    max-width: 80%;
    padding: 0;
    text-align: center;
  }
  .posts-list .post-title,
  .posts-list .post-quote p {
    font-size: 32px;
    line-height: 42px;
    position: static;
  }
  .posts-list .post-quote footer {
    margin-top: 10px;
    position: static;
  }
  .posts-list .post-quote p:before {
    display: inline-block;
    position: static;
    content: "« ";
  }
  .pagination {
    position: absolute;
  }
  .pagination a {
    padding: 20px 20px;
  }
  .aside-indicators {
    display: none;
  }
  .post-item {
    width: 90%;
  }
  .post-item .post-title {
    font-size: 32px;
    line-height: 42px;
  }
  .post-item .post-content {
    font-size: 18px;
  }
  .post-item .post-content p,
  .post-item .post-content ol,
  .post-item .post-content ul {
    margin: 0 0 20px;
  }
  .post-item .post-content p:first-child {
    font-size: 18px;
  }
  .post-item .post-content blockquote {
    font-size: 32px;
    line-height: 42px;
  }
  .post-item .post-content .paragraph-image {
    margin: 0;
  }
  .post-item .share a {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
  .post-item .author {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .tag-archive-header {
    float: right;
    padding: 50px 100px 0 0;
  }
  .posts-list .post-header {
    max-width: 70%;
  }
  .posts-list .post-header:hover .post-time {
    opacity: 0.5;
  }
  .posts-list .post-header:hover .post-tags {
    opacity: 1;
  }
  .posts-list .post-time,
  .posts-list .post-tags {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .pagination {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .pagination:hover {
    opacity: 1;
  }
  .scrolled-bottom .pagination {
    opacity: 1;
  }
  .post-item .post-content .paragraph-image img {
    width: auto;
  }
  .scrolled-bottom .site-footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 700px;
    margin-left: -350px;
    left: 50%;
  }
}
.home-template .post,
.paged .post,
.tag-template .post {
  background-color: #e27ee3;
  color: #fff;
}
.home-template .post.tag-yellow,
.paged .post.tag-yellow,
.tag-template .post.tag-yellow,
.home-template .post.tag-yellow-2,
.paged .post.tag-yellow-2,
.tag-template .post.tag-yellow-2 {
  background-color: #ecc36a;
  color: #fff;
}
.home-template .post.tag-orange,
.paged .post.tag-orange,
.tag-template .post.tag-orange,
.home-template .post.tag-orange-2,
.paged .post.tag-orange-2,
.tag-template .post.tag-orange-2 {
  background-color: #ff7f66;
  color: #fff;
}
.home-template .post.tag-red,
.paged .post.tag-red,
.tag-template .post.tag-red,
.home-template .post.tag-red-2,
.paged .post.tag-red-2,
.tag-template .post.tag-red-2 {
  background-color: #e05e5e;
  color: #fff;
}
.home-template .post.tag-pink,
.paged .post.tag-pink,
.tag-template .post.tag-pink,
.home-template .post.tag-pink-2,
.paged .post.tag-pink-2,
.tag-template .post.tag-pink-2 {
  background-color: #e27ee3;
  color: #fff;
}
.home-template .post.tag-purple,
.paged .post.tag-purple,
.tag-template .post.tag-purple,
.home-template .post.tag-purple-2,
.paged .post.tag-purple-2,
.tag-template .post.tag-purple-2 {
  background-color: #a778e2;
  color: #fff;
}
.home-template .post.tag-marine,
.paged .post.tag-marine,
.tag-template .post.tag-marine,
.home-template .post.tag-marine-2,
.paged .post.tag-marine-2,
.tag-template .post.tag-marine-2 {
  background-color: #6870de;
  color: #fff;
}
.home-template .post.tag-blue,
.paged .post.tag-blue,
.tag-template .post.tag-blue,
.home-template .post.tag-blue-2,
.paged .post.tag-blue-2,
.tag-template .post.tag-blue-2 {
  background-color: #68bddd;
  color: #fff;
}
.home-template .post.tag-cyan,
.paged .post.tag-cyan,
.tag-template .post.tag-cyan,
.home-template .post.tag-cyan-2,
.paged .post.tag-cyan-2,
.tag-template .post.tag-cyan-2 {
  background-color: #60ceb5;
  color: #fff;
}
.home-template .post.tag-green,
.paged .post.tag-green,
.tag-template .post.tag-green,
.home-template .post.tag-green-2,
.paged .post.tag-green-2,
.tag-template .post.tag-green-2 {
  background-color: #5dcf72;
  color: #fff;
}
.page-template .site-head a,
.post-template .site-head a,
.page-template .post a,
.post-template .post a,
.page-template .post-header,
.post-template .post-header {
  color: #e27ee3;
}
.page-template .site-footer,
.post-template .site-footer {
  background: #e27ee3;
  color: #fff;
}
.page-template.author-block-opened .site-head,
.post-template.author-block-opened .site-head {
  background: #e27ee3;
}
.page-template.author-block-opened .site-head a,
.post-template.author-block-opened .site-head a {
  color: #fff;
}
.page-template.tag-yellow .site-head a,
.post-template.tag-yellow .site-head a,
.page-template.tag-yellow-2 .site-head a,
.post-template.tag-yellow-2 .site-head a,
.page-template.tag-yellow .post a,
.post-template.tag-yellow .post a,
.page-template.tag-yellow-2 .post a,
.post-template.tag-yellow-2 .post a,
.page-template.tag-yellow .post-header,
.post-template.tag-yellow .post-header,
.page-template.tag-yellow-2 .post-header,
.post-template.tag-yellow-2 .post-header {
  color: #ecc36a;
}
.page-template.tag-yellow .site-footer,
.post-template.tag-yellow .site-footer,
.page-template.tag-yellow-2 .site-footer,
.post-template.tag-yellow-2 .site-footer {
  background: #ecc36a;
  color: #fff;
}
.page-template.tag-yellow.author-block-opened .site-head,
.post-template.tag-yellow.author-block-opened .site-head,
.page-template.tag-yellow-2.author-block-opened .site-head,
.post-template.tag-yellow-2.author-block-opened .site-head {
  background: #ecc36a;
}
.page-template.tag-yellow.author-block-opened .site-head a,
.post-template.tag-yellow.author-block-opened .site-head a,
.page-template.tag-yellow-2.author-block-opened .site-head a,
.post-template.tag-yellow-2.author-block-opened .site-head a {
  color: #fff;
}
.page-template.tag-orange .site-head a,
.post-template.tag-orange .site-head a,
.page-template.tag-orange-2 .site-head a,
.post-template.tag-orange-2 .site-head a,
.page-template.tag-orange .post a,
.post-template.tag-orange .post a,
.page-template.tag-orange-2 .post a,
.post-template.tag-orange-2 .post a,
.page-template.tag-orange .post-header,
.post-template.tag-orange .post-header,
.page-template.tag-orange-2 .post-header,
.post-template.tag-orange-2 .post-header {
  color: #ff7f66;
}
.page-template.tag-orange .site-footer,
.post-template.tag-orange .site-footer,
.page-template.tag-orange-2 .site-footer,
.post-template.tag-orange-2 .site-footer {
  background: #ff7f66;
  color: #fff;
}
.page-template.tag-orange.author-block-opened .site-head,
.post-template.tag-orange.author-block-opened .site-head,
.page-template.tag-orange-2.author-block-opened .site-head,
.post-template.tag-orange-2.author-block-opened .site-head {
  background: #ff7f66;
}
.page-template.tag-orange.author-block-opened .site-head a,
.post-template.tag-orange.author-block-opened .site-head a,
.page-template.tag-orange-2.author-block-opened .site-head a,
.post-template.tag-orange-2.author-block-opened .site-head a {
  color: #fff;
}
.page-template.tag-red .site-head a,
.post-template.tag-red .site-head a,
.page-template.tag-red-2 .site-head a,
.post-template.tag-red-2 .site-head a,
.page-template.tag-red .post a,
.post-template.tag-red .post a,
.page-template.tag-red-2 .post a,
.post-template.tag-red-2 .post a,
.page-template.tag-red .post-header,
.post-template.tag-red .post-header,
.page-template.tag-red-2 .post-header,
.post-template.tag-red-2 .post-header {
  color: #e05e5e;
}
.page-template.tag-red .site-footer,
.post-template.tag-red .site-footer,
.page-template.tag-red-2 .site-footer,
.post-template.tag-red-2 .site-footer {
  background: #e05e5e;
  color: #fff;
}
.page-template.tag-red.author-block-opened .site-head,
.post-template.tag-red.author-block-opened .site-head,
.page-template.tag-red-2.author-block-opened .site-head,
.post-template.tag-red-2.author-block-opened .site-head {
  background: #e05e5e;
}
.page-template.tag-red.author-block-opened .site-head a,
.post-template.tag-red.author-block-opened .site-head a,
.page-template.tag-red-2.author-block-opened .site-head a,
.post-template.tag-red-2.author-block-opened .site-head a {
  color: #fff;
}
.page-template.tag-pink .site-head a,
.post-template.tag-pink .site-head a,
.page-template.tag-pink-2 .site-head a,
.post-template.tag-pink-2 .site-head a,
.page-template.tag-pink .post a,
.post-template.tag-pink .post a,
.page-template.tag-pink-2 .post a,
.post-template.tag-pink-2 .post a,
.page-template.tag-pink .post-header,
.post-template.tag-pink .post-header,
.page-template.tag-pink-2 .post-header,
.post-template.tag-pink-2 .post-header {
  color: #e27ee3;
}
.page-template.tag-pink .site-footer,
.post-template.tag-pink .site-footer,
.page-template.tag-pink-2 .site-footer,
.post-template.tag-pink-2 .site-footer {
  background: #e27ee3;
  color: #fff;
}
.page-template.tag-pink.author-block-opened .site-head,
.post-template.tag-pink.author-block-opened .site-head,
.page-template.tag-pink-2.author-block-opened .site-head,
.post-template.tag-pink-2.author-block-opened .site-head {
  background: #e27ee3;
}
.page-template.tag-pink.author-block-opened .site-head a,
.post-template.tag-pink.author-block-opened .site-head a,
.page-template.tag-pink-2.author-block-opened .site-head a,
.post-template.tag-pink-2.author-block-opened .site-head a {
  color: #fff;
}
.page-template.tag-purple .site-head a,
.post-template.tag-purple .site-head a,
.page-template.tag-purple-2 .site-head a,
.post-template.tag-purple-2 .site-head a,
.page-template.tag-purple .post a,
.post-template.tag-purple .post a,
.page-template.tag-purple-2 .post a,
.post-template.tag-purple-2 .post a,
.page-template.tag-purple .post-header,
.post-template.tag-purple .post-header,
.page-template.tag-purple-2 .post-header,
.post-template.tag-purple-2 .post-header {
  color: #a778e2;
}
.page-template.tag-purple .site-footer,
.post-template.tag-purple .site-footer,
.page-template.tag-purple-2 .site-footer,
.post-template.tag-purple-2 .site-footer {
  background: #a778e2;
  color: #fff;
}
.page-template.tag-purple.author-block-opened .site-head,
.post-template.tag-purple.author-block-opened .site-head,
.page-template.tag-purple-2.author-block-opened .site-head,
.post-template.tag-purple-2.author-block-opened .site-head {
  background: #a778e2;
}
.page-template.tag-purple.author-block-opened .site-head a,
.post-template.tag-purple.author-block-opened .site-head a,
.page-template.tag-purple-2.author-block-opened .site-head a,
.post-template.tag-purple-2.author-block-opened .site-head a {
  color: #fff;
}
.page-template.tag-marine .site-head a,
.post-template.tag-marine .site-head a,
.page-template.tag-marine-2 .site-head a,
.post-template.tag-marine-2 .site-head a,
.page-template.tag-marine .post a,
.post-template.tag-marine .post a,
.page-template.tag-marine-2 .post a,
.post-template.tag-marine-2 .post a,
.page-template.tag-marine .post-header,
.post-template.tag-marine .post-header,
.page-template.tag-marine-2 .post-header,
.post-template.tag-marine-2 .post-header {
  color: #6870de;
}
.page-template.tag-marine .site-footer,
.post-template.tag-marine .site-footer,
.page-template.tag-marine-2 .site-footer,
.post-template.tag-marine-2 .site-footer {
  background: #6870de;
  color: #fff;
}
.page-template.tag-marine.author-block-opened .site-head,
.post-template.tag-marine.author-block-opened .site-head,
.page-template.tag-marine-2.author-block-opened .site-head,
.post-template.tag-marine-2.author-block-opened .site-head {
  background: #6870de;
}
.page-template.tag-marine.author-block-opened .site-head a,
.post-template.tag-marine.author-block-opened .site-head a,
.page-template.tag-marine-2.author-block-opened .site-head a,
.post-template.tag-marine-2.author-block-opened .site-head a {
  color: #fff;
}
.page-template.tag-blue .site-head a,
.post-template.tag-blue .site-head a,
.page-template.tag-blue-2 .site-head a,
.post-template.tag-blue-2 .site-head a,
.page-template.tag-blue .post a,
.post-template.tag-blue .post a,
.page-template.tag-blue-2 .post a,
.post-template.tag-blue-2 .post a,
.page-template.tag-blue .post-header,
.post-template.tag-blue .post-header,
.page-template.tag-blue-2 .post-header,
.post-template.tag-blue-2 .post-header {
  color: #68bddd;
}
.page-template.tag-blue .site-footer,
.post-template.tag-blue .site-footer,
.page-template.tag-blue-2 .site-footer,
.post-template.tag-blue-2 .site-footer {
  background: #68bddd;
  color: #fff;
}
.page-template.tag-blue.author-block-opened .site-head,
.post-template.tag-blue.author-block-opened .site-head,
.page-template.tag-blue-2.author-block-opened .site-head,
.post-template.tag-blue-2.author-block-opened .site-head {
  background: #68bddd;
}
.page-template.tag-blue.author-block-opened .site-head a,
.post-template.tag-blue.author-block-opened .site-head a,
.page-template.tag-blue-2.author-block-opened .site-head a,
.post-template.tag-blue-2.author-block-opened .site-head a {
  color: #fff;
}
.page-template.tag-cyan .site-head a,
.post-template.tag-cyan .site-head a,
.page-template.tag-cyan-2 .site-head a,
.post-template.tag-cyan-2 .site-head a,
.page-template.tag-cyan .post a,
.post-template.tag-cyan .post a,
.page-template.tag-cyan-2 .post a,
.post-template.tag-cyan-2 .post a,
.page-template.tag-cyan .post-header,
.post-template.tag-cyan .post-header,
.page-template.tag-cyan-2 .post-header,
.post-template.tag-cyan-2 .post-header {
  color: #60ceb5;
}
.page-template.tag-cyan .site-footer,
.post-template.tag-cyan .site-footer,
.page-template.tag-cyan-2 .site-footer,
.post-template.tag-cyan-2 .site-footer {
  background: #60ceb5;
  color: #fff;
}
.page-template.tag-cyan.author-block-opened .site-head,
.post-template.tag-cyan.author-block-opened .site-head,
.page-template.tag-cyan-2.author-block-opened .site-head,
.post-template.tag-cyan-2.author-block-opened .site-head {
  background: #60ceb5;
}
.page-template.tag-cyan.author-block-opened .site-head a,
.post-template.tag-cyan.author-block-opened .site-head a,
.page-template.tag-cyan-2.author-block-opened .site-head a,
.post-template.tag-cyan-2.author-block-opened .site-head a {
  color: #fff;
}
.page-template.tag-green .site-head a,
.post-template.tag-green .site-head a,
.page-template.tag-green-2 .site-head a,
.post-template.tag-green-2 .site-head a,
.page-template.tag-green .post a,
.post-template.tag-green .post a,
.page-template.tag-green-2 .post a,
.post-template.tag-green-2 .post a,
.page-template.tag-green .post-header,
.post-template.tag-green .post-header,
.page-template.tag-green-2 .post-header,
.post-template.tag-green-2 .post-header {
  color: #5dcf72;
}
.page-template.tag-green .site-footer,
.post-template.tag-green .site-footer,
.page-template.tag-green-2 .site-footer,
.post-template.tag-green-2 .site-footer {
  background: #5dcf72;
  color: #fff;
}
.page-template.tag-green.author-block-opened .site-head,
.post-template.tag-green.author-block-opened .site-head,
.page-template.tag-green-2.author-block-opened .site-head,
.post-template.tag-green-2.author-block-opened .site-head {
  background: #5dcf72;
}
.page-template.tag-green.author-block-opened .site-head a,
.post-template.tag-green.author-block-opened .site-head a,
.page-template.tag-green-2.author-block-opened .site-head a,
.post-template.tag-green-2.author-block-opened .site-head a {
  color: #fff;
}
/* Custom Felix Stuff */
.aboutmeintro #shader-container {
  position: absolute;
  height: 100vh;
  width: 100vw;
}
.aboutmeintro #menu {
  display: flex;
  flex-direction: column;
}
.aboutmeintro .post-title {
  margin: 0;
}
.aboutmeintro .header-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  margin-right: -80px;
}
.aboutmeintro * {
  position: relative;
}
.aboutmeintro h2 {
  text-align: center;
}
.aboutmeintro h2 a {
  font-size: 6em;
}
.aboutmeintro ul {
  margin: 0;
  padding: 0;
}
.aboutmeintro a,
.aboutmeintro li,
.aboutmeintro h4 {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.8), 0px 8px 13px rgba(0, 0, 0, 0.4), 0px 18px 23px rgba(0, 0, 0, 0.4);
}
.aboutmeintro .post {
  background-color: transparent;
}
.introsubtitle {
  text-align: center;
}
.social-icon {
  display: inline-block;
  list-style-image: none;
  font-size: 1.4em;
  margin-left: 5px;
  margin-right: 5px;
  text-shadow: 0px 0px 10px #000000;
}
.social-icons {
  text-align: center;
  margin-top: 1em;
}
.kg-image {
  max-width: 800px;
  height: auto;
}
.kg-width-wide,
.kg-width-full {
  max-width: 800px;
}
/* Image Zoom */
.zoomD {
  width: 600px;
  height: auto;
  cursor: pointer;
}
#lb-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
#lb-back.show {
  visibility: visible;
  opacity: 1;
}
#lb-img {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#lb-img img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
