@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Basic styling
 */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto;
  line-height: 1.5; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

a {
  color: #000; }

/**
 * Clearfix
 */
.header {
  background-color: #62798f;
  height: 400px;
  overflow: hidden;
  position: relative; }
  .header--small {
    height: 200px; }
  @media (max-width: 800px) {
    .header--small .header__title-text {
      font-size: 32px; } }
  .header__background-image {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: .1s; }
    @media (max-width: 780px) {
      .header__background-image {
        min-height: 500px;
        object-fit: cover; } }
  .header__title {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    padding: 0;
    text-align: center; }
    .header__title--with-text {
      left: 10px;
      right: 10px;
      transform: translateY(-50%); }
    .header__title-text {
      font-size: 42px;
      font-family: Lora, Georgia, Times, "Times New Roman", serif; }
  .header__date {
    font-size: 12px;
    text-transform: uppercase; }
  .header__logo {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    left: 50%;
    letter-spacing: 2px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: transform .1s; }
    .header__logo-text {
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 2px;
      border: 1px solid #fff;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 30px;
      display: inline-block;
      padding: 5px 20px;
      transition: background-color .2s, 0s; }
      .header__logo-text:hover {
        background-color: rgba(255, 255, 255, 0.4); }

.main-nav {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 2; }
  .main-nav__list {
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 0; }
    .main-nav__list-item {
      display: inline-block; }
  .main-nav__link {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-size: 11px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s; }
    .main-nav__link:hover {
      color: white; }

.content {
  box-shadow: rgba(0, 0, 0, 0.9) 0 0 200px;
  font-family: Lora, Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  overflow: hidden;
  position: relative; }

.footer {
  position: relative;
  background: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0;
  color: #828282; }

.back-button {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  cursor: pointer;
  position: fixed;
  right: 20px;
  text-decoration: none;
  top: 20px;
  transition: .2s;
  padding: 5px 6px 1px 4px;
  border-radius: 3px; }
  .back-button__icon {
    height: 20px;
    width: 20px; }
    .back-button__icon path {
      fill: rgba(0, 0, 0, 0.5);
      transition: .2s; }
  .back-button__text {
    font-size: 12px;
    text-transform: uppercase;
    display: none; }
  .back-button:hover .back-button__icon path {
    fill: #000; }
  .back-button:hover {
    background-color: rgba(255, 255, 255, 0.8); }

.post-navigation {
  margin: 30px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .post-navigation__button {
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    transition: background-color .2s, color .2s, border-color .2s; }
    .post-navigation__button:hover {
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      border-color: rgba(0, 0, 0, 0.9); }
    .post-navigation__button--prev {
      float: left; }
      .post-navigation__button--prev:before {
        content: '«';
        display: inline-block;
        margin-right: 3px; }
    .post-navigation__button--next {
      float: right; }
      .post-navigation__button--next:after {
        content: "»";
        display: inline-block;
        margin-left: 3px; }

.pagination {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 40px 0;
  font-size: 13px; }
  .pagination__info {
    display: inline-block;
    vertical-align: middle;
    color: #777;
    margin-right: 10px;
    padding: 5px;
    border-left: 2px solid #eee;
    margin-left: -100px; }
  .pagination__button {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 6px 8px;
    border: 1px solid #eee;
    border-radius: 2px; }
    .pagination__button:hover {
      background-color: #eee; }
    .pagination__button--current {
      background-color: #eee;
      font-weight: bold; }
    .pagination__button--disabled {
      color: #999; }
      .pagination__button--disabled:hover {
        background-color: white; }

.post {
  padding: 30px;
  border-bottom: 3px dotted #ccc; }
  @media (max-width: 800px) {
    .post {
      padding: 30px 0; } }
  .post__meta {
    color: #828282;
    font-size: 12px;
    text-align: center;
    margin-bottom: 50px; }
  .post__title {
    font-family: Lora, Georgia, Times, "Times New Roman", serif;
    text-align: center;
    font-size: 42px; }
    .post__title-link {
      color: #000;
      text-decoration: none; }
      .post__title-link:hover {
        border-bottom: 1px dotted #828282; }
  .post__content {
    overflow: hidden; }
  .post p {
    margin-bottom: 30px;
    margin: 0 auto 30px;
    max-width: 700px;
    line-height: 1.7;
    color: #333; }
    @media (max-width: 800px) {
      .post p {
        margin: 0 30px 30px; } }
  .post figure {
    text-align: center;
    margin: 0 auto 30px;
    max-height: 99vh; }
    .post figure img {
      max-height: 99vh;
      max-width: 1200px; }
    @media (max-width: 1260px) {
      .post figure img {
        max-width: 100%; } }
    @media (max-width: 800px) {
      .post figure, .post figure img {
        max-height: auto; } }
    .post figure.align-right {
      float: right;
      max-width: 50%; }
    .post figure figcaption {
      font-size: 12px;
      font-style: italic;
      margin-top: 10px;
      color: #999; }
  .post__comments {
    max-width: 700px;
    min-height: 150px;
    margin: 30px auto; }
  .post__details {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: right; }
    .post__details-content {
      display: inline-block;
      border-top: 1px solid #ccc;
      padding: 10px 10px 0 50px; }
    .post__details-item {
      display: inline-block;
      vertical-align: middle;
      color: #555;
      font-size: 12px;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .post__details-link {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 13px;
      text-decoration: none;
      text-transform: uppercase;
      border: 1px solid #ccc;
      display: inline-block;
      padding: 4px 10px;
      border-radius: 2px;
      box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px;
      transition: background-color .1s;
      vertical-align: middle;
      margin-left: 10px; }
      .post__details-link:hover {
        background-color: rgba(0, 0, 0, 0.05); }

.page-404 {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center; }
  .page-404 p {
    line-height: 1.5; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
