html, body, div, span, iframe, object, h1, h2, h3, h4, h5, h6, p, form, label { margin: 0; padding: 0; border: 0; outline: 0; }

html, body { height: 100%; }

/* Box sizing overrides */
header, div, section, aside, main, footer { box-sizing: border-box; }

body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 1rem; line-height: 1.66; -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, nav, .site-header { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 700; }

.site-header { line-height: 3; }

h1, h2, h3, h4, h5 { line-height: 1.1; }

h1 { font-size: 2.33rem; }

h2 { font-size: 1.44rem; }

h3 { font-size: 1.44rem; }

h4 { font-size: 1.25rem; font-weight: 600; }

h5 { font-size: 1rem; }

h6 { font-size: 1rem; }

a { font-weight: 700; }

ol, ul, p { font-family: "Droid Serif", serif; font-size: 1rem; line-height: 1.66; }

blockquote p { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 600; }

hr { width: 40px; height: 1px; border: none; margin: 3em auto 1.5em; background: #eeeeee; }

html { font-size: 18px; }

/* Basic styling */
body { color: #383838; background-color: #fff; }

/* Selection styling */
::selection { background: #000; color: #fff; }

::-moz-selection { background: #000; color: #fff; }

/* Images */
object, iframe, img { display: block; max-width: 100%; vertical-align: middle; margin: 0 auto; }

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

figcaption { font-size: 0.85rem; }

/* Lists */
ul, ol { margin-left: 1em; }

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

/* Links */
a { color: #000; text-decoration: none; }

a:hover { background-color: #fec923; color: #fff; text-decoration: none; }

a:focus { background-color: #000; }

p a { box-shadow: 0 1px 0 0 #000; }

p a:hover { box-shadow: none; }

/* Blockquotes */
blockquote { color: #383838; font-size: 1.44rem; font-weight: 400; border-left: 4px solid #fec923; padding-left: 1.4em; margin: 2em 2em 2em 1em; }

blockquote p { font-size: inherit; font-weight: 400; padding: 0; color: #fec923; }

/* Code formatting */
pre, code { font-size: 0.77rem; border-radius: 4px; }

code { padding: 1px 5px 2px; background-color: #eff0f1; color: #000; }

pre { padding: 1em 1em 1em; overflow-x: auto; background-color: #2d2d2d; color: #F8FBED; }

pre > code { border: 0; padding-right: 0; padding-left: 0; background-color: #2d2d2d; color: #F8FBED; }

/* Site wrapper */
.site-wrap { position: relative; height: auto !important; height: 100%; min-height: 100%; padding: 0 0 9.5em; z-index: 1; }

/* Wrapper */
.wrapper { max-width: 800px; margin: 0 auto; }

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

.site-header { position: relative; padding: 1em 0 4em; }

.site-title { padding: 1px 0; color: #000; }

/* Nav */
.site-nav { float: right; }

.site-nav .menu-icon { display: none; }

.site-nav .page-link { display: inline; padding: 1px 0; margin-left: 1em; }

.site-nav .page-link:hover { color: #fff; }

/* Site footer */
.site-footer { position: absolute; height: auto; width: 100%; bottom: 0; left: 0; z-index: 2; }

.site-footer .wrapper { padding: 2em 0 4em; border-top: 1px solid #eeeeee; }

.social-media-list { font-family: "Open Sans", Helvetica, Arial, sans-serif; list-style: none; margin-left: 0; }

.social-media-list a { display: inline; margin: 0 1em 0 0; box-shadow: 0 3px 0 0 #000; }

.social-media-list a:hover { box-shadow: none; }

.footer-col-wrapper { color: #bbb; }

.footer-col { float: right; width: 50%; }

.footer-col ul { margin: 0; padding: 0; }

.footer-col-1 { padding-right: 0.5em; }

.footer-col-2 { text-align: right; padding-left: 0.5em; }

/* Page content */
.page-content { padding: 1em 0; }

.page-heading { margin: 0 0 1em; text-transform: capitalize; }

/* Posts */
.post-header { margin: 0 0 0.5em; }

.posts-list-header { margin: 0 0 2em 0; }

.post-title { color: #000; }

.post-content p, .post-content img, .post-content figure { margin-bottom: 1.5em; }

.post-content p pre, .post-content p code { border-radius: 2px; font-size: 0.83rem; }

.post-content figure { margin-left: 0; margin-right: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { padding-top: 1em; margin: 0 0 0.5em; }

.post-content h3 { color: #bbb; font-weight: 600; }

.post-content ol, .post-content ul { margin-top: -1em; }

.post-list { margin: 0 0 2em; padding: 0; list-style: none; }

.post-list > li { margin-bottom: 1em; }

.post-list > li > h1 { font-size: 1.5em; }

.post-meta { display: block; margin: 5px 0 0; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 0.85rem; color: #bbb; }

.post-link { display: inline; }

/* About page content */
.about .page-header { margin: 0 0 1em 0; }

.about .page-content { padding: 1em 0; }

.about .page-heading { margin: 0 0 1em; text-transform: capitalize; }

.about p { margin-bottom: 1em; }

/* Syntax highlighting styles */
.highlighter-rouge .highlight { background: #eef; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { color: #a696ce; 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: #72E29C; }

.highlight .na { color: #008080; }

.highlight .nb { color: #F8FBED; }

.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: #6498ce; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #9999ff; }

.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: #72E29C; }

.highlight .sc { color: #72E29C; }

.highlight .sd { color: #72E29C; }

.highlight .s2 { color: #72E29C; }

.highlight .se { color: #72E29C; }

.highlight .sh { color: #72E29C; }

.highlight .si { color: #72E29C; }

.highlight .sx { color: #72E29C; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #72E29C; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

@media only screen and (max-width: 860px) { html { font-size: 14px; } body { padding: 0 2em; } .site-wrap { padding: 0 0 14em; } .footer-col { float: none; width: 100%; padding: 0; margin: 0 0 2em; text-align: left; } }

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