/* ============================================================ */
/* Base */
/* ============================================================ */
@font-face {
  font-family: "Roboto";
  src: url(../fonts/roboto-thin-webfont.woff2) format("woff2");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/roboto-black-webfont.woff2) format("woff2");
  font-weight: 900;
}
html, body {
  height: 100%;
}

body {
  background: #FEFEFE;
  color: #424242;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 33px;
  text-transform: none;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  margin-bottom: 18px;
}

h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

h6 {
  font-size: 14px;
  margin-bottom: 12px;
}

p {
  line-height: 1.8;
  margin: 20px 0;
}

a {
  color: #000000;
  text-decoration: none;
}

ul, ol {
  list-style-position: outside;
  line-height: 1.8;
  margin: 0 0 40px;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 10px 0 0 20px;
}
ul li, ol li {
  margin: 0 0 10px;
}
ul li:last-of-type, ol li:last-of-type {
  margin-bottom: 0;
}

ul {
  padding-left: 60px;
}

ol {
  padding-left: 60px;
}

ul ul,
ol ul {
  padding-left: 0;
}

ul ol,
ol ol {
  padding-left: 5px;
}

blockquote {
  border-left: 2px dotted #303030;
  margin: 40px 0;
  padding: 5px 30px;
}
blockquote p {
  color: #303030;
  display: block;
  font-style: italic;
  margin: 0;
  width: 100%;
}

img {
  display: block;
  margin: 40px auto 0 auto;
  height: auto;
  width: auto;
  max-width: 100%;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 0.8em;
}

code {
  background: #F1F0EA;
}

pre {
  background: #F1F0EA;
  border: 1px solid #DDDBCC;
  border-radius: 3px;
  margin: 0 0 40px;
  padding: 15px 20px;
}

hr {
  border: none;
  border-bottom: 1px dotted #303030;
  margin: 45px 0;
}

table {
  margin-bottom: 40px;
  width: 100%;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f7f7f3;
}
table th {
  padding: 0 10px 10px;
  text-align: left;
}
table td {
  padding: 10px;
}
table tr {
  border-bottom: 1px dotted #AEADAD;
}

::selection {
  background: #FFF5B8;
  color: #000;
  display: block;
}

::-moz-selection {
  background: #FFF5B8;
  color: #000;
  display: block;
}

.fluid-width-video-wrapper {
  margin-bottom: 40px;
}

.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================ */
/* General Appearance */
/* ============================================================ */
.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 700px;
}

#wrapper {
  height: auto;
  min-height: 100%;
  margin-bottom: -50px;
}

.button {
  background: #303030;
  border: none;
  border-radius: 3px;
  color: #FEFEFE;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  text-transform: uppercase;
}
.button:hover {
  background: #000000;
}

/* ============================================================ */
/* Index Header */
/* ============================================================ */
.index-header {
  padding: 100px 0 0;
  text-align: center;
}

.index-title-wrapper {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
}

.index-logo {
  display: block;
}
.index-logo img {
  height: 200px;
  width: 200px;
  border-radius: 200px;
  margin: auto;
}

.index-title {
  font-family: Roboto, sans-serif;
  font-weight: 900;
  font-size: 30px;
  margin: 25px 0 10px;
  text-transform: uppercase;
}
.index-title a {
  color: #000000;
  padding: 5px 10px 6px;
}

.index-description {
  color: #505050;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  margin: 0;
}

/* ============================================================ */
/* Post */
/* ============================================================ */
.post-list,
.post-wrapper {
  margin: 80px 0 0;
  padding: 35px 0 0;
  line-height: 1.8;
}

.post-list {
  list-style: none;
}

.post-wrapper {
  padding-bottom: 60px;
}

.post-container {
  margin: 0;
  margin-bottom: 50px;
  position: relative;
}
.post-container a {
  text-decoration: none;
  border-bottom: 1px dotted #a0a0a0;
}
.post-container a:hover {
  border-bottom: 1px solid #000000;
}

.post-stub-container .post-content p:last-child::after {
  content: "...";
}
.post-stub-container .post-date {
  color: #e3e3e3;
}
.post-stub-container:hover .post-date {
  color: #808080;
}
.post-stub-container:hover .read-more {
  color: #808080;
}

.post-date {
  display: block;
  color: #808080;
  text-transform: uppercase;
  font-size: 12px;
}

.post-title {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  font-size: 45px;
  line-height: 45px;
  color: #000000;
}

.post-content {
  color: #454545;
  font-size: 20px;
  font-family: georgia, serif;
}
.post-content:last-child {
  margin-bottom: 0;
}

.footnotes::before {
  content: "Notes";
  font-weight: 900;
}

.post-footer {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #AEADAD;
}

.next-post {
  float: right;
  text-align: right;
}

.prev-post {
  float: left;
}

.next-post,
.prev-post {
  width: 320px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  margin-top: 0;
}

.post-tags {
  font-size: 14px;
  text-align: center;
  margin: 3px 0 0;
}
.post-tags span {
  font-weight: 600;
}
.post-tags a:hover {
  color: #303030;
}

.post-navigation {
  margin: 70px 0 100px;
}

.newer-posts {
  float: right;
}

.older-posts {
  float: left;
}

.newer-posts,
.older-posts,
.read-more {
  color: #e3e3e3;
  font-size: 18px;
  font-weight: 600;
}
.newer-posts:hover,
.older-posts:hover,
.read-more:hover {
  color: #000000 !important;
}

.post-divider {
  border-bottom: 1px dotted #f3f3f3;
}

.next-posts-link a,
.previous-posts-link a {
  display: block;
  padding: 8px 11px;
}

/* ============================================================ */
/* Nav */
/* ============================================================ */
.nav-container {
  box-sizing: border-box;
  width: 100%;
}

.nav-logo {
  display: inline-block;
  vertical-align: middle;
}
.nav-logo img {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  margin: auto;
}

.nav-title {
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  height: 50px;
  margin-right: 30px;
}
.nav-title:last-child {
  margin-right: 0px;
}
.nav-title a {
  color: #000000;
  height: 50px;
  display: inline-block;
}

.nav-left {
  float: left;
}

.nav-right {
  float: right;
}
.nav-right:last-child {
  margin-right: -15px;
}

.nav-links {
  display: inline-block;
  text-align: center;
  min-width: 40px;
  height: 50px;
}

.header {
  height: 50px;
  line-height: 49px;
}

/* ============================================================ */
/* Header and Footer */
/* ============================================================ */
.footer,
.header {
  height: 50px;
  line-height: 49px;
}
.footer a,
.header a {
  color: #808080;
}
.footer a:hover,
.header a:hover {
  color: #000000;
}

/* ============================================================ */
/* Media Queries */
/* ============================================================ */
@media only screen and (max-width: 765px), only screen and (max-height: 700px) {
  h1, h2 {
    margin-bottom: 20px;
  }
  p {
    margin-bottom: 20px;
  }
  ul, ol {
    margin-bottom: 20px;
  }
  img {
    margin: 30px 0;
  }
  blockquote {
    margin: 30px 0;
  }
  pre {
    margin: 30px 0;
  }
  hr {
    margin: 35px 0;
  }
  .index-header {
    padding-top: 60px;
  }
  .index-logo img {
    height: 150px;
    width: 150px;
  }
  .post-title {
    display: block;
    font-size: 40px;
    line-height: 40px;
  }
  .post-date:before {
    content: "";
    display: block;
  }
  .post-list,
  .post-wrapper {
    margin-top: 45px;
    margin-right: 25px;
    margin-left: 25px;
  }
  .post-tags {
    width: 100%;
  }
  .post-stub-container a,
  .post-stub-container a:hover {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nav-container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 400px), only screen and (max-height: 550px) {
  .index-header {
    padding-top: 30px;
  }
  .index-logo img {
    height: 125px;
    width: 125px;
  }
  .post-title {
    display: block;
    font-size: 35px;
    line-height: 35px;
  }
  .page-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .post-list,
  .post-wrapper {
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .nav-container {
    padding: 0 15px;
  }
}
@media only screen and (max-height: 450px) {
  .index-logo {
    display: none;
  }
}
.kg-width-full img,
.kg-width-wide img {
  /* ghost throws an error if these aren't present */
}

/*# sourceMappingURL=style.css.map */
