* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

html,
body {
  height: 100%; }

body {
  font: 400 16px/1.5 "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  -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;
  height: 100%;
  background: #eee; }

iframe {
  border: 0px none;
  display: block;
  vertical-align: bottom; }

a {
  transition: background-color 1s ease, color 0.5s ease;
  color: #3b8686;
  text-decoration: none; }

.site-header {
  background-color: #3b8686;
  color: #fff;
  padding: 10px 10px 10px 20px;
  overflow: auto; }
  .site-header h1 {
    font-weight: 300;
    font-size: 24px; }
  .site-header h2 {
    font-size: 18px; }
  .site-header a {
    color: #fff;
    text-decoration: none;
    font-weight: 300; }
  .site-header .intro {
    float: left;
    width: 50%; }
  .site-header .site-nav {
    float: right;
    text-align: right;
    width: 50%; }
    .site-header .site-nav a {
      display: inline-block;
      padding: 10px;
      padding-right: 50px;
      height: 75px;
      text-align: left;
      font-size: 18px; }
      .site-header .site-nav a.active, .site-header .site-nav a:hover {
        background: #4ba9a9; }

.decorate {
  background-image: linear-gradient(180deg, transparent 58%, rgba(239, 222, 94, 0.65) 0);
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.page-content {
  background: #eee;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }
  .page-content section.post,
  .page-content article.post {
    background: #fff;
    max-width: 680px;
    margin: 20px auto;
    border: 10px solid #ddd;
    padding: 20px 20px 50px;
    min-height: 100%; }
    .page-content section.post h1,
    .page-content article.post h1 {
      display: inline-block;
      padding: 0px 2px;
      margin-bottom: 1em;
      font-size: 24px; }
    .page-content section.post p,
    .page-content article.post p {
      margin-bottom: 1.25em; }
  .page-content .sidebar {
    float: right;
    width: calc(100% - 700px);
    padding: 30px 0;
    padding-right: calc(100% - 1000px); }
    .page-content .sidebar h3 {
      line-height: 1em;
      margin-bottom: 1em; }

.blog {
  padding: 20px; }
  .blog h2 {
    margin-bottom: 20px;
    display: inline-block; }
  .blog .post a {
    width: 250px;
    background: #fff;
    padding: 20px;
    display: inline-block;
    margin-right: 10px; }
    .blog .post a:hover {
      background-color: #efde5e; }

@media screen and (max-width: 1024px) {
  .page-content .sidebar {
    display: none; }

  .site-header .intro,
  .site-header .site-nav {
    float: none;
    text-align: left;
    width: 100%; }

  .site-header .site-nav a {
    padding: 5px 10px;
    height: auto; }
    .site-header .site-nav a:first-of-type {
      margin-left: -10px; } }
/**
 * 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; }
