/** 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 "Lato", "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color: #e9edf1; background-color: #0b0c10; -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-x: hidden; overflow: overlay; }

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

/** `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: 15.75px; }

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

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

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

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

a:visited { color: #57DEFF; }

a:hover { color: #3aa8e8; }

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

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

.post a { font-weight: 900; }

.light-bg .post a { color: #3052f9; }

.light-bg .post a:visited { color: #3052f9; }

.light-bg .post a:hover { color: #3aa8e8; }

/** Blockquotes */
blockquote { color: #3aa8e8; padding-left: 32px; font-style: italic; }

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

/** Code formatting */
pre, code { font-size: 16.2px; color: #D8DEE9; border: 1px solid #65737E; border-radius: 3px; background-color: #1B2B34; }

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(640px - (32px * 2)); max-width: calc(640px - (32px * 2)); margin-right: auto; margin-left: auto; padding-right: 32px; padding-left: 32px; }

@media screen and (max-width: 640px) { .wrapper { max-width: -webkit-calc(640px - (32px)); max-width: calc(640px - (32px)); padding-right: 16px; padding-left: 16px; } }

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

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

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

/** Tables */
table { margin-bottom: 32px; width: 100%; text-align: left; color: white; border-collapse: collapse; border: 1px solid #748caa; }

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

table th, table td { padding: 10.6666666667px 16px; }

table th { background-color: #7d94b0; border: 1px solid #6782a3; border-bottom-color: #556e8c; }

table td { border: 1px solid #748caa; }

/* width */
::-webkit-scrollbar { width: 8px; height: 8px; }

/* Track */
/* Handle */
::-webkit-scrollbar-thumb { background: #3aa8e8; }

::-webkit-scrollbar-thumb:hover { background: #57DEFF; }

/* Horizontal Rule */
hr { margin-top: 96px; margin-bottom: 80px; width: 80vw; position: relative; left: 50%; right: 50%; margin-left: -40vw; margin-right: -40vw; border: none; height: 2px; background-image: linear-gradient(-24deg, #fc0bde00, #13bce294, #fc0bde73, #fc0bde00); }

/** Site header */
.site-header { background-color: #0b0c10; color: #e9edf1; height: 64px; padding: 0 24px; z-index: 100; text-transform: uppercase; letter-spacing: 1px; position: fixed; top: 0; left: 0; right: 0; }

.site-title { font-size: 18px; line-height: 64px; margin-bottom: 0; float: left; }

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

.site-title:hover { color: #57DEFF; }

.site-nav { float: right; line-height: 64px; }

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

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

.site-nav .page-link { color: #e9edf1; line-height: 64px; }

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

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

@media screen and (max-width: 1000px) { .site-nav { position: absolute; top: 8px; right: 8px; text-align: right; } .site-nav label[for="nav-trigger"] { display: block; float: right; width: 48px; height: 48px; z-index: 2; cursor: pointer; } .site-nav .menu-icon { display: block; float: right; width: 48px; height: 32px; line-height: 0; padding-top: 16px; text-align: center; } .site-nav .menu-icon > svg { fill: #e9edf1; } .site-nav input ~ .trigger { clear: both; display: none; } .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; padding-top: 8px; margin-right: -8px; } .site-nav .page-link { display: block; padding: 6px 32px; text-align: left; line-height: 48px; background-color: #0b0c10; } .site-nav .page-link:not(:last-child) { margin-right: 0; } .site-nav .page-link:hover { color: #0b0c10; background-color: #57DEFF; } }

/** Site footer */
.site-footer { padding: 32px 16px; z-index: 99; }

.site-footer .svg-icon { fill: #57DEFF; }

.footer-heading { font-size: 20.25px; margin-bottom: 16px; }

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

.footer-col-wrapper { font-size: 16.875px; color: #1F2833; margin-left: -16px; }

.footer-col { float: left; margin-bottom: 32px; padding-left: 32px; width: -webkit-calc(33% - (32px)); width: calc(33% - (32px)); }

@media screen and (max-width: 640px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (32px / 2)); width: calc(50% - (32px / 2)); } .footer-col-3 { width: -webkit-calc(100% - (32px / 2)); width: calc(100% - (32px / 2)); } }

@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (32px / 2)); width: calc(100% - (32px / 2)); } }

/** Page content */
.page-content { margin-top: 72px; margin-bottom: 72px; padding: 32px 0; flex: 1; }

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

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

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

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

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

.post-link { display: block; font-size: 27px; }

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

.post-title { font-size: 36px; line-height: 1; font-weight: 900; }

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

h1 { font-weight: 900; font-size: 36px; text-align: center; line-height: 1.2; }

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

.post-content h2 { font-size: 29.7px; }

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

.post-content h3 { font-size: 27px; font-weight: 900; }

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

.post-content h4 { font-size: 18px; font-style: italic; }

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

/** Side Navigation */
@media (min-width: 1200px) { .side-nav { background-color: #0b0c10; position: fixed; overflow-y: auto; overflow-x: hidden; left: 0; top: 64px; bottom: 0px; min-width: 256px; border-right: 1px solid #748caa; padding: 8px 0; font-size: 18px; line-height: 1.3; z-index: 99; } .side-nav h3 { display: none; } .side-nav ul { margin: 0; padding: 0; } .side-nav li { list-style-type: none; } .side-nav li a { display: block; width: 100%; padding: 4px 16px; color: #7a7e91 !important; font-weight: 400 !important; } .side-nav li a:hover { color: #0b0c10 !important; text-decoration: none; background: #57DEFF; } }

.thumbnails { line-height: 0; -webkit-column-count: 2; -webkit-column-gap: 8px; -moz-column-count: 2; -moz-column-gap: 8px; column-count: 2; column-gap: 8px; }

.thumbnails-3 { -webkit-column-count: 3; -webkit-column-gap: 8px; -moz-column-count: 3; -moz-column-gap: 8px; column-count: 3; column-gap: 8px; }

@media screen and (max-width: 600px) { .thumbnails-3 { -webkit-column-count: 2; -webkit-column-gap: 8px; -moz-column-count: 2; -moz-column-gap: 8px; column-count: 2; column-gap: 8px; } }

.thumb { box-sizing: border-box; border: 2px solid black; margin: 2px; width: 100% !important; height: auto !important; }

.thumb:hover { border: 2px solid #57DEFF; }

a.top { position: relative; top: -96px; display: block; height: 0; width: 0; }

.auto-resizable-iframe { margin: 0px auto; }

.auto-resizable-iframe > div { position: relative; padding-bottom: 56.25%; height: 0px; }

.auto-resizable-iframe iframe { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }

.dark-bg { background-color: #0b0c10; }

.gradient-bg { background-image: linear-gradient(-239deg, #0b0c10 10%, #311943, #0e4459); }

.light-bg { background-color: #e9edf1; }

.light-text { color: #e9edf1; }

.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6 { text-shadow: 0px 0px 12px #3abae16e; }

.dark-text { color: #0b0c10; }

ul.no-bullet { margin: 0; padding: 0; }

ul.no-bullet li { list-style: none; }

.breakout { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }

.big-vertical-fit { height: 80vh; }

.big-hero { height: 60vh; }

.big-trailer { max-width: 960px; }

.hero { background-image: url("/images/mixolumia-gem-logo-color.svg"); background-repeat: no-repeat; background-size: contain; background-position: center; margin-top: -40px; margin-bottom: 24px; }

.centered { text-align: center; }

.bottom-padding { padding-bottom: 16px; }

.feature-buttons { display: block; max-width: 420px; margin: 0 auto; }

.feature-buttons a, .feature-buttons a:visited { display: block; flex-grow: 1; margin: 16px; padding: 6px 32px 8px; text-align: center; font-weight: 900; font-size: 24px; color: #e9edf1; background: linear-gradient(-24deg, #13273d, #2d1943); clip-path: polygon(90% 100%, 100% 50%, 90% 0%, 10% 0%, 0% 50%, 10% 100%); letter-spacing: 1px; text-shadow: 0px 0px 12px #3abae16e; }

.feature-buttons a:hover, .feature-buttons a:visited:hover { background: linear-gradient(-24deg, #3aa8e8, #57DEFF); color: #0b0c10; }

.special-buttons { display: flex; margin: 0 -16px; flex-wrap: wrap; }

.special-buttons a, .special-buttons a:visited { flex-grow: 1; flex-basis: 0; margin: 16px; padding: 6px 32px 8px; text-align: center; font-weight: 900; font-size: 24px; letter-spacing: 1px; color: #e9edf1; text-shadow: 0px 0px 12px #3abae16e; box-shadow: 0px 0px 12px #3abae16e; border: 1px solid #3aa8e8; position: relative; }

.special-buttons a:hover, .special-buttons a:visited:hover { background: linear-gradient(-24deg, #3aa8e8, #57DEFF); color: #0b0c10; }

/** Syntax highlighting styles */
.highlight .c { color: #99C794; font-style: italic; }

.highlight .err { color: #1B2B34; background-color: #EC5f67; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #99C794; font-style: italic; }

.highlight .cp { color: #99C794; font-weight: bold; }

.highlight .c1 { color: #99C794; font-style: italic; }

.highlight .cs { color: #99C794; font-weight: bold; font-style: italic; }

.highlight .gd { color: #1B2B34; background-color: #C0C5CE; }

.highlight .gd .x { color: #1B2B34; background-color: #CDD3DE; }

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

.highlight .gr { color: #EC5f67; }

.highlight .gh { color: #D8DEE9; }

.highlight .gi { color: #1B2B34; background-color: #C0C5CE; }

.highlight .gi .x { color: #1B2B34; background-color: #CDD3DE; }

.highlight .go { color: #F99157; }

.highlight .gp { color: #FAC863; }

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

.highlight .gu { color: #343D46; }

.highlight .gt { color: #5FB3B3; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #5FB3B3; font-weight: bold; }

.highlight .m { color: #F99157; }

.highlight .s { color: #F99157; }

.highlight .na { color: #5FB3B3; }

.highlight .nb { color: #5FB3B3; }

.highlight .nc { color: #5FB3B3; font-weight: bold; }

.highlight .no { color: #5FB3B3; }

.highlight .ni { color: #5FB3B3; }

.highlight .ne { color: #5FB3B3; font-weight: bold; }

.highlight .nf { color: #F99157; font-weight: bold; }

.highlight .nn { color: #C0C5CE; }

.highlight .nt { color: #CDD3DE; }

.highlight .nv { color: #5FB3B3; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #C0C5CE; }

.highlight .mf { color: #C594C5; }

.highlight .mh { color: #C594C5; }

.highlight .mi { color: #C594C5; }

.highlight .mo { color: #C594C5; }

.highlight .sb { color: #EC5f67; }

.highlight .sc { color: #EC5f67; }

.highlight .sd { color: #EC5f67; }

.highlight .s2 { color: #F99157; }

.highlight .se { color: #EC5f67; }

.highlight .sh { color: #EC5f67; }

.highlight .si { color: #EC5f67; }

.highlight .sx { color: #EC5f67; }

.highlight .sr { color: #F99157; }

.highlight .s1 { color: #EC5f67; }

.highlight .ss { color: #EC5f67; }

.highlight .bp { color: #CDD3DE; }

.highlight .vc { color: #5FB3B3; }

.highlight .vg { color: #F99157; }

.highlight .vi { color: #5FB3B3; }

.highlight .il { color: #C594C5; }

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