@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap");
/** 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: 400 18px/1.5 "Roboto", sans-serif; color: #333; background-color: #fdfdfd; -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; }

hr { border-top: 5px solid #ff304c; margin: 2em auto 2em auto; width: 3em; }

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

/** `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; margin-top: 1em; }

figcaption { font-family: 'Roboto Mono'; font-size: 15.75px; color: #828282; padding: 1em 1.5em 1.5em 1.5em; }

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

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

/** Headings */
h1 { font-family: 'Roboto Mono'; font-weight: 500; letter-spacing: 0.1em; }

h2 { font-weight: 700; line-height: 1em; padding-top: 0.5em; font-size: 22px; }

h3, h4, h5, h6 { padding-top: 0.3em; font-weight: 400; }

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

a:visited { color: #e3001f; }

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

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

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

/** Blockquotes */
blockquote { color: #828282; border-left: 4px solid #cfcfcf; padding-left: 15px; font-size: 20.25px; letter-spacing: -1px; font-style: italic; }

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

/** Code formatting */
pre, code { font-size: 16.875px; border: 1px solid #cfcfcf; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

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

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

/** Wrapper */
.wrapper { max-width: -webkit-calc(1200px - (30px * 2)); max-width: calc(1200px - (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(1200px - (30px)); max-width: calc(1200px - (30px)); padding-right: 15px; padding-left: 15px; } }

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

/** Icons */
.svg-icon { width: 16px; height: 16px; display: inline-block; fill: #828282; padding-right: 5px; vertical-align: text-top; }

.social-media-list li + li { padding-top: 5px; }

/** Tables */
table { margin-bottom: 30px; width: 100%; text-align: left; color: #616161; border-collapse: collapse; border: 1px solid #cfcfcf; }

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

table th, table td { padding: 10px 15px; }

table th { background-color: #d6d6d6; border: 1px solid #c4c4c4; border-bottom-color: #b0b0b0; }

table td { border: 1px solid #cfcfcf; }

/** Site header */
.site-header { border-top: 5px solid #ff304c; border-bottom: 5px solid #FFE330; min-height: 55.95px; }

.site-logo { margin: 30px auto 1em auto; width: 50%; }

@media screen and (max-width: 600px) { .site-logo { width: 80%; } }

.site-desc { text-align: center; padding-bottom: 30px; font-family: 'Roboto Mono', monospace; font-size: 16px; color: #828282; }

/** Site footer */
.site-footer { border-top: 5px solid #FFE330; padding: 30px 0; }

.footer-heading { display: grid; grid-template-columns: 4fr 1fr 4fr; margin-bottom: 30px; }

@media screen and (max-width: 600px) { .footer-heading { display: block; } }

.footer-heading .footer-links { font-size: 20.25px; color: #333; font-weight: 300; }

.footer-heading .footer-links.footer-left { text-align: right; }

@media screen and (max-width: 600px) { .footer-heading .footer-links.footer-left { text-align: center; } }

.footer-heading .footer-links.footer-right { text-align: left; }

@media screen and (max-width: 600px) { .footer-heading .footer-links.footer-right { text-align: center; } }

.footer-heading .footer-divider { text-align: center; margin-top: 7px; }

@media screen and (max-width: 600px) { .footer-heading .footer-divider { margin-top: 1em; margin-bottom: 1em; } }

.footer-heading .footer-divider .footer-bullets { color: #ff304c; font-weight: 300; font-size: 1.5em; line-height: 10px; }

.footer-disclaimer { color: #828282; font-style: italic; text-align: center; font-size: 0.8em; font-weight: 300; margin-bottom: 30px; letter-spacing: 1px; }

.footer-rss { text-align: center; font-size: 0.8em; font-weight: 300; }

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

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

.post-list-heading { font-size: 31.5px; }

.post-list { margin-left: 0; margin-top: 30px; }

.post-list .post-thumb { width: calc(calc(100% / 2) - 30px); display: inline; float: left; }

.post-list .post-thumb img { object-fit: cover; width: 100%; height: 300px; }

@media screen and (max-width: 600px) { .post-list .post-thumb { width: 100%; } }

.post-list .post-thumb:nth-child(odd) { padding-right: 60px; }

@media screen and (max-width: 600px) { .post-list .post-thumb:nth-child(odd) { padding-right: 0; } }

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

.post-link { display: block; font-size: 18px; padding-top: 1em; font-family: 'Roboto Mono', monospace; font-weight: 500; }

.post-link:after { content: ''; display: block; width: 3em; height: 5px; margin-top: 1em; background-color: #ff304c; }

.post-summary { padding-bottom: 60px; font-size: 16.2px; }

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

.post-title { font-size: 47.25px; letter-spacing: -1px; line-height: 1; text-align: center; font-weight: 400; }

@media screen and (max-width: 800px) { .post-title { font-size: 40.5px; } }

.post-meta { padding-top: 0.5em; text-align: center; color: #cfcfcf; }

.post-meta:after { content: ''; display: block; width: 3em; height: 5px; margin: 1em auto 1em auto; background-color: #ff304c; }

.post-content { max-width: 650px; margin: auto auto 60px auto; }

.post-content h2 { font-size: 28.8px; font-weight: 700; }

@media screen and (max-width: 800px) { .post-content h2 { font-size: 27px; } }

.post-content h3 { font-size: 23.4px; font-weight: 500; }

@media screen and (max-width: 800px) { .post-content h3 { font-size: 21.6px; } }

.post-content h4 { font-size: 22.5px; }

@media screen and (max-width: 800px) { .post-content h4 { font-size: 20.25px; } }

.post-navigation { margin-top: 30px; margin-bottom: 30px; font-size: 16.2px; display: block; width: auto; overflow: hidden; }

.post-navigation a { display: block; width: 50%; float: left; margin: 1em 0; }

.post-navigation .next { text-align: right; }

/** Posts: hover effect pop-up; */
/* Show hover links with dotted underline */
a.hover-tip { border-bottom: 2px dotted #ff304c; color: black; }

/* Hide underline when hovering */
a.hover-tip:hover { border-bottom: 2px dotted #FFE330; text-decoration: none; }

/* Format the title */
a.hover-tip strong { line-height: 2em; }

a.hover-tip span { display: none; /* hidden until hover */ z-index: 10; padding: 14px 20px; margin-left: 28px; width: 300px; line-height: 1.3em; border-radius: 4px; box-shadow: 5px 5px 8px #CCC; }

a.hover-tip:hover span { display: inline; position: absolute; color: #111; border: 1px solid #DCA; background: #fffAF0; font-weight: 300; }

.hover-callout { z-index: 20; position: absolute; top: 10px; border: 0; left: -12px; }

/** Posts: quest box */
.quest { background: #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); border-radius: 18px; border: 3px solid #ff304c; display: flex; flex-direction: row; position: relative; margin-top: 1em; margin-bottom: 30px; }

.quest .quest-content { display: grid; grid-template-columns: 1fr 2fr; }

.quest .quest-giver { width: 100%; height: 100%; border-top-left-radius: 15px; border-bottom-left-radius: 15px; background-image: url("/assets/img/unbricked_fig-quest_giver.jpg"); background-position: top center; background-size: cover; }

.quest .quest-text { background-color: #fff; border-top-right-radius: 15px; border-bottom-right-radius: 15px; padding: 1.5em 1.5em 1.5em 1.5em; }

.quest .quest-text .quest-title { font-family: 'Roboto Mono', monospace; font-weight: 700; font-size: 23.4px; letter-spacing: -1px; margin-bottom: 0.5em; }

.quest .quest-text .quest-desc { font-style: italic; }

/** 404 page */
.status404 { text-align: center; }

.status404 p { font-weight: 300; font-size: 1.1em; font-style: italic; }

.status404 img { margin-top: 30px; }

/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlighter-rouge .highlight { background: #eef; }

.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; }

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