/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
.reset-styles {
  text-decoration: none !important;
  border-bottom: none !important;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
body,
html {
  height: 100%;
}
body {
  background: #fefefe;
  color: #424242;
  font-family: Open Sans, arial, sans-serif;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  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: 0 0 30px;
}
a {
  color: #2390ff;
  text-decoration: none;
}
ol,
ul {
  line-height: 1.4;
  margin: 0 0 20px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 10px 0 0 20px;
}
ol li,
ul li {
  margin: 0 0 2px;
}
ol li:last-of-type,
ul li:last-of-type {
  margin-bottom: 0;
}
blockquote {
  border-left: 1px dotted #2390ff;
  margin: 40px 0;
  padding: 5px 30px;
}
blockquote p {
  color: #aeadad;
  display: block;
  font-style: italic;
  margin: 0;
  width: 100%;
}
img {
  display: block;
  margin: 40px 0;
  max-width: 100%;
  width: auto;
}
img[src$="align-center"] {
  margin: auto;
}
img[src$="align-left"] {
  float: left;
  margin-right: 40px;
}
img[src$="align-right"] {
  float: right;
  margin-left: 40px;
}
pre {
  border: 1px solid #dddbcc;
  border-radius: 3px;
  font-size: 16px;
  margin: 0 0 20px;
  overflow-x: auto;
  padding: 10px;
}
pre code {
  padding: 0;
}
code {
  background-color: #f1f0ea;
  border-radius: 4px;
  font-size: 90%;
  padding: 2px 4px;
}
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 {
  display: none;
  text-indent: -9999px;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.container {
  margin: 0 auto;
  max-width: 889px;
  position: relative;
  width: 100%;
}
#wrapper {
  height: auto;
  margin-bottom: -265px;
  min-height: 100%;
}
#wrapper:after {
  content: "";
  display: block;
  height: 265px;
}
.button {
  background: #303030;
  border: none;
  border-radius: 3px;
  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  text-transform: uppercase;
}
.button-square,
.button:hover {
  background: #2390ff;
}
.button-square {
  color: #fff;
  float: left;
  font-size: 17px;
  margin: 0 0 0 10px;
  padding: 3px 8px 4px;
}
.button-square:hover {
  background: #303030;
}
.error {
  text-align: center;
}
.comments {
  margin-top: 10px;
}
.site-header {
  overflow: auto;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.site-title-wrapper {
  display: table;
  margin: 0 auto;
}
.site-title {
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.site-title a {
  background: #2390ff;
  color: #fefefe;
  float: left;
  padding: 5px 10px 6px;
}
.site-title a:hover {
  background: #303030;
}
.site-logo {
  display: block;
}
.site-logo img {
  margin: 0;
}
.site-nav {
  list-style: none;
  margin: 28px 0 10px;
  padding: 0;
}
.site-nav-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 10px;
}
.site-nav-item a:hover {
  color: #424242;
}
#latest-post {
  display: none;
}
.post-container {
  margin: 0 40px;
}
.post-header {
  border-bottom: 2px solid #303030;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.page-title,
/* .post-header, */
.post-title {
  text-align: center;
  text-transform: none;
}
.post-header {
  text-align: center;
}
.page-title,
.post-title {
  font-size: 32px;
  font-weight: 800;
  margin: 15px 0;
}
.page-title {
  margin: 15px 40px;
}
.blog-description,
.post-date,
.post-reading {
  color: #aeadad;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0 0;
}
.blog-description a,
.post-date a,
.post-reading a {
  color: #aeadad;
}
.blog-description a:hover,
.post-date a:hover,
.post-reading a:hover {
  color: #2390ff;
}
.post-line:after {
  /* border-bottom: 1px dotted #303030; */
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 100px;
}
.post-content .post-embed {
  margin: 0 0 30px 0;
  width: 100%;
}
.post-content .post-embed a {
  display: inline-block;
  margin-top: 8px;
}
.post-content a:hover {
  border-bottom: 1px dotted #2390ff;
  padding: 0 0 2px;
}
.post-content:last-child {
  margin-bottom: 0;
}
.post-content .footnotes {
  border-spacing: 0;
  margin-bottom: 0;
}
.post-content .footnotes .label + td {
  width: 100%;
}
.post-content .gist tr {
  border-bottom: 0;
}
.post-footer {
  margin-top: 5px;
}
.post-tags,
.share {
  color: #aeadad;
  font-size: 14px;
}
.post-tags span,
.share span {
  font-weight: 600;
}
.post-tags {
  float: left;
  margin: 3px 0 0;
}
.post-tags a:hover {
  color: #303030;
}
.share {
  float: right;
}
.share a {
  background: #2390ff;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  padding: 5px 0 4px;
  text-align: center;
  width: 30px;
}
.share a:hover {
  background: #303030;
}
.post-navigation {
  display: table;
  margin: 70px auto 100px;
}
.newer-posts,
.older-posts {
  background: #2390ff;
  color: #fefefe;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin: 0 5px;
  padding: 5px 10px 6px;
  text-transform: uppercase;
}
.newer-posts:hover,
.older-posts:hover {
  background: #303030;
}
.page-number {
  display: none;
}
.post-list {
  list-style: none;
  padding: 0;
}
.post-stub {
  border-bottom: 1px dotted #303030;
  margin: 0;
  position: relative;
}
.post-stub:first-child {
  padding-top: 0;
}
.post-stub .post-stub-link {
  color: #424242;
  display: block;
  padding: 20px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-stub .post-stub-link:hover {
  background: #fcf5f5;
  color: #2390ff;
  padding: 20px 12px;
}
.post-stub .post-stub-link:hover .post-stub-tag {
  background: #2390ff;
}
.post-stub-tag {
  background: #303030;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-size: 10px;
  margin: 7px 0 0;
  padding: 0 5px;
  text-transform: uppercase;
}
.post-stub-description,
.post-stub-title {
  text-transform: none;
}
.post-stub-title {
  display: inline-block;
  margin: 0;
}
.post-stub-description {
  display: block;
  line-height: 1.8;
  margin: 0 40px 30px 5px;
}
.post-stub-description p {
  line-height: inherit;
  margin: 0 0 30px;
}
.post-stub-description p:last-child {
  margin-bottom: 0;
}
.post-stub-date {
  display: inline-block;
}
.post-stub-date:before {
  content: "/ ";
}
.next-posts-link a,
.previous-posts-link a {
  display: block;
  padding: 8px 11px;
}
.author-profile {
  margin: 0 40px;
}
.author-profile:after {
  border-bottom: 1px dotted #303030;
  content: "";
  display: block;
  margin: 40px auto 0;
  width: 100px;
}
.author-heading {
  margin: 15px auto;
  text-align: center;
  width: 100%;
}
.author-avatar {
  border-radius: 50px;
  height: 50px;
  margin: 5px 10px 0 0;
  width: 50px;
}
.author-avatar,
.author-name {
  display: inline;
  vertical-align: middle;
}
.author-name {
  font-size: 52px;
  font-weight: 700;
}
.author-meta,
.author-name {
  text-align: center;
  text-transform: uppercase;
}
.author-meta {
  color: #aeadad;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0 0;
}
.author-meta span {
  display: inline-block;
  margin: 0 10px 8px;
}
.author-meta i {
  margin-right: 8px;
}
.author-meta a {
  color: #aeadad;
}
.author-meta a:hover {
  color: #2390ff;
}
.author-bio {
  margin: 20px auto 0;
  max-width: 700px;
  text-align: center;
}
.footer {
  background: #303030;
  color: #d3d3d3;
  height: 265px;
  margin-top: 95px;
  overflow: auto;
}
.footer .site-title-wrapper {
  margin: 80px auto 35px;
}
.footer .button-square:hover,
.footer .site-title a:hover {
  background: #121212;
}
.footer-copyright {
  color: #656565;
  font-size: 14px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.footer-copyright a {
  color: #656565;
  font-weight: 700;
}
.footer-copyright a:hover {
  color: #fefefe;
}
#nprogress .bar {
  background: #2390ff;
}
#nprogress .peg {
  box-shadow: 0 0 10px #2390ff, 0 0 5px #2390ff;
}
#nprogress .spinner-icon {
  border-left-color: #2390ff;
  border-top-color: #2390ff;
}
@media only screen and (max-width: 800px) {
  .post-stub-tag {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  h1,
  h2,
  ol,
  p,
  ul {
    margin-bottom: 20px;
  }
  blockquote,
  img {
    margin: 30px 0;
  }
  pre {
    margin: 20px 0;
  }
  hr {
    margin: 35px 0;
  }
  .site-header {
    padding-top: 40px;
  }
  .site-title {
    float: none;
    margin-bottom: 15px;
  }
  .site-title a {
    float: none;
  }
  .site-title + .button-square {
    margin-left: 0;
  }
  .site-nav-item {
    display: block;
    margin: 15px 0;
  }
  .post-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .post-header p {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .author-heading,
  .author-name,
  .page-title,
  .post-title {
    word-wrap: break-word;
    font-size: 42px;
    margin-top: 5px;
    overflow-wrap: break-word;
  }
  .author-meta,
  .blog-description,
  .post-date {
    margin-top: 20px;
  }
  .author-meta:after,
  .author-meta:before,
  .blog-description:after,
  .blog-description:before,
  .post-date:after,
  .post-date:before {
    margin-top: 30px;
  }
  .author-profile:after,
  .author-profile:before {
    margin-top: 20px;
  }
  .post-stub-title {
    display: block;
  }
  .post-stub-date:before {
    content: "";
    display: block;
  }
  .post-list {
    margin-top: 20px;
  }
  .author-profile,
  .post-container,
  .post-list {
    margin-left: 25px;
    margin-right: 25px;
  }
  .post-tags {
    width: 100%;
  }
  .post-stub a,
  .post-stub a:hover {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .share {
    float: left;
    margin-top: 20px;
  }
  .share a {
    margin: 0 5px 0 0;
  }
  .footer {
    margin-top: 50px;
  }
  .footer .site-title-wrapper {
    text-align: center;
  }
  .footer .button-jump-top {
    clear: both;
    display: inline-block;
    float: none;
  }
}
@media only screen and (max-width: 400px) {
  .site-header {
    padding-top: 40px;
  }
  .author-heading,
  .author-name,
  .page-title,
  .post-title {
    word-wrap: break-word;
    font-size: 30px;
    line-height: 1.2;
    overflow-wrap: break-word;
  }
  .author-meta,
  .blog-description,
  .post-date {
    line-height: 1.6;
    margin-top: 10px;
  }
  .author-meta:after,
  .author-meta:before,
  .blog-description:after,
  .blog-description:before,
  .post-date:after,
  .post-date:before {
    margin-top: 20px;
  }
  .author-profile:after,
  .author-profile:before {
    margin-top: 10px;
  }
  .author-profile,
  .post-container,
  .post-list {
    margin-left: 20px;
    margin-right: 10px;
  }
  .author-avatar {
    display: block;
    margin: 0 auto 18px;
  }
  .author-meta span {
    display: block;
    margin: 18px 0;
  }
  .footer-copyright {
    padding: 0 10px;
  }
}
