@import url(normalize.css);
/* ==========================================================================
   1. Icons - Sets up the icon font and respective classes
   ========================================================================== */
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon-ghost, .icon-feed, .icon-twitter, .icon-google-plus, .icon-facebook {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-decoration: none; }

.icon-ghost-text {
  font-family: "Courier New", Courier, monospace; }
.icon-ghost:before {
  content: "\e000"; }
.icon-feed:before {
  content: "\e000"; }
.icon-twitter:before {
  content: "\e002";
  font-size: 1.1em; }
.icon-google-plus:before {
  content: "\e003"; }
.icon-facebook:before {
  content: "\e004"; }

/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */
html {
  height: 100%;
  max-height: 100%;
  font-size: 62.5%; }

html { 
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
  height: 100%;
  max-height: 100%;
  /*font-family: "Courier New", Courier, monospace;*/
  font-size: 13px;
  line-height: 1.4em;
  /*letter-spacing: -1px;*/
  color: #B2B6BD;
  background: #000000; }

::-moz-selection {
  color: #1c212b;
  background: #a3be8c;
  text-shadow: none; }

::selection {
  color: #1c212b;
  background: #a3be8c;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  /*letter-spacing: 0px;*/
  font-weight: normal; }

h1 a {
  color: #ffffff; }

h2 a {
  color: #509550; }

h3 a {
  color: #509550; }

h4 a {
  color: #509550; }

h5 a {
  color: #509550; }

h6 a {
  color: #509550; }

h1 {
  font-size: 3.5rem;
  line-height: 1em;
  text-indent: -3px; 
  word-spacing: -5px;
}

h2 {
  font-size: 3rem;
  line-height: 1.2em;
  text-indent: -2px; }

h3 {
  font-size: 2.5rem; }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 2.3rem; }

h6 {
  font-size: 1.5rem; }

a {
  color: #509550;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s; }
  a:hover {
    color: #509550; }

p, ul, ol {
  margin: 1.6em 0; }

ol ol, ul ul,
ul ol, ol ul {
  margin: 0.4em 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #424650;
  margin: 3.2em 0;
  padding: 0; }

blockquote {
  box-sizing: border-box;
  margin: 1.6em 0 1.6em -2.2em;
  padding: 0 0 0 1.6em;
  border-left: #4f586b 0.4em solid; }
  blockquote p {
    margin: 0.8em 0;
    font-style: italic; }
  blockquote small {
    display: inline-block;
    margin: 0.8em 0 0.8em 1.5em;
    font-size: 1em;
    color: #ccc; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote cite {
    font-weight: bold; }
    blockquote cite a {
      font-weight: normal; }

dl {
  margin: 1.6em 0; }
  dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 1em; }
  dl dd {
    margin-left: 200px;
    margin-bottom: 1em; }

mark {
  background-color: #ffc336; }

code, tt {
  padding: 1px 3px;
  /*font-family: Menlo, Consolas, Monaco, "Lucida Console", monospace;*/
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  white-space: pre;
  border: 1px solid #424a5a;
  background: #4f586b;
  border-radius: 2px; }

pre {
  box-sizing: border-box;
  margin: 1.6em 0;
  border: 1px solid #424a5a;
  width: 100%;
  padding: 10px;
  /*font-family: Menlo, Consolas, Monaco, "Lucida Console", monospace;*/
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  white-space: pre;
  overflow: auto;
  background: #4f586b;
  border-radius: 3px; }

pre code, tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0; }

kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #ccc 1px solid;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset; }

table {
  box-sizing: border-box;
  margin: 1.6em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #424a5a; }

table th {
  color: #000; }

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }

table tbody + tbody {
  border-top: 2px solid #efefef; }

table table table {
  background-color: #fff; }

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #4f586b; }

table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
  background: transparent; }

button, input, select, textarea {
  background: #4f586b;
  border: 1px solid #424a5a;
  color: #B2B6BD;
  outline-color: #bf6165; }

/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */
/* Hides shit */
.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none; }

/* Creates a responsive wrapper that makes our content scale nicely */
.inner {
  position: relative;
  width: 80%;
  max-width: 700px;
  margin: 0 auto; }

/* Centres vertically yo. (IE8+) */
.vertical {
  display: table-cell;
  vertical-align: middle; }

/* ==========================================================================
   4. General - The main styles for the the theme
   ========================================================================== */
#site-head {
  position: relative;
  display: table;
  width: 100%;
  height: 50%;
  margin-bottom: 0rem;
  text-align: center;
  color: #ffffff;
  background: #1c212b no-repeat center center;
  background-size: cover; }

#blog-logo {

  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  border: 3px solid #000000; }
  #blog-logo:before {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
    border: 3px solid #000000; }
  #blog-logo:hover:before {
    background: rgba(204, 31, 39, 0.5); }
  #blog-logo img {
    display: block;
    max-height: 100px;
    width: auto;
    line-height: 0;
    border-radius: 50%; }
  #blog-logo-title {
    margin: 10px 0 10px 0;
    font-size: 2rem;
     }
  #blog-logo-description {
    margin: 0;
    font-size: 1.0rem;
    line-height: 1.3em;
    font-weight: 300;
    letter-spacing: 0; }

.blog-title {
  font-size: 5rem;
   }

.blog-description {
  font-size: 3rem;
  line-height: 1.3em; }

#back {
  color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 8px;
  left: 8px;
  padding: 6px;
  font-size: 16px; }

/* Every post, on every page, gets this style on its <article> tag */
.post {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 4rem auto;
  margin-top: 0px;
  padding-bottom: 0rem;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  .post-title {
    margin: 0;
    color: #ffffff; 
    word-spacing: -2px;}
    .post-title a {
      text-decoration: none; }
  .post-excerpt p {
    margin: 1.6rem 0 0 0;
    font-size: 1.2em;
    line-height: 1.6em; }
  .post-meta {
    display: inline-block;
    margin: 0 0 6px 0;
    font-size: 1.5rem;
    color: #509550; }
  .post a {
    color: #509550;
    text-decoration: none; }
    .post a:hover {
      text-decoration: underline; }

.user-meta {
  position: relative;
  padding: 0.3rem 40px 0 100px;
  min-height: 77px; }
.user-image {
  position: absolute;
  top: 0;
  left: 0; }
.user-name {
  display: block;
  font-weight: bold; }
.user-bio {
  display: block;
  max-width: 440px;
  font-size: 1.4rem;
  line-height: 1.5em; }

.publish-meta {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4.3rem 0 4rem 0;
  text-align: right; }
.publish-heading {
  display: block;
  font-weight: bold; }
.publish-date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em; }

/* ==========================================================================
   5. Single Post - When you click on an individual post
   ========================================================================== */
.post-template .post {
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0; }
  .post-template .post:after {
    display: none; }
  .post-template .post-header {
    padding: 20px 0; }
.post-header #blog-logo:before {
  margin: 20px auto; }
.post-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
.post-footer {
  position: relative;
  margin: 4rem 0 0 0;
  padding: 4rem 0 0 0;
  border-top: #424650 1px solid; }
  .post-footer h4 {
    font-size: 1.8rem;
    margin: 0; }
  .post-footer p {
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.6em; }
  .post-footer .author {
    margin-right: 180px; }
  .post-footer .share {
    position: absolute;
    top: 4rem;
    right: 0;
    width: 140px; }
    .post-footer .share a {
      font-size: 1.8rem;
      display: inline-block;
      margin: 1.4rem 1.6rem 1.6rem 0;
      color: #BBC7CC; }
      .post-footer .share a:hover {
        color: #50585D; }

/* ==========================================================================
   6. Third Party Elements - Embeds from other services
   ========================================================================== */
/* ==========================================================================
   7. Pagination - Tools to let you flick between pages
   ========================================================================== */
/* The main wrapper for our pagination links */
.pagination {
  position: relative;
  width: 80%;
  max-width: 700px;
  margin: 4rem auto;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.3rem;
  color: #9EABB3;
  text-align: center; }
  .pagination a {
    color: #9EABB3; }

/* Push the previous/next links out to the left/right */
.older-posts,
.newer-posts {
  position: absolute;
  display: inline-block;
  padding: 0 15px;
  border: #424650 1px solid;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: border ease 0.3s;
  transition: border ease 0.3s;
  background: #363c4a; }

.older-posts {
  right: 0; }

.page-number {
  display: inline-block;
  padding: 2px 0; }

.newer-posts {
  left: 0; }

.older-posts:hover,
.newer-posts:hover {
  border-color: #9EABB3; }

/* ==========================================================================
   8. Footer - The bottom of every page
   ========================================================================== */
.site-footer {
  position: relative;
  margin: 8rem 0 0 0;
  padding: 4rem 0;
  border-top: #1a1e27 1px solid;
  font-size: 1.3rem;
  line-height: 1.7em;
  color: #BBC7CC;
  text-align: center;
  background: #000000; }
  .site-footer a {
    color: #BBC7CC;
    text-decoration: underline; }
    .site-footer a::hover {
      color: #50585D; }

.poweredby .icon-ghost {
  color: #bf6165;
  font-weight: 700;
  text-decoration: none; }
  .poweredby .icon-ghost:hover {
    text-decoration: none; }
  .poweredby .icon-ghost:before {
    font-size: 1rem;
    margin-right: 0.2em; }

.subscribe {
  width: 28px;
  height: 28px;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -15px;
  border: #EBF2F6 1px solid;
  text-align: center;
  line-height: 2.4rem;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s; }
  .subscribe:before {
    color: #D2DEE3;
    font-size: 10px;
    position: absolute;
    top: 2px;
    left: 9px;
    font-weight: bold;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease; }
  .subscribe:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 3px;
    -webkit-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s; }
    .subscribe:hover .tooltip {
      opacity: 1;
      top: -33px; }
    .subscribe:hover:before {
      color: #50585D; }

.tooltip {
  opacity: 0;
  display: inline-block;
  padding: 4px 8px 5px 8px;
  position: absolute;
  top: -23px;
  left: -23px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  background: #50585D;
  border-radius: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease, top 0.3s ease;
  transition: opacity 0.3s ease, top 0.3s ease; }
  .tooltip:after {
    content: "";
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #50585D transparent;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    z-index: 220;
    width: 0; }

/* ==========================================================================
   9. Media Queries - Smaller than 900px
   ========================================================================== */
@media only screen and (max-width: 900px) {
  blockquote {
    margin-left: 0; }

  #site-head {
    box-sizing: border-box;
    height: auto;
    min-height: 240px;
    padding: 15% 0; }

  .blog-title {
    font-size: 5rem;
     }

  .blog-description {
    font-size: 3.0rem;
    line-height: 1.3em; }

  .post {
    font-size: 1em;
    line-height: 1.6em; }

  .post-template .post {
    padding-bottom: 1rem; }

  .post-template .post-header {
    padding: 40px 0; }

  .post-header #blog-logo:before {
    margin: 40px auto; }

  h1 {
    font-size: 3.0rem;
    text-indent: -2px; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 2.0rem; }

  h4 {
    font-size: 1.5rem; } }
/* ==========================================================================
   10. Media Queries - Smaller than 500px
   ========================================================================== */
@media only screen and (max-width: 500px) {
  #blog-logo img {
    max-height: 80px; }

  #blog-logo {
    width: 80px; }

  #blog-logo:before {
    width: 80px;
    height: 80px; }

  .inner,
  .pagination {
    width: auto;
    margin-left: 16px;
    margin-right: 16px; }

  .post {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 1em;
    line-height: 1.6em; }

  #site-head {
    padding: 10% 0; }

  .blog-title {
    font-size: 3rem; }

  .blog-description {
    font-size: 1.5rem; }

  h1, h2 {
    font-size: 2.0rem;
    line-height: 1.1em;
     }

  h3 {
    font-size: 1.5rem; }

  h4 {
    font-size: 1.2rem; }

  .post-template .post {
    padding-bottom: 0; }

  .post-template .post-header {
    padding: 30px 0; }

  .post-header #blog-logo:before {
    margin: 30px auto; }

  .post-meta {
    font-size: 1.3rem; }

  .post-footer {
    padding: 4rem 0;
    text-align: center; }

  .post-footer .author {
    margin: 0 0 2rem 0;
    padding: 0 0 1.6rem 0;
    border-bottom: #424650 1px dashed; }

  .post-footer .share {
    position: static;
    width: auto; }

  .post-footer .share a {
    margin: 1.4rem 0.8rem 0 0.8rem; }

  .older-posts,
  .newer-posts {
    position: static;
    margin: 10px 0; }

  .page-number {
    display: block; }

  .site-footer {
    margin-top: 6rem;
    font-size: 1.1rem; } }
/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden
*/
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }


.post-content img {
  margin: 1px;
}






/* ==========================================================================
   7. Read More - Next/Prev Post Links
   ========================================================================== */

.read-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 0.5rem;
}

.read-next-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 50%;
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #fff;
    background: #222 no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.read-next-story:hover:before {
    background: rgba(0,0,0,0.8);
    transition: all 0.2s ease;
}
.read-next-story:hover .post:before {
    color: #222;
    background: #fff;
    transition: all 0.2s ease;
}

.read-next-story:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    transition: all 0.5s ease;
}

.read-next-story .post {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.read-next-story .post:before {
    content: "Read This Next";
    padding: 4px 10px 5px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-family: "Open Sans", sans-serif;
    color: rgba(255,255,255,0.8);
    border: rgba(255,255,255,0.5) 1px solid;
    border-radius: 4px;
    transition: all 0.5s ease;
}
.read-next-story.prev .post:before {
    content: "You Might Enjoy";
}

.read-next-story h2 {
    margin-top: 1rem;
    color: #fff;
}

.read-next-story p {
    margin: 0;
    color: rgba(255,255,255,0.8);
}

/* Special styles for posts with no cover images */
.read-next-story.no-cover {
    background: #f5f8fa;
}

.read-next-story.no-cover:before {
    display: none;
}

.read-next-story.no-cover .post:before {
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.2);
}

.read-next-story.no-cover h2 {
    color: rgba(0,0,0,0.8);
}

.read-next-story.no-cover p {
    color: rgba(0,0,0,0.5);
}

/* if there are two posts without covers, put a border between them */
.read-next-story.no-cover + .read-next-story.no-cover {
    border-left: rgba(0,0,100,0.04) 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Correctly position site-footer when next to the .read-next container */
.read-next + .site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}



/* Github */
.gist .highlight, .gist .blob-code-inner { font-size: 10px !important }
.gist .highlight { line-height: 1.25em !important }
.gist .gist-meta { background-color: #073642 !important; color: #93a1a1 !important }
.gist .gist-meta a { color: #268bd2 !important }
.gist .gist-data, .gist .highlight { background-color: #002b36 !important; color: #93a1a1 !important }
.gist .gist-data, .gist .gist-file { border-color: #073642 !important }
.gist .pl-smi, .gist .pl-s .pl-s1, .gist .blob-code-inner, .gist .blob-num { color: #93a1a1 !important }
.gist .pl-k { color: #268bd2 !important }
.gist .pl-e, .gist .pl-en { color: #cb4b16 !important }
.gist .pl-s, .gist .pl-pds, .gist .pl-s .pl-pse .pl-s1, .gist .pl-sr,
.gist .pl-sr .pl-cce, .gist .pl-sr .pl-sre, .gist .pl-sr .pl-sra { color: #2aa198 !important }
.gist table {
    margin: 0;
    font-size: 1.0rem;
    text-rendering: auto;
}
.gist td {
    line-height: 1.4;
}
.gist .line-number {
    min-width: 25px;
}

/* Pastebin */
.content .embedPastebin {
    margin-bottom: 1.75em;
}
