@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Inconsolata);
@font-face {
  font-family: "Franklin Gothic FS Book";
  src: url("/static/fonts/FranklinGothic-Book.eot");
  src: url("/static/fonts/FranklinGothic-Book.eot?#iefix") format("embedded-opentype"), url("/static/fonts/FranklinGothic-Book.woff") format("woff"), url("/static/fonts/FranklinGothic-Book.ttf") format("truetype"), url("/static/fonts/FranklinGothic-Book.svg#webfont") format("svg"); }
@font-face {
  font-family: "Franklin Gothic FS Book";
  src: url("/static/fonts/FranklinGothic-BookIt.eot");
  src: url("/static/fonts/FranklinGothic-BookIt.eot?#iefix") format("embedded-opentype"), url("/static/fonts/FranklinGothic-BookIt.woff") format("woff"), url("/static/fonts/FranklinGothic-BookIt.ttf") format("truetype"), url("/static/fonts/FranklinGothic-BookIt.svg#webfont") format("svg");
  font-style: italic; }
img, canvas, iframe, video, svg, select, textarea {
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: white;
  text-rendering: optimizelegibility;
  font-family: "Franklin Gothic FS Book", Helvetica, Arial, sans-serif; }

#header h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  top: 40px;
  right: 40px;
  margin: 0;
  background: url("/static/vector/logo.svg");
  width: 270px;
  height: 150px;
  background-size: 270px 150px; }

#body {
  flex: 1;
  max-width: 560px;
  margin-left: 20%;
  margin-top: 80px;
  margin-bottom: 80px; }
  #body article {
    color: #22313F; }
    #body article h1, #body article h2, #body article h3, #body article h4, #body article h5, #body article h6 {
      font-family: "Montserrat", Verdana, Geneva, sans-serif; }
    #body article a {
      text-decoration: none;
      color: #1E8BC3; }
    #body article header h1, #body article header time {
      display: inline; }
    #body article header a {
      color: #22313F; }
    #body article header h1 {
      margin-right: 10px; }
    #body article header time {
      color: #BDC3C7;
      font-size: 18px; }
    #body article section {
      font-size: 22px;
      line-height: 35.59675px; }
      #body article section h2, #body article section h3, #body article section h4 {
        display: block; }
      #body article section h1, #body article section h5, #body article section h6 {
        color: red !important; }
      #body article section h2 {
        font-size: 26px; }
      #body article section h3 {
        font-size: 22px; }
      #body article section h4 {
        font-size: 18px; }
      #body article section ul {
        list-style: circle; }
      #body article section blockquote {
        color: #476481;
        border-left: 10px solid #ECF0F1;
        padding-left: 20px;
        margin-left: 10px; }
      #body article section code {
        font-family: Inconsolata-g, Inconsolata, "Courier New", Courier, monospace;
        font-size: 9pt;
        color: #2C3E50; }
      #body article section pre {
        background: #22313F;
        line-height: 0.8;
        padding: 10px;
        margin-top: 40px;
        margin-bottom: 40px;
        overflow-y: hidden; }
    #body article footer.is-excerpt a {
      text-decoration: none;
      position: relative; }
    #body article footer.is-excerpt a:after {
      content: "";
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -1px;
      border-width: 0 0 1px;
      border-style: dotted;
      color: #BDC3C7; }
    #body article footer.is-excerpt a {
      font-weight: bold;
      font-size: 15px;
      letter-spacing: 1px; }
    #body article footer nav {
      margin-top: 80px; }
      #body article footer nav ul {
        list-style: none;
        padding-left: 0; }
      #body article footer nav li {
        display: inline-block;
        margin-right: 5px; }
        #body article footer nav li a {
          display: inline-block;
          padding: 10px 20px;
          text-decoration: none;
          font-size: 20px;
          color: #F2F1EF; }
      #body article footer nav li.twitter {
        background: #55ACEE; }
      #body article footer nav li.facebook {
        background: #3B5998; }
      #body article footer nav li.hacker-news {
        background: #FF8937; }
      #body article footer nav li.lobsters {
        background: #ac120d; }
    #body article footer #disqus_thread {
      margin-top: 80px; }
  #body article + article {
    margin-top: 80px; }

#footer {
  color: #F2F1EF;
  font-size: 20px; }
  #footer > div {
    background: #1E8BC3;
    padding-left: 20%;
    padding-top: 40px;
    padding-bottom: 40px; }
  #footer a {
    text-decoration: none;
    position: relative; }
  #footer a:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-width: 0 0 1px;
    border-style: dotted;
    color: #BDC3C7; }
  #footer a {
    color: #F2F1EF; }
  #footer #footer-author {
    letter-spacing: 0.5px;
    font-weight: bold; }
    #footer #footer-author:after {
      border: 0; }
  #footer #footer-quote {
    margin-top: 5px;
    display: block; }
    #footer #footer-quote sup {
      font-size: 12px; }
  #footer nav {
    font-size: 18px; }
    #footer nav ul {
      list-style: none;
      padding-left: 0; }
    #footer nav li {
      display: inline;
      padding-right: 20px; }

@media (max-width: 1180px) {
  #body {
    margin-left: 40px;
    margin-right: 40px; }

  #footer > div {
    padding-left: 40px; } }
@media (max-width: 950px) {
  #header h1 {
    position: static;
    margin-top: 40px;
    margin-left: 40px;
    width: 202.5px;
    height: 112.5px;
    background-size: 202.5px 112.5px; } }
@media (max-width: 560px) {
  #header h1 {
    margin-left: 20px; }

  #body {
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; }
    #body article section ul, #body article section ol {
      padding-left: 20px; }
    #body article section blockquote {
      padding-left: 10px;
      margin-right: 10px; }
    #body article section pre {
      margin-top: 20px;
      margin-bottom: 20px; }
    #body article footer #disqus_thread {
      margin-top: 40px; }
    #body article footer nav li {
      margin-top: 5px;
      margin-right: 0; }
    #body article + article {
      margin-top: 40px; }

  #footer {
    margin-top: 40px; }
    #footer > div {
      padding-left: 20px; }
    #footer nav li {
      display: block; }
    #footer nav li + li {
      padding-top: 10px; } }
