/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

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

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
p, blockquote, pre,
ul, ol, dl, figure,
.post-header,
#mc_embed_signup {
  margin-bottom: 1.5em; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }
  img.left {
    float: left;
    margin-right: 1.5em; }
  img.right {
    float: right;
    margin-left: 1.5em; }
  img.center {
    display: block;
    margin: 0 auto 1.5em; }
  img.left, img.right {
    margin-bottom: .8em; }

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

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 1.3em; }

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "Overlock SC", "Georgia", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.2em;
  line-height: 1.2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: .9em; }

h6 {
  font-size: .8em; }

/**
 * Links
 */
a {
  color: #63aa9c;
  text-decoration: none; }
  a:visited {
    color: #447d71; }
  a:hover {
    color: #6cd4bf;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  background-color: #e2dfd0;
  border: 1px solid #e9633b;
  border-left: 4px solid #e9633b;
  font-size: 1em;
  font-style: italic;
  padding: 1em;
  padding-left: 1.25em; }
  blockquote em {
    font-style: normal; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Wrapper
 */
.wrapper {
  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: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

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

/**
 * Forms
 */
input {
  background-clip: padding-box;
  background-color: #f6f5f0;
  border: 1px solid #d9d5c0;
  border-radius: .5em;
  box-shadow: 0 1px #dcd9c7;
  color: #828282;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .95em;
  line-height: 1.2em;
  padding: .2em .5em; }
  input:focus {
    background-color: #fff;
    border-color: #63aa9c;
    box-shadow: inset 0 0 4px #63aa9c, 0 0 3px #63aa9c;
    color: #424242;
    outline: none; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #a79a97; }

/**
 * Tweets
 */
.twitter-tweet {
  margin: 0 auto 1.5em; }

/**
 * Site header
 */
.site-header {
  background-color: #221e1d;
  font-size: 1.2em;
  padding: 1.5em 0;
  position: relative; }

.site-title {
  color: #e9633b;
  font-family: "Overlock SC", "Georgia", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.2em;
  font-weight: normal;
  line-height: 1.2em; }
  .site-title, .site-title:hover, .site-title:visited {
    color: #e9633b;
    text-decoration: none; }

.site-subtitle {
  color: #63aa9c;
  font-family: "Overlock", "Georgia", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25em;
  margin: .2em 0 0; }

.site-nav {
  background-color: #bcb491;
  background: -webkit-linear-gradient(#cbc6aa, #bcb491, #a69d6e);
  background: linear-gradient(#cbc6aa, #bcb491, #a69d6e);
  border-bottom: 1px solid #7f774e;
  border-top: 1px solid #d9d5c0;
  padding: .35em 0; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    border-left: 1px solid #a69d6e;
    color: #565035;
    font-size: 1.1em;
    line-height: 1.5;
    margin-left: .8em;
    padding: .1em 0;
    padding-left: .8em;
    text-decoration: none;
    text-shadow: #d3ceb7 0 1px; }
    .site-nav .page-link:first-child {
      border: none;
      margin-left: 0;
      padding-left: 0; }
    .site-nav .page-link:visited {
      color: #565035; }
    .site-nav .page-link:hover {
      color: #070604; }
  .site-nav .trigger {
    padding-top: .15em; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #eceae0;
      border: 1px solid #a89f71;
      border-radius: 5px;
      text-align: right; }
      .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 {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #221e1d; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        border: none;
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  background-color: #bcb491;
  background: -webkit-linear-gradient(#cbc6aa, #bcb491, #a69d6e);
  background: linear-gradient(#cbc6aa, #bcb491, #a69d6e);
  border-top: 1px solid #d9d5c0;
  color: #565035;
  font-size: .8em;
  padding: 1em 0;
  text-shadow: #c5bfa1 0 1px;
  z-index: 1; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }
  .contact-list > svg path,
  .social-media-list > svg path {
    fill: #565035; }
  .contact-list a:visited,
  .social-media-list a:visited {
    color: #63aa9c; }
  .contact-list .username,
  .social-media-list .username {
    margin-left: 5px; }

.footer-copyright {
  font-size: .8em;
  margin-top: .25em; }

.footer-col-wrapper {
  font-size: 15px;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.headshot {
  float: right; }

.page-content {
  background-color: #eceae0;
  font-size: 1.2em;
  padding: 1.5em 0; }

.page-heading {
  margin-bottom: 0.3em; }

.post-list {
  color: #a79a97;
  list-style: none;
  margin-left: 1em; }
  .post-list > li {
    margin-bottom: 30px; }

.post-link {
  color: #221e1d;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: .2em; }
  .post-link a {
    color: inherit; }
    .post-link a:hover {
      color: #6cd4bf; }

.post-meta {
  color: #a79a97;
  font-size: .85em;
  text-transform: uppercase; }

.category-links {
  text-transform: none; }

.category-link {
  color: #a79a97; }
  .category-link a {
    color: inherit; }
    .category-link a:hover {
      color: #6cd4bf; }
  .category-link:not(:last-of-type)::after {
    content: ', '; }

.post-excerpt {
  color: #675b58;
  font-style: oblique;
  margin: 1em 0; }

.read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.pagination {
  font-size: .95em;
  padding: 1.5em 0 2.5em;
  position: relative;
  text-align: center; }
  .pagination a {
    text-decoration: none; }
    .pagination a.archives:before, .pagination a.archives:after {
      content: '\2014';
      padding: 0 .3em; }
    .pagination a.next {
      position: absolute;
      right: 0; }
    .pagination a.prev {
      left: 0;
      position: absolute; }

/**
 * Posts
 */
.post-header {
  border-bottom: 1px dotted #a79a97; }

.post-title {
  font-size: 2.2em;
  line-height: 1;
  margin: 0;
  margin-bottom: .3em; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px;
  border-bottom: 1px dotted #a79a97; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .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; } }

.post-footer {
  margin-bottom: 2.5em; }

/**
 * Categories
 */
.category-entry {
  list-style: none;
  padding: .25em; }

/**
 * Search
 */
.search-form {
  float: right;
  padding-left: .8em;
  text-align: left;
  width: 200px; }
  @media screen and (max-width: 600px) {
    .search-form {
      padding-left: 0; } }

#search-query {
  background-clip: padding-box;
  background-color: #d9d5c0;
  border: 1px solid #bcb491;
  border-radius: .5em;
  box-shadow: 0 1px #bfb997;
  color: #828282;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .95em;
  line-height: 1.2em;
  padding: .2em .5em;
  float: right;
  width: 93%; }
  #search-query:focus {
    background-color: #fff;
    border-color: #63aa9c;
    box-shadow: inset 0 0 4px #63aa9c, 0 0 3px #63aa9c;
    color: #424242;
    outline: none; }

/**
 * Subscription
 */
.subscribe {
  float: right;
  height: 28px;
  margin-left: .5em;
  width: 28px; }

.subscribe-email svg {
  height: 100%;
  width: 100%; }

#mc_embed_signup {
  width: 100%; }
  #mc_embed_signup button {
    background-color: #63aa9c;
    border: 1px solid #447d71;
    border-radius: .5em;
    box-sizing: border-box;
    color: #e8e8e8;
    font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .95em;
    letter-spacing: .03em;
    line-height: 1.2em;
    outline: none;
    padding: .2em 1em;
    -webkit-transition: all 0.23s ease-in-out 0s;
    transition: all 0.23s ease-in-out 0s; }
    #mc_embed_signup button:hover {
      background-color: #6cd4bf;
      cursor: pointer; }
    @media screen and (max-width: 600px) {
      #mc_embed_signup button {
        margin: 0;
        width: 100%; } }
  #mc_embed_signup form {
    padding: 10px 0; }
  #mc_embed_signup input.email {
    vertical-align: top;
    width: 350px; }
    @media screen and (max-width: 600px) {
      #mc_embed_signup input.email {
        margin-bottom: 10px;
        width: 100%; } }
  #mc_embed_signup .clear {
    display: inline-block; }
    @media screen and (max-width: 600px) {
      #mc_embed_signup .clear {
        display: block;
        width: 100%; } }

.embed-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5em; }
  .embed-video-container iframe, .embed-video-container object, .embed-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

pre .gd:after, pre .gd .x:after, pre .gi:after, pre .gi .x:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.code-highlight-pre {
  background: #002731; }

.code-highlight-row.numbered:before {
  color: #586e75;
  background: #073642;
  border-right: 1px solid #00232c;
  box-shadow: #083e4b -1px 0 inset;
  text-shadow: #021014 0 -1px; }

.marked-line .code-highlight-line:before {
  background: rgba(0, 186, 255, 0.13); }
.marked-line.numbered:before {
  background: rgba(0, 186, 255, 0.13);
  border-right-color: rgba(0, 112, 153, 0.13); }

.highlight pre,
pre:not(.code-highlight-pre),
.code-highlight {
  border: 1px solid #05232b;
  background: #002b36;
  color: #93a1a1; }

pre {
  /* Comment */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Operator */
  /* Operator.Word */
  /* Generic.Heading */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Name.Variable */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Literal.Number.Integer.Long */ }
  pre span {
    color: #93a1a1; }
  pre .c {
    color: #586e75;
    font-style: italic; }
  pre .cm {
    color: #586e75;
    font-style: italic; }
  pre .cp {
    color: #586e75;
    font-style: italic; }
  pre .c1 {
    color: #586e75;
    font-style: italic; }
  pre .cs {
    /* Comment.Special */
    color: #586e75;
    font-weight: bold;
    font-style: italic; }
  pre .err {
    color: #dc322f;
    background: none; }
  pre .k {
    color: #cb4b16; }
  pre .o {
    color: #93a1a1;
    font-weight: bold; }
  pre .p {
    color: #93a1a1; }
  pre .ow {
    color: #2aa198;
    font-weight: bold; }
  pre .gd {
    color: #93a1a1;
    /* Generic.Deleted */ }
    pre .gd:after {
      background: #372d34; }
  pre .gd .x {
    /* Generic.Deleted.Specific */
    color: #93a1a1; }
    pre .gd .x:after {
      background: #4d2d34; }
  pre .ge {
    /* Generic.Emph */
    color: #93a1a1;
    font-style: italic; }
  pre .gh {
    color: #586e75; }
  pre .gi {
    /* Generic.Inserted */
    color: #93a1a1; }
    pre .gi:after {
      background: #1b412b; }
  pre .gi .x {
    /* Generic.Inserted.Specific */
    color: #93a1a1; }
    pre .gi .x:after {
      background: #355720; }
  pre .go {
    color: #839496; }
  pre .gp {
    color: #2aa198; }
  pre .gs {
    color: #93a1a1;
    font-weight: bold; }
  pre .gu {
    color: #6c71c4; }
  pre .gt {
    color: #dc322f; }
  pre .kc {
    color: #859900;
    font-weight: bold; }
  pre .kd {
    color: #268bd2; }
  pre .kp {
    color: #cb4b16;
    font-weight: bold; }
  pre .kr {
    color: #d33682;
    font-weight: bold; }
  pre .kt {
    color: #2aa198; }
  pre .n {
    color: #268bd2; }
  pre .na {
    color: #268bd2; }
  pre .nb {
    color: #859900; }
  pre .nc {
    color: #d33682; }
  pre .no {
    color: #b58900; }
  pre .ni {
    color: #d33682; }
  pre .nl {
    color: #859900; }
  pre .ne {
    color: #268bd2;
    font-weight: bold; }
  pre .nf {
    color: #268bd2;
    font-weight: bold; }
  pre .nn {
    color: #b58900; }
  pre .nt {
    color: #268bd2;
    font-weight: bold; }
  pre .nx {
    color: #b58900; }
  pre .bp {
    color: #93a1a1; }
  pre .vc {
    color: #859900; }
  pre .vg {
    color: #268bd2; }
  pre .vi {
    color: #268bd2; }
  pre .nv {
    color: #268bd2; }
  pre .w {
    color: #657b83; }
  pre .mf {
    color: #2aa198; }
  pre .m {
    color: #2aa198; }
  pre .mh {
    color: #2aa198; }
  pre .mi {
    color: #2aa198; }
  pre .mo {
    color: #2aa198; }
  pre .s {
    color: #2aa198; }
  pre .sb {
    color: #859900; }
  pre .sc {
    color: #859900; }
  pre .sd {
    color: #2aa198; }
  pre .s2 {
    color: #2aa198; }
  pre .se {
    color: #dc322f; }
  pre .sh {
    color: #859900; }
  pre .si {
    color: #268bd2; }
  pre .sx {
    color: #859900; }
  pre .sr {
    color: #2aa198; }
  pre .s1 {
    color: #2aa198; }
  pre .ss {
    color: #cb4b16; }
  pre .il {
    color: #b58900; }

code,
kbd,
samp,
tt {
  color: inherit;
  background-color: #e4e1d3;
  border: 1px solid #d1ccb4;
  font-family: "Source Code Pro", Inconsolata-dz, Inconsolata, Menlo, Monaco, Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 3px; }
  code:before, code:after,
  kbd:before,
  kbd:after,
  samp:before,
  samp:after,
  tt:before,
  tt:after {
    content: "\00a0";
    letter-spacing: -0.2em; }

pre code {
  border: none;
  background: none;
  border-radius: 0;
  font-size: inherit; }
  pre code:before, pre code:after {
    content: none; }

pre, pre code {
  font-size: 1em;
  line-height: 1.45em;
  font-family: "Source Code Pro", Inconsolata-dz, Inconsolata, Menlo, Monaco, Consolas, "Liberation Mono", Courier, monospace; }
  pre *, pre code * {
    box-sizing: border-box; }

.highlight pre,
pre:not(.code-highlight-pre),
.code-highlight {
  overflow: scroll;
  overflow-y: hidden;
  overflow-x: auto;
  line-height: 1.45em;
  font-size: .9em; }
  .highlight pre span,
  pre:not(.code-highlight-pre) span,
  .code-highlight span {
    font-style: normal;
    font-weight: normal; }

.code-highlight-figure {
  margin: 1.8em 0;
  background: none;
  padding: 0;
  border: 0; }
  .code-highlight-figure * {
    box-sizing: border-box; }
  .code-highlight-figure pre {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none; }

.code-highlight-caption {
  position: relative;
  font-size: .75em;
  text-align: center;
  line-height: 2em;
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
  color: #221e1d;
  font-weight: normal;
  margin-bottom: 0;
  background-color: #f2f0e9;
  background-image: -webkit-linear-gradient(#fcfbf9, #f2f0e9, #d5d0ba);
  background-image: linear-gradient(#fcfbf9, #f2f0e9, #d5d0ba);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
  border: 1px solid #cbc6aa; }
  .code-highlight-caption + .code-highlight {
    border-top: 0; }

.code-highlight-caption-link {
  position: absolute;
  right: .8em;
  color: #666;
  z-index: 1;
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
  padding-left: 3em; }

.highlight pre,
pre:not(.code-highlight-pre) {
  padding: 1em .8rem;
  border-radius: .4em;
  margin: 1.8em 0;
  border: none; }

.code-highlight-pre {
  width: 100%;
  margin-bottom: 0;
  display: table; }

.code-highlight-row {
  display: table-row;
  width: 100%; }
  .code-highlight-row:before, .code-highlight-row .code-highlight-line {
    padding-left: 1.6em;
    padding-right: 1.6em; }
  .code-highlight-row:first-child:before, .code-highlight-row:first-child .code-highlight-line {
    padding-top: 0.8em; }
  .code-highlight-row:last-child:before, .code-highlight-row:last-child .code-highlight-line {
    padding-bottom: 0.8em; }
  .code-highlight-row.numbered:before, .code-highlight-row.numbered .code-highlight-line {
    padding-left: 0.8em;
    padding-right: 0.8em; }
  .code-highlight-row.numbered:before {
    display: table-cell;
    content: attr(data-line);
    min-width: 1.2em;
    text-align: right;
    line-height: 1.45em; }

.code-highlight-line {
  display: table-cell;
  width: 100%;
  position: relative;
  z-index: 1; }

.marked-line {
  position: relative; }
  .marked-line .code-highlight-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid rgba(0, 186, 255, 0.13); }
  .marked-line.unnumbered .code-highlight-line:before {
    border-left: 3px solid rgba(0, 186, 255, 0.5); }
  .marked-line.numbered:before {
    border-left: 3px solid rgba(0, 186, 255, 0.5); }

.start-marked-line:before, .start-marked-line .code-highlight-line:before {
  border-top: 1px solid rgba(0, 186, 255, 0.13); }

.end-marked-line:before, .end-marked-line .code-highlight-line:before {
  border-bottom: 1px solid rgba(0, 186, 255, 0.13); }
