html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
sup,
sub,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: #ffffff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
@font-face {
  font-family: 'Hythlodaeus';
  src: url('/fonts/hythlodaeus-regular-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Hythlodaeus Lining';
  src: url('/fonts/hythlodaeus-regular-lining-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Hythlodaeus';
  src: url('/fonts/hythlodaeus-italic-webfont.woff') format('woff');
  font-style: italic;
}
@font-face {
  font-family: 'Hythlodaeus';
  src: url('/fonts/hythlodaeus-bold-webfont.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'Hythlodaeus SC';
  src: url('/fonts/hythlodaeus-sc-webfont.woff') format('woff');
}
/* Icons */
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.woff?-qb3wzf') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e601";
}
.icon-drawer:before {
  content: "\e602";
}
.icon-twitter:before {
  content: "\e603";
}
.icon-feed:before {
  content: "\e604";
}
.icon-anchor:before {
  content: "\e605";
}
.icon-hyperlink:before {
  content: "\e600";
}
.icon-paperplane:before {
  content: "\e606";
}
/*----------------------------------------------
    Hero below the fold arrow indicator
------------------------------------------------*/
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(8px, 8px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------------------------
    Header and content initial fade in
------------------------------------------------*/
/* Note: Rotation forces subpixel translate on Firefox */
@-webkit-keyframes header-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes header-fade-in {
  0% {
    opacity: 0;
    transform: translate(0, -5px) rotateX(0.9deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotateX(0deg);
  }
}
@-webkit-keyframes article-fade-in {
  0% {
    -webkit-transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes article-fade-in {
  0% {
    transform: translate(0, 3px) rotateX(0.9deg);
  }
  100% {
    transform: translate(0, 0) rotateX(0deg);
  }
}
@-webkit-keyframes content-fade-in {
  0% {
    -webkit-transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes content-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes content-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------
    Iconlink hover effect
------------------------------------------------*/
@-webkit-keyframes iconlink-mouseover {
  0% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.32);
  }
  100% {
    -webkit-transform: scale(1.26);
  }
}
@keyframes iconlink-mouseover {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.32);
  }
  100% {
    transform: scale(1.26);
  }
}
@-webkit-keyframes iconlink-mouseout {
  0% {
    -webkit-transform: scale(1.26);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes iconlink-mouseout {
  0% {
    transform: scale(1.26);
  }
  100% {
    transform: scale(1);
  }
}
/*----------------------------------------------
    Hero image loading indicator
------------------------------------------------*/
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    opacity: 0.2;
    -webkit-transform: scaleY(0.4);
  }
  20% {
    opacity: 1;
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    opacity: 0.2;
    transform: scaleY(0.4);
  }
  20% {
    opacity: 1;
    transform: scaleY(1);
  }
}
/*----------------------------------------------
    Content fade out transition
------------------------------------------------*/
@-webkit-keyframes content-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
  }
}
@keyframes content-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(5px);
  }
}
/*----------------------------------------------
    Fonts
------------------------------------------------*/
/* Body */
/* Small caps */
/* Labels */
/* Headings */
/* Lining numerals */
/*----------------------------------------------
    Widths, Sizes, Line heights and Durations
------------------------------------------------*/
/* Content width */
/* Body font size */
/* Body line height */
/* General transition duration */
/*----------------------------------------------
    Colors
------------------------------------------------*/
/* Custom brand color, used for links */
/* Page background color */
/* Text color */
/* Very light support color */
/* Light support color */
/* Support color */
/* Background for code blocks */
/* Headings */
/* Navigation background */
/*----------------------------------------------
    Misc
------------------------------------------------*/
/* Golden ratio */
/* Off-canvas navigation width */
/*----------------------------------------------
    Cross-browser prefixes
------------------------------------------------*/
/* 3d translate for optimal performance */
/*----------------------------------------------
    Mixins
------------------------------------------------*/
.w1 {
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.buttonlink {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block !important;
  color: #313130;
  border: solid 1px #e5e5e4;
  font-size: 10px;
  padding: 0.6em 1em 0.7em 1em;
  border-radius: 2px;
}
.buttonlink i {
  font-size: 16px;
  position: relative;
  top: 3px;
  left: -3px;
  margin-right: 3px;
  color: #bbbbba;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* black 1x1 pixel with 60% opacity, used for custom underlines */
.link-underline-image {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNDVFNUZGOUQ2MUUxMUUzQjAxM0Q4RkJEODE4M0ZCMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNDVFNUZGQUQ2MUUxMUUzQjAxM0Q4RkJEODE4M0ZCMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU0NUU1RkY3RDYxRTExRTNCMDEzRDhGQkQ4MTgzRkIyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NUU1RkY4RDYxRTExRTNCMDEzRDhGQkQ4MTgzRkIyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CLnEWgAAAA9JREFUeNpiYGBgmAkQYAAAngCaoMXLCwAAAABJRU5ErkJggg==);
}
/*----------------------------------------------
    General
------------------------------------------------*/
html {
  /* 100% height needed for full-bleed hero header image */

  height: 100%;
  /*.antialiased;*/

}
body {
  font-size: 19px;
  overflow-x: hidden;
  background: #ffffff;
  font-family: "Hythlodaeus", Georgia, serif;
  color: #313130;
  line-height: 1.5;
  /* 100% height needed for full-bleed hero header image */

  height: 100%;
  /* Prevent mobile font resizing */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body.active {
  -webkit-transform: translate3d(120px, 0, 0);
  -moz-transform: translate3d(120px, 0, 0);
  -ms-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
@media only screen and (max-width: 500px) {
  body {
    font-size: 17px;
    line-height: 1.4;
  }
}
a {
  /* Remove iOS tap highlight */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #b55856;
  text-decoration: none;
}
em,
i {
  font-style: italic;
}
.small-caps {
  font-family: "Hythlodaeus SC", "Hythlodaeus", Georgia, serif;
  letter-spacing: 0.08em;
}
strong,
b {
  font-weight: bold;
}
h1,
h2 {
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.025em;
  font-weight: 700;
  font-family: "Hythlodaeus", Georgia, serif;
  font-size: 44px;
  line-height: 1.1;
  padding-bottom: 0;
  color: #313130;
}
@media only screen and (max-width: 500px) {
  h1,
  h2 {
    font-size: 28px;
  }
}
h1 a,
h2 a {
  color: #313130;
  display: block;
}
h1.link,
h2.link {
  position: relative;
  font-size: 31px;
}
h1.link .post-link,
h2.link .post-link {
  display: block;
  position: absolute;
  top: 3px;
  left: -30px;
  font-size: 16px;
  color: #fff;
  background: #313130;
  border-radius: 32px;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
}
.subtitle {
  color: #313130;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto 0 auto;
  padding-top: 0.4em;
}
@media only screen and (max-width: 500px) {
  .subtitle {
    font-size: 17px;
  }
}
h3 {
  font-weight: 700;
  font-family: "Hythlodaeus", Georgia, serif;
  color: #313130;
  font-size: 31px;
  line-height: 1.3;
  padding-top: 30px;
  padding-bottom: 30px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 500px) {
  h3 {
    font-size: 25px;
  }
}
h4 {
  color: #313130;
  font-style: italic;
  font-size: 21px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  h4 {
    font-size: 19px;
  }
}
h5 {
  color: #313130;
  padding-top: 30px;
  padding-bottom: 30px;
}
h6 {
  color: #313130;
  padding-top: 30px;
  padding-bottom: 30px;
}
hr {
  border: 0;
  display: block;
  height: 5px;
  position: relative;
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin: 30px auto;
  box-sizing: content-box;
}
hr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 100px;
  height: 1px;
  background: #e5e5e4;
}
sup {
  position: relative;
  vertical-align: super;
  font-size: 14px;
  line-height: 0;
  background: #ffffff;
  margin-left: 1px;
}
.first-word {
  font-family: "Hythlodaeus SC", "Hythlodaeus", Georgia, serif;
  letter-spacing: 0.08em;
  /*
  &.letter-a { margin-left: -10px; }
  &.letter-a .first-letter { margin-right: 6px; }
  &.letter-b .first-letter { margin-right: 1px; }
  &.letter-l { margin-left: -16px; }
  &.letter-l .first-letter { margin-right: 6px; }
  &.letter-o .first-letter { margin-right: 1px; }
  &.letter-x .first-letter { margin-right: 6px; }
  */

}
/*
.first-letter {
  text-transform: uppercase;
  font-size: 62px;
  float: left;
  margin: 31px 2px 0 0;
  color: @cc;
  line-height: 0;
}
*/
::selection {
  background: #b55856;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #b55856;
  color: #fff;
  text-shadow: none;
}
#content {
  transition-duration: 0.3s;
  transition-property: opacity trasnform -webkit-transform;
  /* iOS transition flicker fix */

  z-index: 1;
  height: 100%;
}
#content.active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  pointer-events: none;
}
/*----------------------------------------------
    Header
------------------------------------------------*/
#logo {
  /* Remove 300ms tap delay on Microsoft mobile browsers */

  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: absolute;
  z-index: 90;
  margin-top: 30px;
  margin-left: 30px;
  transition-duration: 0.3s;
  /* iOS transition flicker fix */

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  /*
  &.home {
    position: fixed;
  }
  */

}
@media only screen and (max-width: 500px) {
  #logo {
    margin-top: 15px;
    margin-left: 15px;
  }
  #logo img {
    max-width: 60%;
    height: auto;
  }
}
#logo.with-hero .text-logo {
  color: #fff;
  border-color: #fff;
}
#logo a {
  cursor: pointer;
}
#logo .text-logo {
  font-size: 22px;
  letter-spacing: -0.025em;
  color: #b55856;
  font-family: "Hythlodaeus", Georgia, serif;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  #logo .text-logo {
    max-width: 250px;
    font-size: 18px;
  }
}
.meta {
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  margin-bottom: 40px;
  position: relative;
  /*
  img {
    opacity: 0.9;
    position: absolute;
    top: 20px;
    left: 30px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
  }
  */

  /*
  &:before {
    content: "";
    height: 1px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 15px;
    background: @c2;
  }
  */

}
.meta .author {
  padding-left: 70px;
}
.meta img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 15px;
}
.meta .name {
  font-family: "Hythlodaeus SC", "Hythlodaeus", Georgia, serif;
  letter-spacing: 0.08em;
}
.meta .date {
  font-style: italic;
}
#share-twitter {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block !important;
  color: #313130;
  border: solid 1px #e5e5e4;
  font-size: 10px;
  padding: 0.6em 1em 0.7em 1em;
  border-radius: 2px;
  float: right;
  position: absolute;
  top: 19px;
  right: 15px;
  display: none !important;
}
#share-twitter i {
  font-size: 16px;
  position: relative;
  top: 3px;
  left: -3px;
  margin-right: 3px;
  color: #bbbbba;
}
#share-twitter i {
  color: #55acee;
}
@media only screen and (max-width: 500px) {
  #share-twitter {
    display: none !important;
  }
}
/*
p[data-pull-quote] {
  display: block;
  &:before {
    font-style: italic;
    cursor: pointer;
    .user-select(none);
    display: block;
    content: attr(data-pull-quote);
    font-size: 23px;
    line-height: 1.35;
    margin-bottom: @l1;
    padding: @l1;
    color: @c4;
    background: @c5;
    text-align: center;
  }
}
*/
.hero-container {
  z-index: 1;
  background-color: #212120;
  height: 100%;
  max-height: 1024px;
  position: relative;
  /* Hack to fix tear between site nav and hero when opening */

  border-left: solid 120px #212120;
  margin-left: -120px;
}
.hero-image {
  /*box-shadow: inset 0 0 150px rgba(0,0,0,0.3);*/

  z-index: 5;
  height: 100%;
  max-height: 1024px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 500px) {
  .hero-image {
    margin-bottom: 0;
  }
}
.hero-credits {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  max-width: 350px;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  z-index: 101;
  font-size: 13px;
}
@media only screen and (max-width: 500px) {
  .hero-credits {
    font-size: 10px;
    max-width: 120px;
    right: 15px;
    top: 15px;
  }
}
.hero-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 0 100px 0;
  color: #fff;
  z-index: 101;
}
@media only screen and (max-width: 500px) {
  .hero-heading {
    padding: 40px 0;
  }
}
.hero-heading h1 {
  font-size: 52px;
  color: #fff;
  clear: both;
}
@media only screen and (max-width: 500px) {
  .hero-heading h1 {
    font-size: 29px;
  }
}
.hero-heading .subtitle {
  padding-top: 19px;
  color: rgba(255, 255, 255, 0.7);
}
.hero-heading .scroll-arrow {
  cursor: pointer;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border: solid 2px #fff;
  border-left: 0;
  border-top: 0;
  transition-duration: 1s;
  font-size: 24px;
  opacity: 0;
  z-index: 101;
  /* Force smooth animation on Firefox */

  outline: 1px solid transparent;
  /* Arrow alignment */

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /* Arrow animation */

  -webkit-animation: pulsate 4s linear infinite;
  animation: pulsate 4s linear infinite;
  /* Turn off animation when needed */

}
.hero-heading .scroll-arrow:before {
  content: "";
  height: 10px;
  width: 2px;
  background: #fff;
  position: absolute;
  top: -2px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hero-heading .scroll-arrow.off {
  -webkit-animation: none;
  animation: none;
}
#post-header {
  padding-top: 150px;
  /*
  -webkit-animation: header-fade-in 1s;
  animation: header-fade-in 1s;
  */

}
.post-header-link {
  padding-top: 40px;
  margin-bottom: -20px;
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.post-header-link a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block !important;
  color: #313130;
  border: solid 1px #e5e5e4;
  font-size: 10px;
  padding: 0.6em 1em 0.7em 1em;
  border-radius: 2px;
}
.post-header-link a i {
  font-size: 16px;
  position: relative;
  top: 3px;
  left: -3px;
  margin-right: 3px;
  color: #bbbbba;
}
.underlined {
  color: #313130;
  text-shadow: 1px 0 0 #ffffff, 2px 0 0 #ffffff, -1px 0 0 #ffffff, -2px 0 0 #ffffff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNDVFNUZGOUQ2MUUxMUUzQjAxM0Q4RkJEODE4M0ZCMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNDVFNUZGQUQ2MUUxMUUzQjAxM0Q4RkJEODE4M0ZCMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU0NUU1RkY3RDYxRTExRTNCMDEzRDhGQkQ4MTgzRkIyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NUU1RkY4RDYxRTExRTNCMDEzRDhGQkQ4MTgzRkIyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CLnEWgAAAA9JREFUeNpiYGBgmAkQYAAAngCaoMXLCwAAAABJRU5ErkJggg==);
  background-position: 0px 1.28em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}
article {
  /* Footnotes */

}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
article p a,
article ol a,
article ul a,
article hr + ol:last-child a,
article hr + ul:last-child a,
article h3 a,
article h4 a,
article h5 a,
article h6 a {
  color: #313130;
  text-shadow: 1px 0 0 #ffffff, 2px 0 0 #ffffff, -1px 0 0 #ffffff, -2px 0 0 #ffffff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNDVFNUZGOUQ2MUUxMUUzQjAxM0Q4RkJEODE4M0ZCMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNDVFNUZGQUQ2MUUxMUUzQjAxM0Q4RkJEODE4M0ZCMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU0NUU1RkY3RDYxRTExRTNCMDEzRDhGQkQ4MTgzRkIyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU0NUU1RkY4RDYxRTExRTNCMDEzRDhGQkQ4MTgzRkIyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CLnEWgAAAA9JREFUeNpiYGBgmAkQYAAAngCaoMXLCwAAAABJRU5ErkJggg==);
  background-position: 0px 1.28em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}
article hr + ol:last-child a,
article hr + ul:last-child a {
  background-position: 0px 1.3em;
}
article blockquote a {
  background-position: 0px 1.3em;
}
article h3 a {
  background-position: 0px 1.27em;
}
article h4 a {
  background-position: 0px 1.25em;
}
article p {
  margin-bottom: 30px;
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 500px) {
  article p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
article p.empty {
  margin-bottom: 0;
}
article abbr {
  font-family: "Hythlodaeus SC", "Hythlodaeus", Georgia, serif;
  text-transform: lowercase;
}
article blockquote {
  font-style: italic;
  margin: 0 auto;
  max-width: 550px;
  padding: 0 40px;
  position: relative;
  font-size: 17px;
}
@media only screen and (max-width: 500px) {
  article blockquote {
    font-size: 15px;
  }
}
article blockquote p {
  padding: 0;
}
article blockquote em {
  font-style: normal;
}
article cite {
  font-family: "Hythlodaeus SC", "Hythlodaeus", Georgia, serif;
  font-style: normal;
  display: block;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}
article cite i {
  font-family: "Hythlodaeus", Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
  font-style: italic;
}
article ul,
article ol {
  margin: 0 auto 30px auto;
  max-width: 550px;
  padding: 0 40px;
}
article ul p,
article ol p {
  padding: 0;
}
article ul {
  list-style-type: disc;
}
article ol {
  list-style-type: decimal;
}
article code {
  border-radius: 2px;
  font-family: monospace;
  background: #f9f9f8;
  padding: 2px 5px;
  font-size: 16px;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}
@media only screen and (max-width: 500px) {
  article code {
    font-size: 14px;
  }
}
article pre {
  border-radius: 2px;
  font-family: monospace;
  margin: 0 auto;
  max-width: 680px;
  margin-bottom: 30px;
  background: #f9f9f8;
}
article pre code {
  background: none;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 15px;
  border: 0;
  display: block;
  overflow-x: auto;
  font-family: monospace;
}
article table {
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
article img {
  display: block;
  padding: 30px 0;
  max-width: 100%;
  height: auto;
}
article p.free-width {
  max-width: 100%;
}
article p.free-width img {
  max-width: 100%;
}
article p.full-bleed {
  max-width: none;
  width: 100%;
}
article p.full-bleed img {
  max-width: none;
  width: 100%;
  height: auto;
}
article .caption {
  font-family: "Helvetica Neue", Arial, sans-serif;
  display: block;
  font-size: 12px;
  color: #888887;
  max-width: 300px;
  text-align: center;
  margin-top: -30px;
}
article hr + ol:last-child,
article hr + ul:last-child {
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  article hr + ol:last-child,
  article hr + ul:last-child {
    font-size: 14px;
  }
}
article hr + ul:last-child {
  list-style-type: none;
}
article.post {
  transition-duration: 0.6s;
  transition-property: opacity;
  position: relative;
  padding-bottom: 60px;
  padding-top: 40px;
}
article.active {
  opacity: 1;
}
/*----------------------------------------------
    Navigation
------------------------------------------------*/
#site-nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  z-index: 100;
  position: fixed;
  top: 0;
  left: -120px;
  transition-duration: 0.3s;
  transition-property: transform -webkit-transform;
  height: 100%;
  width: 120px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#site-nav a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  color: #888887;
  display: block;
  padding: 12px 0;
  text-align: center;
}
#site-nav i {
  margin-bottom: 8px;
  color: #313130;
  display: inline-block;
  font-size: 26px;
  position: relative;
  top: 1px;
}
#site-nav ul {
  transition-duration: 0.3s;
  transition-property: opacity transform -webkit-transform;
  margin-top: 25px;
  position: relative;
  z-index: 60;
  opacity: 0;
}
#site-nav ul li {
  line-height: 1;
  font-size: 16px;
}
#site-nav.active {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate3d(120px, 0, 0);
  -moz-transform: translate3d(120px, 0, 0);
  -ms-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
#site-nav.active ul {
  opacity: 1;
}
/*----------------------------------------------
    Archive
------------------------------------------------*/
#archive-heading {
  padding-top: 150px;
  padding-bottom: 40px;
}
#archive {
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#archive select {
  font-size: large;
  margin-bottom: 40px;
}
.archive-nav {
  margin-bottom: 40px;
}
.archive-nav a {
  margin-right: 15px;
  font-family: "Hythlodaeus Lining", "Hythlodaeus", Georgia, serif;
  color: #313130;
  font-size: 18px;
  display: inline-block;
  margin-bottom: -1px;
  padding: 5px 0;
  border-bottom: solid 1px #e5e5e4;
}
.archive-nav a.active {
  border-bottom: solid 3px #313130;
}
@media only screen and (max-width: 500px) {
  .archive-nav a {
    font-size: 15px;
  }
}
.archive-post {
  clear: both;
  position: relative;
  padding: 0 0 6px 94px;
}
.archive-link-post {
  position: absolute;
  top: 4px;
  left: 67px;
  color: #bbbbba;
  font-size: 16px;
}
.archive-date {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
  color: #bbbbba;
  width: 60px;
}
@media only screen and (max-width: 500px) {
  .archive-date {
    top: 1px;
  }
}
.archive-title {
  display: block;
  line-height: 1.3;
  color: #313130;
}
/*----------------------------------------------
    Error page
------------------------------------------------*/
.error {
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin: 150px auto;
}
.error h1 {
  text-align: left;
}
/*----------------------------------------------
    Home: List
------------------------------------------------*/
.list-posts-container {
  position: fixed;
  top: 150px;
  left: 0;
  width: 40%;
  border-right: solid 1px #e5e5e4;
}
.list-posts {
  margin: 0 auto;
  max-width: 400px;
}
.list-posts .list-post-item {
  padding-left: 15px;
  padding-right: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.list-posts h2 {
  font-size: 28px;
}
.list-posts .subtitle {
  font-size: 17px;
}
.list-container {
  padding-top: 150px;
}
.list {
  margin: 0 auto;
  max-width: 580px;
}
.list-date {
  padding: 0 0 2px 15px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #bbbbba;
}
.list-date a {
  color: #313130;
}
.list-archive-link {
  display: inline-block !important;
  margin-left: 50px;
  color: #313130;
}
@media only screen and (max-width: 500px) {
  .list-archive-link {
    margin-left: 15px;
  }
}
.list-archive-link i {
  position: absolute;
  top: -4px;
  left: -71px;
  color: #888887;
  font-size: 16px;
  background: #ffffff;
  border: solid 1px #e5e5e4;
  height: 39px;
  width: 39px;
  border-radius: 39px;
  text-align: center;
  line-height: 39px;
}
.list-link a h2 {
  display: block;
  color: #313130;
  margin-bottom: 30px;
}
.permalink {
  border: solid 1px #e5e5e4;
  background: #ffffff;
  font-size: 15px;
  color: #888887;
  margin-left: 6px;
  position: absolute;
  top: 21px;
  left: -22px;
  height: 29px;
  width: 29px;
  text-align: center;
  line-height: 29px;
  border-radius: 29px;
}
@media only screen and (max-width: 500px) {
  .permalink {
    display: none;
  }
}
.list-item {
  padding-left: 25px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #e5e5e4;
}
@media only screen and (max-width: 500px) {
  .list-item {
    padding-left: 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.list-item h2 {
  letter-spacing: -0.01em;
  text-align: left;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 31px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .list-item h2 {
    font-size: 24px;
  }
}
.list-item .subtitle {
  margin-top: 0;
  padding-top: 0;
  letter-spacing: 0;
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .list-item .subtitle {
    font-size: 17px;
  }
}
.list-post {
  position: relative;
}
.list-post h2 {
  transition-duration: 0.3s;
  margin-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  .list-post {
    display: block;
  }
}
.list-item article {
  font-size: 18px;
}
@media only screen and (max-width: 500px) {
  .list-item article {
    font-size: 17px;
  }
}
.list-item article a h2 {
  margin-bottom: 30px;
}
.list-item article blockquote {
  font-size: 0.92em;
}
.list-item article blockquote ul,
.list-item article blockquote ol {
  padding-left: 40px;
}
/*----------------------------------------------
    Footer
------------------------------------------------*/
#footer {
  height: 150px;
  clear: both;
}
/*----------------------------------------------
    Hero image loading spinner
------------------------------------------------*/
.spinner,
.hero-spinner {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div,
.hero-spinner > div {
  background-color: #fff;
  height: 100%;
  width: 2px;
  display: inline-block;
  margin: 0 3px;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2,
.hero-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3,
.hero-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4,
.hero-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5,
.hero-spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.spinner {
  z-index: 0;
  position: fixed;
  top: auto;
  bottom: 150px;
}
.spinner > div {
  background-color: #888887;
}
/* z-index map

  0 .spinner
  1 #content
  1 .hero-container
  5 .hero-image
  60 #site-nav ul
  90 #logo
  100 #site-nav
  101 .hero-credits
  101 .hero-heading
  101 .scroll-arrow


  TODO clean up z-indexes
*/
