.header{width:100%;text-align:center;margin:0;padding:0}.job{padding:5px;border-radius:4px;background-color:#76c893;color:#1a1d2a;font-size:.75rem}.site-title{padding-top:10px;color:#e0e0e0}h1{font-size:1.5rem;width:100%}hr{width:80%}.spacer{margin:10px}@media only screen and (min-width:1000px){h1{font-size:3rem}hr{width:75%}.job{font-size:1.2rem}}.footer{display:flex;justify-content:center;align-content:center;flex-wrap:wrap;width:100%}.notice-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:center;align-items:center;margin-top:25px;width:80vw}.notice-container h5{text-align:center;margin:0}@media only screen and (min-width:1000px){.footer{margin-bottom:40px}.notice-container{width:75vw}}.bottom-nav-root{padding:10px;display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;bottom:0;position:fixed;align-items:center;justify-content:space-between;background-color:#1e2227;color:#e0e0e0;max-height:56px;z-index:9998}.bottom-nav-root>*{flex:1}.nav-link *{color:#e0e0e0}.nav-link.active *{color:#76c893}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center}.nav-item>p{padding:0;margin:0;font-size:.75em;font-weight:700}@media only screen and (min-width:1000px){.bottom-nav-root{padding-left:15px;display:flex;flex-direction:column;flex-wrap:nowrap;max-width:10%;left:0;bottom:auto;top:auto;position:fixed;height:100%;max-height:100%;align-items:center;align-content:center;justify-content:center}.bottom-nav-root>*{flex:0}.nav-item{display:flex;align-items:center;align-content:center;justify-content:center;min-height:100px}}@font-face{font-family:Lovelo Black;src:url(/fonts/Lovelo-Black.ttf)}@font-face{font-family:Lato;src:url(/fonts/Lato-Regular.ttf)}:root{font-size:1.3em;line-height:1.5}*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;width:100%;background-color:#1e2227;color:#e0e0e0}h1,h2,h3,h4,h5,h6{font-family:Lovelo Black,sans-serif;width:auto;margin-top:.25em;margin-bottom:.25em}p,span,li,a{font-family:Lato,sans-serif}a{color:#76c893;text-decoration:none;display:inline-block}a:visited{color:#76c893}a:after{content:"";background-color:#76c893;transform:scaleX(0);transition:.25s ease;height:2px;display:block;width:100%;margin-top:-5px;margin-bottom:5px}a:hover:after{transform:scaleX(1)}#root{display:flex;flex-direction:column;min-height:100vh}.layout-container{display:flex;flex-direction:column}.bottom-spacer{height:70px;width:100%;display:block}@media only screen and (min-width:1000px){.bottom-spacer{display:none}}.index-container{padding:20px;margin:0 auto;width:90%}.tech{display:grid;grid-template-columns:1fr 1fr 1fr;flex-wrap:wrap;justify-content:space-around;height:auto}.tech-logo{width:75px;height:75px;transform:scale(.95);transition:.4s}.tech-logo:hover{transform:scale(1)}.innerTech{display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center}.logo-desc{margin-top:10px}h6{margin:0}.project img{width:100%;margin:-2px auto;border-radius:6px;opacity:1;transition:.4s}.project img:hover{opacity:.6}.tags{list-style-type:none;padding:0;margin:0;display:flex;flex-wrap:wrap}.tagwhite{padding:3px;background-color:#00dcff33;border-radius:3px;color:#e0e0e0;margin:6px;font-family:Lovelo Black;font-size:.75em}.tagwhite.first{margin-left:0}.tagwhite.last{margin-right:0}.content,.portfolio{width:75vw;margin:15px auto}.no-underline:after{content:"";height:0px}.external-portfolio-link:after{margin-bottom:0;margin-top:0}@media screen and (min-width:700px){.tech{grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (min-width:1000px){.content{width:75vw}.tech-logo{width:100px;height:100px;transform:scale(.95);transition:.4s}.portfolio{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.project{position:relative;width:calc(50% - 2.4em);margin:25px 0 0}}.two-col{display:flex;flex-direction:column;flex-wrap:nowrap}.two-col ul{margin:0}.exp{margin-top:5px;margin-bottom:5px}h4.exp{font-family:Lato,sans-serif;font-size:1.1em}.exp.light{opacity:.6}.profile{display:flex;justify-content:center;width:100%;margin-bottom:1em}.prof{height:250px;width:250px;border-radius:125px;margin:0 auto}@media only screen and (min-width:1000px){.two-col{display:flex;flex-direction:row;flex-wrap:wrap;align-content:stretch;justify-content:space-around}}.post-title{padding-top:15px;padding-bottom:5px;font-size:1.4em}.post-excerpt{margin-top:5px;width:80%;font-size:.9em}.listing-container{min-height:100%;min-width:60%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:80vw}.posts-container div{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.paging-container{margin-left:auto;margin-right:auto;min-width:35%;display:flex;justify-content:space-around;align-items:center;background-color:#21252f;border-radius:10px;padding:8px;gap:8px}@media only screen and (min-width:1000px){.listing-container{width:75vw}}code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#999}.token.punctuation{color:#ccc}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}.post{width:75vw;margin:0 auto}.post-meta{display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width:1000px){.post{width:70vw}}.index-container{margin:0 auto;width:90%;padding:20px}.project img{width:100%;height:auto;margin:0 auto;border-radius:6px}.tags{list-style-type:none;margin:2px;padding:0;display:flex;flex-wrap:wrap}.tagwhite{padding:3px;background-color:#00dcff33;border-radius:3px;color:#e0e0e0;margin:6px;font-family:Lovelo Black,sans-serif;font-size:.75em}.project{margin-top:25px}@media screen and (min-width:1000px){.portfolio{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.project{position:relative;width:calc(50% - 2.4em);margin:25px 0 0}}hr.divider{margin:0;width:50%;text-align:left}.portfolio-container{width:90%;margin:0 auto;padding:20px}.splash{max-width:100%;height:auto;margin:0 auto;display:flex;justify-content:center}.featured{width:100%;height:auto;align-self:center}.project-link{display:inline-block;background-color:#76c893;color:#1a1d2a;padding:7px;margin:20px 0;border-radius:7px;transition:.25s}.project-link:hover{opacity:.8}.no-underline:after{height:0}@media only screen and (min-width:1000px){.portfolio-container{margin:0 auto;width:75vw;padding:20px}}
