/** 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: Helvetica, Arial, sans-serif; line-height: 1.5; color: #111; background-color: #fdfdfd; -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; }

/** 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: #666666; }
a:hover { color: #111111; text-decoration: underline; }

/** Blockquotes */
blockquote { color: #828282; padding-left: 10px; font-style: italic; line-height: 0.5; }
/* blockquote > :last-child { margin-bottom: 0; } */

/** Code formatting */
pre, code { tab-size: 2; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 5px 5px; overflow: auto; }
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; }

/** Site header */
.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 56px; position: relative; }

.site-title { font-size: 22px; line-height: 56px; 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: #111; 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: #fdfdfd; 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 subtitle */
.site-subtitle { color: #828282; font-style: italic; text-align: center; }

/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 10px; }

.footer-heading { margin-bottom: 5px; }

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

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

.post-meta { color: #828282; }

.post-link { display: inline; }

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

.post-title { line-height: 1; }
/*
@media screen and (max-width: 800px) { .post-title { font-size: 20px; } }
*/

.post-content { margin-bottom: 30px; }
/*
.post-content h1 { font-size: 20px; }
*/
/*
@media screen and (max-width: 800px) { .post-content h1 { font-size: 20px; } }
*/
/*
.post-content h2 { font-size: 18px; }
*/
/*
@media screen and (max-width: 800px) { .post-content h2 { font-size: 18px; } }
*/
/*
.post-content h3 { font-size: 16px; }
*/
/*
@media screen and (max-width: 800px) { .post-content h3 { font-size: 16px; } }
*/
/*
.post-content h4 { font-size: 14px; }
*/
/*
@media screen and (max-width: 800px) { .post-content h4 { font-size: 14px; } }
*/
