* {
  box-sizing: border-box;
}

/**
 * normalize.css 7.0.0 https://github.com/necolas/normalize.css/
 */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

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;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-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 {
  display: inline-block;
  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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

/**
 * Basic styling
 */
body {
  font: 400 18px/1.5 "-apple-system", BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background-color: rgb(253, 253, 253);
  -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;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.figure,
table,
hr,
.highlight {
  margin-bottom: 15px;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/**
 * Images
 */
img,
.image {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

/**
 * Figures
 */
figure,
.figure {
  border: none;
}
figure > img,
.figure > img {
  display: block;
}
figure pre, figure .highlight,
.figure pre,
.figure .highlight {
  margin-bottom: 0 !important;
}

figcaption,
.figcaption,
.caption {
  font-style: italic;
  font-size: 15px;
  color: #828282;
  line-height: 1.2;
  margin-top: 3px;
  margin-bottom: 20.4px;
}

.figcaption,
.caption {
  margin-top: -10px;
}

/**
 * Lists
 */
ul,
ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-style: italic;
  font-weight: 600;
}

dd {
  padding: 0 15px;
}

/**
 * Links
 */
a {
  color: #212b30;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

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

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.keyboard {
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
  display: inline-block;
  font-family: consolas, "Liberation Mono", courier, monospace;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 2px 4px;
  white-space: nowrap;
}

/**
 * Misc
 */
hr {
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #e8e8e8;
}

p {
  line-height: 1.8;
}

/**
 * Tables
 */
table {
  width: 100%;
  font-size: 15px;
  text-align: left;
  color: rgb(96.9, 96.9, 96.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th,
table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}
table {
  /* Don't use a margin on code samples within tables */
}
table pre {
  margin-bottom: 0;
}

/**
 * Helper classes
 */
.left {
  float: left;
  margin: 0.3em 1em 0.3em 0;
}

.right {
  float: right;
  margin: 0.3em 0 0.3em 1em;
}

.avatar {
  border-radius: 6px;
  width: 33%;
  min-width: 100px;
  max-width: 200px;
}

.author {
  width: 60px;
  margin: 0.3em 1em 0 0;
  box-shadow: none;
}

.circle {
  border-radius: 50%;
}

.shadow {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.noshadow {
  box-shadow: none;
}

.nowrap {
  white-space: nowrap;
}

.width5 {
  width: 5%;
}

.width10 {
  width: 10%;
}

.width15 {
  width: 15%;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.width35 {
  width: 35%;
}

.width40 {
  width: 40%;
}

.width45 {
  width: 45%;
}

.width50 {
  width: 50%;
}

.width55 {
  width: 55%;
}

.width60 {
  width: 60%;
}

.width65 {
  width: 65%;
}

.width70 {
  width: 70%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 80%;
}

.width85 {
  width: 85%;
}

.width90 {
  width: 90%;
}

.width95 {
  width: 95%;
}

.width100 {
  width: 100%;
}

.height20 {
  height: 20px;
}

.height40 {
  height: 40px;
}

.height60 {
  height: 60px;
}

.height80 {
  height: 80px;
}

.height100 {
  height: 100px;
}

.height120 {
  height: 120px;
}

.height140 {
  height: 140px;
}

.height160 {
  height: 160px;
}

.height180 {
  height: 180px;
}

.height200 {
  height: 200px;
}

.height220 {
  height: 220px;
}

.height240 {
  height: 240px;
}

.height260 {
  height: 260px;
}

.height280 {
  height: 280px;
}

.height300 {
  height: 300px;
}

.height320 {
  height: 320px;
}

.height340 {
  height: 340px;
}

.height360 {
  height: 360px;
}

.height380 {
  height: 380px;
}

.height400 {
  height: 400px;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
  border-radius: 3px;
}
.highlighter-rouge .highlight {
  background: #e8e8e8;
}
.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;
}

/**
 * Sidebar
 */
.sidebar {
  float: left;
  display: block;
  position: fixed;
  width: 250px;
  height: 100%;
  overflow: hidden;
  background: #212b30;
  line-height: 1.4em;
  color: #fff;
}
.sidebar a {
  color: #fff;
  text-decoration: none;
}
.sidebar .wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  margin-right: -100px;
  padding: 30px 130px 30px 30px;
}

/**
 * Site header
 */
.site-header {
  margin-bottom: 15px;
}
.site-header h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.site-header p {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
}

/**
 * Site navigation
 */
.site-nav h3 {
  margin-top: 0;
  margin-bottom: 7.5px;
  font-size: 1em;
}
.site-nav ul {
  margin-left: 15px;
  margin-bottom: 30px;
}
.site-nav li {
  list-style: none;
}
.site-nav a {
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
  opacity: 0.75;
}
.site-nav a:hover {
  text-decoration: none;
  opacity: 1;
}
.site-nav a.active {
  font-weight: bold;
  opacity: 1;
}
.site-nav a.meta {
  font-size: 12px;
  line-height: 1.2;
}

/**
 * Page content
 */
.page-overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  display: none;
}

.page-content {
  float: right;
  width: calc(100% - 250px);
  padding: 30px;
}
.page-content .wrapper {
  display: block;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
}

.page-heading {
  font-size: 24px;
}

.post-list {
  margin-left: 0;
  list-style: none;
  line-height: 1.2;
}
.post-list h2 {
  margin-bottom: 0;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-list-archive {
  margin-left: 0;
  list-style: none;
  line-height: 1.2;
}
.post-list-archive > li {
  margin-bottom: 15px;
}

.post-meta {
  font-size: 15px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
  text-decoration: none;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  letter-spacing: -1px;
  line-height: 1.1;
}

.post-subtitle {
  line-height: 1.2;
  font-style: italic;
}

.post-content {
  margin-bottom: 30px;
}

/**
 * Clearfix
 */
.page-content .wrapper:after, .post-header:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Navigation icon
 */
.nav-button {
  display: none;
  position: relative;
  padding: 40px 30px;
  cursor: pointer;
}

/**
 * Navicon
 */
.nav-icon {
  display: block;
  position: relative;
  height: 6px;
  width: 45px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(253, 253, 253, 0.3);
  transition: 0.5s;
}
.nav-icon:before, .nav-icon:after {
  position: absolute;
  height: 6px;
  width: 45px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(253, 253, 253, 0.3);
  transition: 0.5s;
  content: "";
  z-index: -1;
}
.nav-icon:before {
  top: 12px;
}
.nav-icon:after {
  top: -12px;
}

.nav-trigger {
  position: fixed;
  top: 0;
  right: 0;
  clip: rect(0, 0, 0, 0);
}
.nav-trigger:checked + label.nav-button {
  transform: scale(0.75);
}
.nav-trigger:checked + label.nav-button .nav-icon {
  background: transparent;
  box-shadow: none;
}
.nav-trigger:checked + label.nav-button > .nav-icon:before, .nav-trigger:checked + label.nav-button > .nav-icon:after {
  background: white;
  box-shadow: none;
  top: 0 !important;
}
.nav-trigger:checked + label.nav-button .nav-icon:before {
  transform: rotate(-45deg);
}
.nav-trigger:checked + label.nav-button .nav-icon:after {
  transform: rotate(45deg);
}
.nav-trigger:checked ~ .sidebar {
  left: 0 !important;
}
.nav-trigger:checked ~ .overlay {
  display: block;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 799px) {
  body {
    overflow-x: hidden;
  }
  .nav-button {
    display: inline-block;
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 2;
  }
  .sidebar {
    top: 0;
    right: 0;
    bottom: 0;
    left: -250px;
    z-index: 3;
    transition: left 0.2s;
  }
  .page-content {
    width: 100%;
  }
}
@media only screen and (max-width: 419px) {
  .page-content {
    padding: 15px;
  }
  .nav-button {
    top: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 319px) {
  body {
    overflow-x: hidden;
  }
  .nav-button {
    display: none;
  }
  .sidebar {
    position: inherit;
    width: 100%;
    height: auto;
    float: none;
  }
  .page-content {
    float: none;
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 249px) {
  body {
    overflow-x: hidden;
  }
  .sidebar .wrapper {
    padding: 15px 115px 15px 15px;
  }
}
@media only print {
  .nav-button {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .page-content {
    float: none;
    width: 100%;
  }
  body {
    color: black;
    background-color: white;
  }
  a {
    color: black;
    text-decoration: none;
  }
  a:after {
    content: " (" attr(href) ")";
    font-size: 15px;
    color: #828282;
  }
}

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