/** Reset some basic elements */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700);
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: "Roboto Slab", serif; font-size: 17px; line-height: 1.5; font-weight: 300; color: #fff; background-color: #d4d5d6; -webkit-text-size-adjust: 100%; background-image: url("/assets/images/et-bg.png"); background-position: top center; background-repeat: repeat-x; }

h1, h2, h3, h4, h5, h6 { font-family: "Rokkitt", serif; }

p, ul, ol, dl, blockquote { font-family: "Roboto Slab", serif; }

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

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

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

figcaption { font-size: 14.875px; }

/** 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: #c6c7ca; text-decoration: none; }
a:visited { color: #9ea0a5; }
a:hover { color: #fff; text-decoration: underline; }

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

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

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: scroll; }
pre > code { border: 0; padding-right: 0; padding-left: 0; }

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

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

/** Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }
.icon > svg path { fill: #828282; }

/** Site header */
.site-header { border-bottom: 1px solid #e8e8e8; min-height: 56px; background-color: #e7e7e8; 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: #fff; line-height: 1.5; }
.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: #d4d5d6; border: 1px solid #e8e8e8; 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; } }

/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; }
.site-footer a { color: #272727; }
.site-footer .icon > svg path { fill: #272727; }

.footer-heading { font-size: 18px; margin-bottom: 15px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; margin-top: 83px; }

.site-description { margin-top: 83px; }

.footer-col-wrapper { font-size: 15px; margin-left: -15px; }

.footer-col { float: left; color: #272727; margin-bottom: 15px; padding-left: 15px; text-align: center; }

.footer-col-1 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); }

.footer-col-2 { width: -webkit-calc(20% - (30px / 2)); width: calc(20% - (30px / 2)); }

.footer-col-3 { width: -webkit-calc(45% - (30px / 2)); width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); }
  .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }
/** Page content */
.page-content { padding: 30px 0; margin-left: 15px; margin-right: 15px; background-color: #272727; opacity: .7; }

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

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

.post-meta { font-size: 14.875px; 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; } }

.highlight { color: #839496 !important; background-color: #002b36 !important; }

.highlight .err { color: #dc322f !important; background-color: #073642 !important; }

.highlight .cp { color: #586e75 !important; font-weight: bold           !important; }

.highlight .cs { color: #586e75 !important; font-weight: bold           !important; font-style: italic         !important; }

.highlight .gd { color: #839496 !important; background-color: #fdd      !important; }

.highlight .gd .x { background-color: #faa       !important; }

.highlight .ge { font-style: italic           !important; }

.highlight .gi { background-color: #dfd       !important; }

.highlight .gi .x { background-color: #afa       !important; }

.highlight .go { color: #839496 !important; }

.highlight .gu { color: #d33682 !important; font-weight: bold           !important; }

.highlight .gs { font-weight: bold            !important; }

.highlight .gr, .highlight .gt { color: #d33682 !important; }

.highlight .gh { color: #586e75 !important; }

.highlight .gp { color: #586e75 !important; }

.highlight .nb { color: #859900 !important; }

.highlight .ni { color: #d33682 !important; }

.highlight .nt { color: #268bd2 !important; }

.highlight .w { color: #586e75 !important; }

.highlight .sr { color: #859900 !important; }

.highlight .ss { color: #2aa198 !important; }

.highlight .c, .highlight .cm, .highlight .c1 { color: #586e75 !important; font-style: italic            !important; }

.highlight .k, .highlight .kc, .highlight .kd, .highlight .kp, .highlight .kr, .highlight .kt, .highlight .o, .highlight .ow { font-weight: bold            !important; }

.highlight .k { color: #859900 !important; }

.highlight .kt { color: #b58900 !important; }

.highlight .bp { color: #93a1a1 !important; }

.highlight .nn { color: #93a1a1 !important; }

.highlight .nc { color: #b58900 !important; font-weight: bold           !important; }

.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo, .highlight .il { color: #2aa198 !important; }

.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .s1 { color: #2aa198 !important; }

.highlight .na, .highlight .nv { color: #2aa198 !important; }

.highlight .no { color: #b58900 !important; }

.highlight .vc, .highlight .vg, .highlight .vi { color: #268bd2 !important; }

.highlight .ne, .highlight .nf { color: #dc322f !important; font-weight: bold           !important; }
