body {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif;
}

a {
  color: #34C1FF;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.2;
  margin-top: 50px;
}

b, strong {
  font-weight: 600;
}

.code, code {
  font-size: 75%;
  font-family: Consola, monaco, monospace;
}

pre {
  background-color: #F4F4EF;
  padding: 20px;
  font-family: Consola, monaco, monospace;
  overflow-x: auto;
}

p code, h1 code, h2 code, h3 code, h4 code, h5 code, h6 code ul code, li code {
  font-family: Consola, monaco, monospace;
  background-color: #fafaf8;
  padding: 5px 8px;
}

blockquote {
  margin-left: 25px;
  border-left: 5px solid #efefef;
  padding-left: 20px;
  color: #888;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

/* FONT SIZES */

.f-12 {
  font-size: 12px;
}

.f-40 {
  font-size: 40px;
}

@media (min-width: 728px) {
  .f-40-ns {
    font-size: 40px;
  }
}

/* LINKS & BUTTONS */

a.link:hover {
  text-decoration: none;
}

/* POSITION */

.top-7 {
  top: 7rem;
}

/* MESS OF STYLES */

.post-title a {
  color: #555;
}

.post-title a:hover, .post-title a:focus {
  color: #000;
  text-decoration: underline;
}


.site-header {
  margin-top: 20px;
}

.site-title {
  color: #85C778;
  font-family: "Cormorant Upright";
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1;
}

.site-title a {
  color: #85C778;
  text-decoration: none;
}

.site-nav {
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

.site-nav li {
  display: inline-block;
}

.site-nav li a {
  text-decoration: none;
  color: #777;
  font-size: 13px;
  margin-right: 10px;
  letter-spacing: 0.1em;
}

.site-nav li a:hover {
  color: #000;
}

.post-title {
  font-family: -apple-system, BlinkMacSystemFont,
               'avenir next', avenir,
               helvetica, 'helvetica neue',
               ubuntu,
               roboto, noto,
               'segoe ui', arial,
               sans-serif;
  font-size: 30px;
}

.post-title a {
  text-decoration: none;
  color: #555;
}

.post-title a:hover {
  color: #000;
}

.posts .post-title {
  font-size: 35px;
}

.post-metadata {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 100px;
  color: #666;
}

.post-content, p {
  font-weight: 300;
  line-height: 1.8;
}

.post-tags {
  margin-bottom: 40px;
}

.post-tags a {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, arial, sans-serif;
  padding: 3px 8px;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}

.post-tags a:hover {
  background-color: #efefea;
}

.by {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
}

.contributor-link {
  font-size: 15px;
  margin-right: 5px;
}

.site-footer {
  margin-top: 50px;
  padding: 40px 0px;
  background-color: #f3f3f1;
}

.site-footer .site-title {
  font-size: 25px;
  margin-bottom: 10px;
  color: #333;
}

.site-footer .site-title a {
  color: #333;
}

.site-footer .site-nav li a {
  font-size: 12px;
  margin-right: 15px;
}

hr {
  border: 0;
  border-bottom: 1px solid #cfcfca;
  margin: 40px 0px;
}

.button,
.button:link,
.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #E76853;
  border: 1px solid #E76853;
  border-radius: 0.2em;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.05em;
  line-height: 50px;
  margin-bottom: 0.6em;
  padding: 0px 20px 0px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
}

.button:hover,
.button:focus,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #BA5443;
  border-color: #BA5443;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background-color: #BA5443;
  border-color: #BA5443;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0.2em;
  box-shadow: none;
  box-sizing: border-box;
  color: #666;
  font-family: sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0.6em;
  padding: 2px 15px 0px 15px;
  vertical-align: top;
}

.container {
  width: 90%;
  margin: 0px auto;
}

@media (min-width: 600px) {
  .site-header {
    margin-top: 60px;
  }

  .site-title {
    font-size: 45px;
  }

  .post-title {
    font-size: 60px;
  }

  .container {
    width: 70%;
    margin: 0px auto;
  }
}

@media (min-width: 700px) {
  .container {
    width: 600px;
    margin-left: 100px;
  }
}

@media (min-width: 1000px) {
  .site-header {
    margin-top: 100px;
  }

  .site-title {
    font-size: 50px;
  }

  .container {
    max-width: 600px;
    margin-left: 200px;
  }
}

.highlight {
  line-height: 1.5;
}

.highlight .c { color: #8e908c } /* Comment */
.highlight .err { color: #c82829 } /* Error */
.highlight .k { color: #8959a8 } /* Keyword */
.highlight .l { color: #f5871f } /* Literal */
.highlight .n { color: #4d4d4c } /* Name */
.highlight .o { color: #3e999f } /* Operator */
.highlight .p { color: #4d4d4c } /* Punctuation */
.highlight .cm { color: #8e908c } /* Comment.Multiline */
.highlight .cp { color: #8e908c } /* Comment.Preproc */
.highlight .c1 { color: #8e908c } /* Comment.Single */
.highlight .cs { color: #8e908c } /* Comment.Special */
.highlight .gd { color: #c82829 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gh { color: #4d4d4c; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #718c00 } /* Generic.Inserted */
.highlight .gp { color: #8e908c; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #3e999f; font-weight: bold } /* Generic.Subheading */
.highlight .kc { color: #8959a8 } /* Keyword.Constant */
.highlight .kd { color: #8959a8 } /* Keyword.Declaration */
.highlight .kn { color: #3e999f } /* Keyword.Namespace */
.highlight .kp { color: #8959a8 } /* Keyword.Pseudo */
.highlight .kr { color: #8959a8 } /* Keyword.Reserved */
.highlight .kt { color: #eab700 } /* Keyword.Type */
.highlight .ld { color: #718c00 } /* Literal.Date */
.highlight .m { color: #f5871f } /* Literal.Number */
.highlight .s { color: #718c00 } /* Literal.String */
.highlight .na { color: #4271ae } /* Name.Attribute */
.highlight .nb { color: #4d4d4c } /* Name.Builtin */
.highlight .nc { color: #eab700 } /* Name.Class */
.highlight .no { color: #c82829 } /* Name.Constant */
.highlight .nd { color: #3e999f } /* Name.Decorator */
.highlight .ni { color: #4d4d4c } /* Name.Entity */
.highlight .ne { color: #c82829 } /* Name.Exception */
.highlight .nf { color: #4271ae } /* Name.Function */
.highlight .nl { color: #4d4d4c } /* Name.Label */
.highlight .nn { color: #eab700 } /* Name.Namespace */
.highlight .nx { color: #555553 } /* Name.Other */
.highlight .py { color: #4d4d4c } /* Name.Property */
.highlight .nt { color: #3e999f } /* Name.Tag */
.highlight .nv { color: #c82829 } /* Name.Variable */
.highlight .ow { color: #3e999f } /* Operator.Word */
.highlight .w { color: #4d4d4c } /* Text.Whitespace */
.highlight .mf { color: #f5871f } /* Literal.Number.Float */
.highlight .mh { color: #f5871f } /* Literal.Number.Hex */
.highlight .mi { color: #f5871f } /* Literal.Number.Integer */
.highlight .mo { color: #f5871f } /* Literal.Number.Oct */
.highlight .sb { color: #718c00 } /* Literal.String.Backtick */
.highlight .sc { color: #4d4d4c } /* Literal.String.Char */
.highlight .sd { color: #8e908c } /* Literal.String.Doc */
.highlight .s2 { color: #718c00 } /* Literal.String.Double */
.highlight .se { color: #f5871f } /* Literal.String.Escape */
.highlight .sh { color: #718c00 } /* Literal.String.Heredoc */
.highlight .si { color: #f5871f } /* Literal.String.Interpol */
.highlight .sx { color: #718c00 } /* Literal.String.Other */
.highlight .sr { color: #718c00 } /* Literal.String.Regex */
.highlight .s1 { color: #718c00 } /* Literal.String.Single */
.highlight .ss { color: #718c00 } /* Literal.String.Symbol */
.highlight .bp { color: #4d4d4c } /* Name.Builtin.Pseudo */
.highlight .vc { color: #c82829 } /* Name.Variable.Class */
.highlight .vg { color: #c82829 } /* Name.Variable.Global */
.highlight .vi { color: #c82829 } /* Name.Variable.Instance */
.highlight .il { color: #f5871f } /* Literal.Number.Integer.Long */