body { font-family: "Avenir", sans-serif; }

h1, h2, h3, h4, h5, .site-title, .site-nav { font-family: "Avenir", sans-serif; font-weight: 300; color: #51d326; }

p { font-family: "Avenir", sans-serif; font-size: 14px; font-weight: light; color: #e2e2e2; }

.btn { display: inline-block; position: relative; color: #51d326; font-weight: 500; text-decoration: none; padding: 15px 50px; text-align: center; clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%); background-color: #161213; background-image: radial-gradient(200% 70% at center 30%, #302c2d -30%, #322e2f 49%, #161213 50%, #161213 150%); background-repeat: no-repeat; transition: background-position-y ease-in-out 250ms; }

.btn:hover { background-position-y: -50px; }

html { font-size: 14px; }

/** 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: "light" 14px/2 "Avenir", sans-serif; color: #e2e2e2; background-color: #2b272d; -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; display: flex; min-height: 100vh; flex-direction: column; overflow-wrap: break-word; }

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

hr { margin-top: 40px; margin-bottom: 40px; }

/** `main` element */
main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

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

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

figcaption { font-size: 12.25px; }

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

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

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

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

a:visited { color: #40aa1d; }

a:hover { color: #1ced11; text-decoration: underline; }

.social-media-list a:hover, .pagination a:hover { text-decoration: none; }

.social-media-list a:hover .username, .pagination a:hover .username { text-decoration: underline; }

/** Blockquotes */
blockquote { color: #51d326; border-left: 4px solid #2b272d; padding-left: 20px; font-size: 1.125rem; font-style: italic; }

blockquote > :last-child { margin-bottom: 0; }

blockquote i, blockquote em { font-style: normal; }

/** Code formatting */
pre, code { font-family: "Ubuntu Mono", "Liberation Mono", "Courier New", monospace; font-size: 0.9375em; border: 1px solid #2b272d; border-radius: 3px; background-color: #2b272d; }

code { padding: 1px 5px; }

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

pre > code { border: 0; padding-right: 0; padding-left: 0; }

.highlight { border-radius: 3px; background: #2b272d; }

.highlighter-rouge .highlight { background: #2b272d; }

/** Wrapper */
.wrapper { max-width: calc(850px - (40px)); margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; }

@media screen and (min-width: 550px) { .wrapper { max-width: calc(850px - (40px * 2)); padding-right: 40px; padding-left: 40px; } }

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

/** Icons */
.orange { color: #f66a0a; }

.grey { color: #828282; }

.svg-icon { width: 1.25em; height: 1.25em; display: inline-block; fill: currentColor; vertical-align: text-bottom; }

/** Tables */
table { margin-bottom: 40px; width: 100%; text-align: left; color: #2b272d; border-collapse: collapse; border: 0px solid #2b272d; }

table tr:nth-child(even) { background-color: #2b272d; }

table th, table td { padding: 13.3333333333px 20px; }

table th { background-color: #2b272d; border: 1px solid #2b272d; }

table td { border: 1px solid #2b272d; }

@media screen and (max-width: 550px) { table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } }

/** Site header */
.site-header { border-top: 5px solid #2b272d; border-bottom: 1px solid #2b272d; min-height: 74.6px; line-height: 63px; position: relative; }

.site-title { font-size: 1.625rem; font-weight: 300; letter-spacing: -1px; margin-bottom: 0; float: left; }

@media screen and (max-width: 450px) { .site-title { padding-right: 45px; } }

.site-title, .site-title:visited { color: #2b272d; }

.site-nav { position: absolute; top: 9px; right: 20px; background-color: #2b272d; border: 1px solid #2b272d; border-radius: 5px; text-align: right; }

.site-nav .nav-trigger { display: none; }

.site-nav .menu-icon { float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; }

.site-nav .menu-icon > svg path { fill: #2b272d; }

.site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; }

.site-nav input ~ .trigger { clear: both; display: none; }

.site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; }

.site-nav .page-link { color: #e2e2e2; line-height: 2; display: block; padding: 5px 10px; margin-left: 20px; }

.site-nav .page-link:not(:last-child) { margin-right: 0; }

@media screen and (min-width: 450px) { .site-nav { position: static; float: right; border: none; background-color: inherit; } .site-nav label[for="nav-trigger"] { display: none; } .site-nav .menu-icon { display: none; } .site-nav input ~ .trigger { display: block; } .site-nav .page-link { display: inline; padding: 0; margin-left: auto; } .site-nav .page-link:not(:last-child) { margin-right: 20px; } }

/** Site footer */
.site-footer { border-top: 1px solid #2b272d; padding: 40px 0; }

.footer-heading { font-size: 1.125rem; margin-bottom: 20px; }

.feed-subscribe .svg-icon { padding: 5px 5px 2px 0; }

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

.footer-col-wrapper, .social-links { font-size: 0.9375rem; color: #51d326; }

.footer-col { margin-bottom: 20px; }

.footer-col-1, .footer-col-2 { width: calc(50% - (40px / 2)); }

.footer-col-3 { width: calc(100% - (40px / 2)); }

@media screen and (min-width: 550px) { .footer-col-1 { width: calc(35% - (40px / 2)); } .footer-col-2 { width: calc(20% - (40px / 2)); } .footer-col-3 { width: calc(45% - (40px / 2)); } }

@media screen and (min-width: 450px) { .footer-col-wrapper { display: flex; } .footer-col { width: calc(100% - (40px / 2)); padding: 0 20px; } .footer-col:first-child { padding-right: 20px; padding-left: 0; } .footer-col:last-child { padding-right: 0; padding-left: 20px; } }

/** Page content */
.page-content { padding: 40px 0; flex: 1 0 auto; }

.page-heading { font-size: 2rem; }

.post-list-heading { font-size: 1.75rem; }

.post-list { margin-left: 0; list-style: none; }

.post-list > li { margin-bottom: 40px; }

.post-meta { font-size: 12.25px; color: #51d326; }

.post-link { display: block; font-size: 1.5rem; }

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

.post-title, .post-content h1 { font-size: 2.625rem; letter-spacing: -1px; line-height: 1.15; }

@media screen and (min-width: 550px) { .post-title, .post-content h1 { font-size: 2.625rem; } }

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

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { margin-top: 40px; }

.post-content h2 { font-size: 1.75rem; }

@media screen and (min-width: 550px) { .post-content h2 { font-size: 2rem; } }

.post-content h3 { font-size: 1.375rem; }

@media screen and (min-width: 550px) { .post-content h3 { font-size: 1.625rem; } }

.post-content h4 { font-size: 1.25rem; }

.post-content h5 { font-size: 1.125rem; }

.post-content h6 { font-size: 1.0625rem; }

.social-media-list, .pagination { display: table; margin: 0 auto; }

.social-media-list li, .pagination li { float: left; margin: 5px 10px 5px 0; }

.social-media-list li:last-of-type, .pagination li:last-of-type { margin-right: 0; }

.social-media-list li a, .pagination li a { display: block; padding: 10px 12px; border: 1px solid #2b272d; }

.social-media-list li a:hover, .pagination li a:hover { border-color: #2b272d; }

/** Pagination navbar */
.pagination { margin-bottom: 40px; }

.pagination li a, .pagination li div { min-width: 41px; text-align: center; box-sizing: border-box; }

.pagination li div { display: block; padding: 10px; border: 1px solid transparent; }

.pagination li div.pager-edge { color: #2b272d; border: 1px dashed; }

/** Grid helpers */
@media screen and (min-width: 550px) { .one-half { width: calc(50% - (40px / 2)); } }

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