@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:400,300);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #b0bec5;
  font-weight: bold; }

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px; }

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px; }

.large, h2 {
  font-size: 42px;
  line-height: 1.14; }

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38; }

.big, h4 {
  font-size: 22px;
  line-height: 1.38; }

.small, small {
  font-size: 10px;
  line-height: 1.2; }

p {
  margin: 0 0 20px 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

a {
  color: #90a4ae;
  text-decoration: none;
  outline: 0; }

a:hover, a:focus {
  color: #cbd4d9; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Open Sans" sans-serif;
  color: #eee;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

.main-header {
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.3);
  background: rgba(238, 238, 238, 0.97);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }

.main-header__heading {
  color: slategrey;
  text-align: center;
  padding: 40px;
  margin: 0; }

.main-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  max-width: 800px;
  padding: 0;
  margin: 0 auto; }

.main-nav__item {
  display: inline-block;
  text-align: center;
  padding: 10px; }
  .main-nav__item a {
    padding: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.2em; }

.main-header__heading--hidden {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  -webkit-transition: opacity 0 ease;
  -moz-transition: opacity 0 ease;
  transition: opacity 0 ease;
  opacity: 0;
  margin: 0;
  padding: 0 0 0 20px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  color: #566972; }
  @media (max-width: 1300px) {
    .main-header__heading--hidden {
      display: none; } }

.main-header--hidden .main-header__heading--hidden {
  -webkit-transition: opacity 0.5s ease 1s;
  -moz-transition: opacity 0.5s ease 1s;
  transition: opacity 0.5s ease 1s;
  opacity: 0.1; }

.main-content {
  padding: 70px 20px;
  padding-top: 230px;
  position: relative;
  z-index: -1; }

.posts {
  margin: 0;
  padding: 0; }

.posts__post {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: #455a64;
  max-width: 800px;
  border-radius: 5px;
  list-style: none;
  padding: 15px 20px 25px;
  margin: 0 auto 20px;
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.5), inset 0px 3.75rem 0px 0px rgba(255, 255, 255, 0.1); }
  @media (max-width: 600px) {
    .posts__post {
      box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.5), inset 0px 5rem 0px 0px rgba(255, 255, 255, 0.1); } }

.posts__post--title {
  font-size: 1.5em;
  color: #eceff1; }

.posts__post--content {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  margin-top: 10px; }
  .posts__post--content h1 {
    color: #90a4ae;
    font-size: 2.3em; }
  .posts__post--content h2 {
    color: #b0bec5;
    font-size: 1.7em;
    padding-left: 10px;
    margin: 10px 0; }
  .posts__post--content p {
    color: #cfd8dc;
    padding: 0px 15px;
    margin: 5px; }
  .posts__post--content pre {
    background: #546e7a;
    border-radius: 5px;
    padding: 10px;
    box-shadow: inset 0px 0px 5px 0px rgba(69, 90, 100, 0.5); }

.posts__post--date {
  color: #eceff1; }
  @media (max-width: 600px) {
    .posts__post--date {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      color: #cfd8dc; } }

.footer {
  background: #263238;
  margin: 0;
  box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.3);
  overflow: hidden; }

.footer__title {
  position: relative;
  margin: 0;
  padding: 12px 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1.6em; }
  .footer__title a {
    position: relative;
    padding: 10px 20px;
    text-shadow: 1px 1px 0 #40484C, 1.5px 1.5px 0 #40484C, 2px 2px 0 #40484C; }

.footer__click-me {
  position: absolute;
  top: -2px;
  left: 3px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 10px;
  text-shadow: none;
  color: white;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  line-height: 0.8;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding-top: 7px;
  background: rgba(59, 77, 86, 0.6); }
