.light{--primary-dark: #024C5C;--primary-light: #AEE1EB;--primary: #1aa6c4;--primary-grad-1: #33AFB1;--primary-grad-2: #4CB7A3;--primary-grad-2-grey: #4CB7A3;--primary-grad-3-grey: #AED265;--secondary: #CCD959;--secondary-light-grey: #f1f9f6;--white: #fff;--visited-link: #024C5C;--darkgray: #333;--othergray: #dfdfdf;--standard-background: #fff;--standard-text: #0f1c1f;--headings: var(--primary);--low-contrast-text: var(--primary-light);--code-background: #dff3f7;--intro-text: var(--white);--ge-secondary-fill: #737d1d;--ge-secondary-background: #ccd959;--ge-secondary-1-fill: #59812c;--ge-secondary-1-background: #a6d076;--ge-secondary-2-fill: #236163;--ge-secondary-2-background: #47babe;--ge-secondary-3-fill: #2d673d;--ge-secondary-3-background: #80c793;--gray-text: #666;--screen-sm: 700px;--screen-lg: 1280px;--screen-xxl: 2000px}.dark{--primary-dark: #21445c;--primary-light: #AEE1EB;--primary: #00466f;--primary-grad-1: #024C5C;--primary-grad-2: #4CB7A3;--primary-grad-2-grey: #4CB7A3;--primary-grad-3-grey: #AED265;--secondary: $secondary;--secondary-light-grey: #f1f9f6;--white: #024C5C;--darkgray: #dfdfdf;--standard-background: #02263f;--standard-text: #dfdfdf;--headings: #aed997;--visited-link: #97d9d5;--low-contrast-text: var(--primary-light);--code-background: var(--primary-dark);--intro-text: var(--darkgray);--ge-secondary-fill: #85d2d7;--ge-secondary-background: #04585e;--ge-secondary-1-fill: #9fa0b8;--ge-secondary-2-background: #311444;--ge-secondary-2-fill: #9fa0b8;--ge-secondary-1-background: #16173e;--ge-secondary-3-fill: #95c2b5;--ge-secondary-3-background: var(--standard-background);--gray-text: #666}@media(prefers-color-scheme: dark){.test{--intro-text: red}}*{box-sizing:border-box}html,body{height:100%;font-family:"adelle-1","adelle-2",serif;line-height:1.8;margin:0;background:var(--standard-background);color:var(--standard-text);transition:background 350ms ease-in-out,color 750ms ease-in-out}body{display:flex;flex-direction:column;transition:background 350ms ease-in-out,color 750ms ease-in-out}main{flex-grow:1}pre{white-space:pre-wrap;word-wrap:break-word}pre,code{font-family:Consolas,Menlo,Monaco,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L","Courier New",Courier,monospace;line-height:1.5}pre{font-size:14px;line-height:1.375;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:2;-o-tab-size:2;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;padding:1em;margin:.5em 0;overflow-y:auto}figcaption{font-style:italic;font-size:14px;line-height:1.5}li{padding-bottom:10px}a[href]{color:var(--headings)}a[href]:visited{color:var(--visited-link)}.home,.nav{margin-top:.5em;margin-bottom:.5em}.home{font-size:1em;float:left}.home a,.home a:visited,.home .nav-item-active{color:var(--headings)}.nav a,.nav a:visited,.nav .nav-item-active{color:var(--darkgray)}header{border-bottom:1px dashed var(--lightgray);display:flex;justify-content:space-between;padding:0 1em;align-items:center}@media(max-width: 410px){header{flex-wrap:wrap;padding-left:15px;padding-bottom:5px}}.nav{padding:0;list-style:none;float:left;margin-left:1em}.nav-item{display:inline-block;margin-right:1em;padding-bottom:0}.nav-item a[href]:not(:hover){text-decoration:none}.nav-item-active{font-weight:700;text-decoration:underline}.theme-options{list-style:none;display:flex;margin:0;padding:0}.theme-options li{padding-bottom:0;margin-right:5px}.theme-options li:last-child{margin-right:0}.theme-options button{background-color:rgba(0,0,0,0);border:none;fill:var(--standard-text);height:30px;width:30px;padding:0;border-radius:50%}.theme-options button svg{height:20px;width:20px;display:inline-block;padding-top:2px}.theme-options button:hover{transition:250ms ease-in-out;background:var(--code-background)}.light:not(.system) .theme-options #light{fill:var(--headings);background:var(--code-background)}.dark:not(.system) .theme-options #dark{fill:var(--headings);background:var(--code-background)}.system .theme-options #system{fill:var(--headings);background:var(--code-background)}footer{background-color:var(--primary-dark);padding:.5em 1em;width:100%;font-size:10px;font-style:italic;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-text{color:var(--primary-light);margin:5px 0 0 0}.footer-text a,.footer-text a:visited{color:var(--primary-light);text-decoration:underline}.intro{margin-top:.67em;margin-bottom:25px;font-family:"voltage-1","voltage-2",sans-serif;line-height:1;font-size:60px}@media(min-width: 700px){.intro{font-size:7.5vw}}@media(min-width: 2000px){.intro{font-size:150px}}.light .alt-home .postlist-link{color:var(--visited-link)}.intro-lead{margin-top:0;font-size:24px;line-height:1.5}.grid-container{height:100%;display:flex;flex-direction:column}.grid-container>*{flex-grow:1}@media(min-width: 700px){.grid-container{display:grid;grid-template-columns:repeat(7, 1fr)}}.ge-generic-block{padding:1em}.ge-main-block{background-color:var(--primary);color:var(--intro-text);transition:background 350ms ease-in-out,color 750ms ease-in-out}@media(min-width: 700px){.ge-main-block{grid-column-start:1;grid-column-end:span 5;grid-row-start:1;grid-row-end:span 3;display:flex;justify-content:center}}.ge-stat__item{font-size:20px;line-height:.5}.ge-stat__item--number{font-size:20px;line-height:.5;font-size:60px;margin-bottom:20px;margin-top:0}.ge-stat__label{text-transform:uppercase;font-size:12px}.ge-stat__small{font-size:30px}.ge-content{max-width:700px}.grid-container img{max-width:100px;max-height:100px}.ge-all-secondary-blocks{display:flex;flex-direction:column;justify-content:center;padding:20px;transition:background 350ms ease-in-out,color 750ms ease-in-out}.ge-all-secondary-blocks h1{margin-bottom:0}.ge-icon{display:flex;justify-content:center;margin-bottom:1em}svg{max-width:100px;max-height:100px}.ge-secondary{fill:var(--ge-secondary-fill);color:var(--ge-secondary-fill);background:var(--ge-secondary-background);text-align:center}@media(min-width: 700px){.ge-secondary{grid-column-start:6;grid-column-end:span 2;grid-row-end:span 2}}.ge-secondary1{color:var(--ge-secondary-1-fill);background:var(--ge-secondary-1-background)}@media(min-width: 700px){.ge-secondary1{grid-column-start:6;grid-column-end:span 2;grid-row-start:3}}.ge-secondary2{text-align:center;fill:var(--ge-secondary-2-fill);color:var(--ge-secondary-2-fill);background:var(--ge-secondary-2-background)}.ge-secondary2 .ge-stat__item{line-height:normal}@media(min-width: 700px){.ge-secondary2{grid-column-start:3;grid-column-end:span 6;grid-row-start:4}}.ge-secondary3{text-align:center;fill:var(--ge-secondary-3-fill);color:var(--ge-secondary-3-fill);background:var(--ge-secondary-3-background)}@media(min-width: 700px){.ge-secondary3{grid-column-start:1;grid-column-end:span 2;grid-row-start:4}}.tmpl-portfolio{margin:1rem;font-size:18px}@media(min-width: 700px){.tmpl-portfolio{width:70%;margin-right:auto;margin-left:auto;max-width:700px}}.portfolio__header{font-weight:normal;font-size:60px;margin-bottom:0}.portfolio__title,.portfolio__header,.tmpl-post h1{color:var(--headings)}.portfolio__project-previews{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width: 500px){.portfolio__project-previews{grid-template-columns:repeat(2, 0.5fr)}}img{border:1px solid gray}.portfolio__skills-list{column-count:1;column-gap:25px;padding-left:10px}@media(min-width: 550px){.portfolio__skills-list{column-count:3}}.portfolio__skills-list li{padding-bottom:25px;font-size:16px}.project-preview__thumbnail{width:100%}.project-preview{display:flex;flex-direction:column}.postlist{list-style:none;padding:0}.postlist-date,.postlist-item:before{font-size:.8125em;color:var(--darkgray)}.postlist-date{word-spacing:-0.5px}.postlist-link{display:inline-block;padding:.25em .1875em}.postlist-item-active .postlist-link{font-weight:bold}.tmpl-home .postlist-link{font-size:1.1875em;font-weight:700}.postlist-item{display:flex;margin-bottom:15px}.postlist-link{padding-top:0;padding-bottom:0}.post-tag{display:inline-block;vertical-align:text-top;text-transform:uppercase;font-size:.625em;padding:2px 4px;margin-left:.8em;color:var(--white);border-radius:.25em;text-decoration:none;background-color:var(--primary-dark)}a[href].post-tag,a[href].post-tag:visited{color:#fff}:root{--post-max-width: calc(650px - 2rem);--img-overflow-width: 710px;--post-padding: calc((var(--img-overflow-width) - var(--post-max-width)) / 2)}.tmpl-post{display:flex;flex-direction:column;margin:1rem;font-size:18px;padding:1rem}@media(min-width: 700px){.tmpl-post{padding-left:0;padding-right:0;width:70%;margin-right:auto;margin-left:auto;max-width:var(--img-overflow-width)}}@media(min-width: 700px){.tmpl-post>*{padding-left:var(--post-padding);padding-right:var(--post-padding)}}.tmpl-post img{max-width:100%;margin-left:auto;margin-right:auto}.tmpl-post h1,.tmpl-post h2,.tmpl-post h3,.tmpl-post h4{line-height:1.5;margin-bottom:0}.tmpl-post hr{color:var(--secondary-light-grey);margin-left:var(--post-padding);margin-right:var(--post-padding)}.tmpl-post blockquote,.tmpl-post blockquote a,.tmpl-post blockquote a:visited{font-style:italic;color:var(--gray-text)}.tmpl-post blockquote{font-size:1.5em}.tmpl-post .post-date{font-style:italic}.tmpl-post code{background-color:var(--code-background)}.tmpl-post pre{background-color:var(--code-background)}.tmpl-post code,.tmpl-post pre{border-radius:4px}.tmpl-post figure{text-align:center}.tmpl-post figcaption{max-width:var(--post-max-width)}.tmpl-post img{padding-left:0;padding-right:0}.tmpl-post .sidebyside{display:flex;flex-direction:column;align-items:center;padding-left:0;padding-right:0;margin-left:0;margin-right:0}@media(min-width: 700px){.tmpl-post .sidebyside{width:710px}}@media(min-width: 700px){.tmpl-post .sidebyside .img-wrapper{display:flex;gap:10px}}.tmpl-post:last-child{margin-bottom:0}@media(max-width: 500px){.tmpl-project figure{margin:15px}}.tmpl-project figure figcaption{text-align:left}.project-footer{display:grid;padding:0;margin-left:var(--post-padding);margin-right:var(--post-padding);list-style:none;grid-template-columns:[previous] 50% [next] 50%}.project-footer li{display:flex;align-items:center}.project-footer li::after,.project-footer li::before{background-color:var(--visited-link)}.project-footer .project--next{justify-content:end;grid-column-start:next}.test{font-size:1.5em;margin-left:5px;padding-bottom:2px}.project--next{align-self:flex-end;text-align:right}.project--next:after{display:block;content:"";mask:url("/img/flaticons/right-arrow.svg") no-repeat 50% 50%;mask-size:cover;background-size:10px 10px;height:10px;width:10px;margin-left:5px}@media(max-width: 600px){.project--next:after{width:17px}}.project--previous:before{display:block;content:"";mask:url("/img/flaticons/left-arrow.svg") no-repeat 50% 50%;mask-size:cover;background-size:10px 10px;height:10px;width:10px;margin-right:5px}@media(max-width: 600px){.project--previous:before{width:17px}}/*# sourceMappingURL=styles.css.map */
