/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

hr {
  border: 1px solid #eaecef;
  margin: 30px 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

h1 {
  margin-top: 45px; }

h2 {
  margin-top: 37.5px; }

h3, h4 {
  margin-top: 30px; }

pre {
  margin-top: 5px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 10.4px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
.landing-content a {
  white-space: nowrap; }

a {
  color: #333;
  fill: #333;
  text-decoration: none;
  cursor: pointer; }
  a:visited {
    color: #828282; }
  a:hover {
    color: #424242;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  background-color: #e8e8e8; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.keybase-icon {
  transform: translateY(2px);
  height: 17px; }

/**
 * Site header
 */
.site-header {
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative; }

.site-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #111; }

.site-logo {
  height: 30px;
  width: auto; }

.site-nav {
  float: right;
  line-height: 54px; }
  .site-nav .nav-trigger {
    display: none; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #fdfdfd;
      border: 1px solid #e8e8e8;
      text-align: right; }
      .site-nav label[for="nav-trigger"] {
        display: block;
        float: right;
        width: 36px;
        height: 36px;
        z-index: 2;
        cursor: pointer; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg path {
          fill: #424242; }
      .site-nav input ~ .trigger {
        clear: both;
        display: none; }
      .site-nav input:checked ~ .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

.pagination {
  text-align: center;
  margin: 30px 0; }
  .pagination div {
    display: inline-block;
    width: 6px;
    height: 100%; }
  .pagination a:hover {
    text-decoration: none; }
  .pagination > a {
    color: #424242; }
  .pagination .disabled {
    color: #e8e8e8; }
  .pagination .fa-caret-left, .pagination .fa-caret-right {
    transform: translateY(2px); }
  .pagination .page-number {
    color: #828282 !important;
    font-size: 12.8px; }
  .pagination .previous, .pagination .next {
    font-size: 20px; }
  .pagination .previous {
    margin-right: 30px; }
  .pagination .next {
    margin-left: 30px; }

/**
 * Site footer
 */
.site-footer {
  background: #111;
  padding: 30px 0;
  height: 30px;
  text-align: center; }

.contact-icons {
  list-style: none;
  margin: 0;
  text-align: center; }
  .contact-icons li > a {
    border: 0;
    height: 100%;
    width: 100%; }
  .contact-icons li, .contact-icons li + li {
    margin: 0 7px;
    padding: 0;
    text-align: center;
    display: inline-block; }
  .contact-icons li:first-child {
    margin-left: 0; }
  .contact-icons li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 600px) {
    .contact-icons li:first-child, .contact-icons li:last-child {
      margin: 0 7px; } }
  .contact-icons .icon {
    padding: 0; }

.page-content .icon {
  color: #111; }

@media screen and (max-width: 600px) {
  .landing-content .contact-icons {
    text-align: left; } }

.landing-content .contact-icons a, .site-footer .contact-icons a {
  color: #FFF; }
  .landing-content .contact-icons a:hover, .site-footer .contact-icons a:hover {
    color: #ff6961; }
  .landing-content .contact-icons a .keybase-icon, .site-footer .contact-icons a .keybase-icon {
    fill: #FFF; }
    .landing-content .contact-icons a .keybase-icon:hover, .site-footer .contact-icons a .keybase-icon:hover {
      fill: #ff6961; }

/**
 * About/landing content
 */
.landing-content {
  padding: 30px 0;
  min-height: calc(100vh - 30px - 55.95px - 121px);
  background: #111;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .landing-content a {
    color: #EEE; }
    .landing-content a:hover {
      color: #ff6961; }

#contact-content {
  min-height: calc(100vh - 30px - 55.95px - 121px);
  background: #FFF; }
  #contact-content .contact {
    transform: translateY(-50px); }
  #contact-content .contact-icons .icon {
    color: #111; }
    #contact-content .contact-icons .icon:hover {
      color: #ff6961; }
  #contact-content .contact-icons .icon .keybase-icon {
    fill: #111; }
    #contact-content .contact-icons .icon .keybase-icon:hover {
      fill: #ff6961; }

.made-by {
  font-size: .85em;
  color: #AAA;
  vertical-align: middle;
  -webkit-animation: fadein 3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s;
  /* Firefox < 16 */
  -ms-animation: fadein 3s;
  /* Internet Explorer */
  -o-animation: fadein 3s;
  /* Opera < 12.1 */
  animation: fadein 3s; }
  .made-by a {
    color: #EEE; }
  .made-by .heart {
    color: red;
    display: inline;
    height: 1em;
    width: 1em;
    vertical-align: -0.1em; }

.about p, .about ul, .contact p, .contact ul {
  font-size: 18px; }

.about, .splash {
  color: #AAAAAA; }

#splash {
  min-height: 100vh;
  padding: 0; }

/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  min-height: calc(100vh - 30px - 55.95px - 121px); }
  .page-content > .wrapper > h1 {
    margin-top: 15px; }

.page-heading {
  font-size: 20px; }

.blog li:nth-child(1),
.contact .contact-icons li:nth-child(1),
.splash p:nth-child(1),
.splash .contact-icons li:nth-child(1),
.landing-content .about p:nth-child(1),
.pagination span:nth-child(1) {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s; }

.blog li:nth-child(2),
.contact .contact-icons li:nth-child(2),
.splash p:nth-child(2),
.splash .contact-icons li:nth-child(2),
.landing-content .about p:nth-child(2),
.pagination span:nth-child(2) {
  -webkit-animation: fadein 1.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 1.5s;
  /* Internet Explorer */
  -o-animation: fadein 1.5s;
  /* Opera < 12.1 */
  animation: fadein 1.5s; }

.blog li:nth-child(3),
.contact .contact-icons li:nth-child(3),
.splash p:nth-child(3),
.splash .contact-icons li:nth-child(3),
.landing-content .about p:nth-child(3),
.pagination span:nth-child(3) {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s; }

.blog li:nth-child(4),
.contact .contact-icons li:nth-child(4),
.splash p:nth-child(4),
.splash .contact-icons li:nth-child(4),
.landing-content .about p:nth-child(4),
.pagination span:nth-child(4) {
  -webkit-animation: fadein 2.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 2.5s;
  /* Internet Explorer */
  -o-animation: fadein 2.5s;
  /* Opera < 12.1 */
  animation: fadein 2.5s; }

.blog li:nth-child(5),
.contact .contact-icons li:nth-child(5),
.splash p:nth-child(5),
.splash .contact-icons li:nth-child(5),
.landing-content .about p:nth-child(5),
.pagination span:nth-child(5) {
  -webkit-animation: fadein 3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s;
  /* Firefox < 16 */
  -ms-animation: fadein 3s;
  /* Internet Explorer */
  -o-animation: fadein 3s;
  /* Opera < 12.1 */
  animation: fadein 3s; }

.blog li:nth-child(6),
.contact .contact-icons li:nth-child(6),
.splash p:nth-child(6),
.splash .contact-icons li:nth-child(6),
.landing-content .about p:nth-child(6),
.pagination span:nth-child(6) {
  -webkit-animation: fadein 3.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 3.5s;
  /* Internet Explorer */
  -o-animation: fadein 3.5s;
  /* Opera < 12.1 */
  animation: fadein 3.5s; }

.blog li:nth-child(7),
.contact .contact-icons li:nth-child(7),
.splash p:nth-child(7),
.splash .contact-icons li:nth-child(7),
.landing-content .about p:nth-child(7),
.pagination span:nth-child(7) {
  -webkit-animation: fadein 4s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 4s;
  /* Firefox < 16 */
  -ms-animation: fadein 4s;
  /* Internet Explorer */
  -o-animation: fadein 4s;
  /* Opera < 12.1 */
  animation: fadein 4s; }

.blog li:nth-child(8),
.contact .contact-icons li:nth-child(8),
.splash p:nth-child(8),
.splash .contact-icons li:nth-child(8),
.landing-content .about p:nth-child(8),
.pagination span:nth-child(8) {
  -webkit-animation: fadein 4.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 4.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 4.5s;
  /* Internet Explorer */
  -o-animation: fadein 4.5s;
  /* Opera < 12.1 */
  animation: fadein 4.5s; }

.blog li:nth-child(9),
.contact .contact-icons li:nth-child(9),
.splash p:nth-child(9),
.splash .contact-icons li:nth-child(9),
.landing-content .about p:nth-child(9),
.pagination span:nth-child(9) {
  -webkit-animation: fadein 5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 5s;
  /* Firefox < 16 */
  -ms-animation: fadein 5s;
  /* Internet Explorer */
  -o-animation: fadein 5s;
  /* Opera < 12.1 */
  animation: fadein 5s; }

.blog li:nth-child(10),
.contact .contact-icons li:nth-child(10),
.splash p:nth-child(10),
.splash .contact-icons li:nth-child(10),
.landing-content .about p:nth-child(10),
.pagination span:nth-child(10) {
  -webkit-animation: fadein 5.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 5.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 5.5s;
  /* Internet Explorer */
  -o-animation: fadein 5.5s;
  /* Opera < 12.1 */
  animation: fadein 5.5s; }

.blog li:nth-child(11),
.contact .contact-icons li:nth-child(11),
.splash p:nth-child(11),
.splash .contact-icons li:nth-child(11),
.landing-content .about p:nth-child(11),
.pagination span:nth-child(11) {
  -webkit-animation: fadein 6s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 6s;
  /* Firefox < 16 */
  -ms-animation: fadein 6s;
  /* Internet Explorer */
  -o-animation: fadein 6s;
  /* Opera < 12.1 */
  animation: fadein 6s; }

.blog li:nth-child(12),
.contact .contact-icons li:nth-child(12),
.splash p:nth-child(12),
.splash .contact-icons li:nth-child(12),
.landing-content .about p:nth-child(12),
.pagination span:nth-child(12) {
  -webkit-animation: fadein 6.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 6.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 6.5s;
  /* Internet Explorer */
  -o-animation: fadein 6.5s;
  /* Opera < 12.1 */
  animation: fadein 6.5s; }

.blog li:nth-child(13),
.contact .contact-icons li:nth-child(13),
.splash p:nth-child(13),
.splash .contact-icons li:nth-child(13),
.landing-content .about p:nth-child(13),
.pagination span:nth-child(13) {
  -webkit-animation: fadein 7s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 7s;
  /* Firefox < 16 */
  -ms-animation: fadein 7s;
  /* Internet Explorer */
  -o-animation: fadein 7s;
  /* Opera < 12.1 */
  animation: fadein 7s; }

.blog li:nth-child(14),
.contact .contact-icons li:nth-child(14),
.splash p:nth-child(14),
.splash .contact-icons li:nth-child(14),
.landing-content .about p:nth-child(14),
.pagination span:nth-child(14) {
  -webkit-animation: fadein 7.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 7.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 7.5s;
  /* Internet Explorer */
  -o-animation: fadein 7.5s;
  /* Opera < 12.1 */
  animation: fadein 7.5s; }

.blog li:nth-child(15),
.contact .contact-icons li:nth-child(15),
.splash p:nth-child(15),
.splash .contact-icons li:nth-child(15),
.landing-content .about p:nth-child(15),
.pagination span:nth-child(15) {
  -webkit-animation: fadein 8s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 8s;
  /* Firefox < 16 */
  -ms-animation: fadein 8s;
  /* Internet Explorer */
  -o-animation: fadein 8s;
  /* Opera < 12.1 */
  animation: fadein 8s; }

.post {
  -webkit-animation: fadein .5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein .5s;
  /* Firefox < 16 */
  -ms-animation: fadein .5s;
  /* Internet Explorer */
  -o-animation: fadein .5s;
  /* Opera < 12.1 */
  animation: fadein .5s; }

.contact a, .post a {
  color: #111;
  border-bottom: 1px solid #828282; }
  .contact a:hover, .post a:hover {
    color: #828282;
    text-decoration: none; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li h2 {
    margin: 0 0 7.5px 0;
    line-height: 1em; }

.post-meta {
  font-size: 10.4px;
  color: #828282; }

.post-author {
  font-style: italic; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  margin-top: 15px;
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h1 {
    font-size: 32px;
    display: block;
    border-bottom: 1px solid #eaecef; }
    @media screen and (max-width: 800px) {
      .post-content h1 {
        font-size: 28.8px; } }
  .post-content h2 {
    font-size: 29.6px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 27.2px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

.fa-external-link {
  font-size: .7rem;
  margin-left: 5px;
  margin-right: 2px;
  color: #5c5c5c; }

.tags .fa-tags {
  color: #424242; }

.tag {
  font-size: 12.8px;
  color: #111;
  background-color: #e8e8e8;
  font-weight: normal;
  padding: 2px 5px; }
  .tag:hover {
    color: #e8e8e8;
    background-color: #424242;
    text-decoration: underline; }

.tag-count {
  margin-left: 3px; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #e8e8e8; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
