@charset "UTF-8";
/** 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-family: Lato, "Lato!download", sans-serif; font-size: 16px; line-height: 1.4; font-weight: 300; color: #222; background-color: #f9f9f9; -webkit-text-size-adjust: 100%; }

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

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

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14px; }

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

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

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

/** Links */
a { color: #2a7ae2; text-decoration: none; }
a:visited { color: #1756a9; }
a:hover { color: #222; text-decoration: underline; }

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

/** Code formatting */
pre, code { color: #555555; font-family: Inconsolata, monospace; }

pre { padding: 8px 12px; overflow-x: auto; }

/** Wrapper */
.wrapper { max-width: 740px; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }
@media screen and (max-width: 800px) { .wrapper { max-width: 770px; padding-right: 15px; padding-left: 15px; } }

/** Clearfix */
.wrapper:after { content: ""; display: table; clear: both; }

/** Formatting */
dd, li, p { text-align: justify; }

strong { font-weight: normal; }

hr { background: linear-gradient(to right, rgba(219, 219, 219, 0), #dbdbdb, #dbdbdb, rgba(219, 219, 219, 0)); border: none; height: 1px; margin: 1.4em 2em; }

.use-font-feature-sups sup { font-feature-settings: "sups"; -o-font-feature-settings: "sups"; -webkit-font-feature-settings: "sups"; font-size: inherit; vertical-align: baseline; }

@font-face { font-family: 'glyphs'; src: url(../fonts/rhendric.github.io-glyphs.woff) format("woff"); }
@font-face { font-family: 'Lato!download'; src: url(../fonts/Lato-Regular.woff) format("woff"); }
@font-face { font-family: 'Lato!download'; font-weight: 300; src: url(../fonts/Lato-Light.woff) format("woff"); }
@font-face { font-family: 'Lato!download'; font-style: italic; src: url(../fonts/Lato-Italic.woff) format("woff"); }
@font-face { font-family: 'Lato!download'; font-style: italic; font-weight: 300; src: url(../fonts/Lato-LightItalic.woff) format("woff"); }
/** Site header */
.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #dbdbdb; min-height: 56px; position: relative; }

.site-title { font-size: 26px; line-height: 56px; letter-spacing: -1px; margin-bottom: 0; float: left; }
.site-title, .site-title:visited { color: #424242; }

.site-nav { float: right; line-height: 56px; }
.site-nav .menu-icon { display: none; }
.site-nav .page-link { color: #222; line-height: 1.4; }
.site-nav .page-link:not(:first-child) { margin-left: 20px; }
@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 30px; background-color: #f9f9f9; border: 1px solid #dbdbdb; border-radius: 5px; text-align: right; }
  .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; }
  .site-nav .menu-icon > svg { width: 18px; height: 15px; }
  .site-nav .menu-icon > svg path { fill: #424242; }
  .site-nav .trigger { clear: both; display: none; }
  .site-nav:hover .trigger { display: block; padding-bottom: 5px; }
  .site-nav .page-link { display: block; padding: 5px 10px; } }

/** Page content */
.page-content { padding: 30px 0; }

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

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

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

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

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

.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; }
@media screen and (max-width: 800px) { .post-title { font-size: 36px; } }

.post-content { margin-bottom: 30px; }
.post-content h2 { font-size: 32px; }
@media screen and (max-width: 800px) { .post-content h2 { font-size: 28px; } }
.post-content h3 { font-size: 26px; }
@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } }
.post-content h4 { font-size: 20px; }
@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } }

.post-footer { font-size: 80%; font-weight: normal; text-align: center; }

.post-footer:before { border-top: 1px solid #dbdbdb; content: ''; display: block; margin: 0 auto 30px; width: 50%; }

.footnotes { font-size: 80%; }
.footnotes h1, .footnotes h2, .footnotes h3, .footnotes h4, .footnotes h5, .footnotes h6, .footnotes p, .footnotes blockquote, .footnotes pre, .footnotes ul, .footnotes ol, .footnotes dl, .footnotes figure, .footnotes .highlight { margin-bottom: 12px; }

.footnotes:before { border-top: 1px solid #dbdbdb; content: ''; display: block; margin: 30px 0 1.4em; width: 20%; }

.dynamic-footnotes-footer { background: #f9f9f9; background: linear-gradient(rgba(249, 249, 249, 0) 0, rgba(249, 249, 249, 0.81) 5px, rgba(249, 249, 249, 0.88) 6px, rgba(249, 249, 249, 0.94) 7px, #f9f9f9 8px); bottom: 0; position: fixed; transform: translate3d(0, 9999px, 0); width: 100%; }

.dynamic-footnote-ref { color: #1756a9; }

.dynamic-footnotes { bottom: -16px; font-size: 13px; line-height: 18px; overflow-y: hidden; position: relative; }
.dynamic-footnotes h1, .dynamic-footnotes h2, .dynamic-footnotes h3, .dynamic-footnotes h4, .dynamic-footnotes h5, .dynamic-footnotes h6, .dynamic-footnotes p, .dynamic-footnotes blockquote, .dynamic-footnotes pre, .dynamic-footnotes ul, .dynamic-footnotes ol, .dynamic-footnotes dl, .dynamic-footnotes figure, .dynamic-footnotes .highlight { margin-bottom: 10px; }
.dynamic-footnotes .reversefootnote { display: none; }

.dynamic-footnotes:before { margin: 0 0 -1px; }

.dynamic-footnote-body { color: #222; }

.dynamic-footnotes-scroller, .dynamic-footnotes-clipper, .dynamic-footnotes-anchor { bottom: 0; left: 0; height: 0; overflow: visible; position: absolute; right: 0; }

.dynamic-footnotes-bounded { overflow-x: hidden; overflow-y: scroll; }
.dynamic-footnotes-bounded .dynamic-footnotes-clipper { overflow: hidden; position: relative; right: auto; }
.dynamic-footnotes-bounded .dynamic-footnotes-anchor { bottom: auto; }

.dynamic-footnotes-pusher { bottom: 0; left: 0; margin: 15px 30px 16px 0; position: absolute; right: 0; }
.dynamic-footnotes-pusher > ol > li { color: #1756a9; margin: 10px 0; opacity: 0; transform: translate3d(0, 0, 0); }

.use-transitions .dynamic-footnotes { transition: height 0.5s; }
.use-transitions .dynamic-footnotes-pusher > ol > li { transition-duration: 0.5s; transition-property: opacity, transform; }
.use-transitions .dynamic-footnotes-pusher { transition: transform 0.5s; }

.dynamic-footnote-visible { opacity: 1 !important; }

@media print { .dynamic-footnotes-footer, .dynamic-footnotes, .dynamic-footnotes-scroller, .dynamic-footnotes-clipper, .dynamic-footnotes-anchor, .dynamic-footnotes-pusher { height: auto !important; max-height: none !important; overflow-x: visible !important; overflow-y: visible !important; position: static !important; transform: none !important; width: auto !important; }
  .dynamic-footnotes-pusher > ol > li { margin-top: 10px !important; }
  .dynamic-footnotes-padding { display: none !important; }
  .dynamic-footnote-hidden { opacity: 1 !important; } }
.subscribe a::before { font-size: 1.25em; line-height: 1.12; padding-right: 0.3em; vertical-align: -5%; }

.subscribe-with-github::before { content: ""; display: inline-block; font-family: 'glyphs'; }

.subscribe-with-rss::before { content: ""; display: inline-block; font-family: 'glyphs'; }

.prev-link::before { content: ""; display: inline-block; font-family: 'glyphs'; padding-right: 0.5em; }

.next-link::after { content: ""; display: inline-block; font-family: 'glyphs'; padding-left: 0.5em; }

.separator { cursor: text; display: inline-block; text-align: center; padding: 0 0.5em; }

.subscribe a, .prev-link, .next-link { white-space: nowrap; }

/** Syntax highlighting styles */
.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; }
