@import"https://fonts.googleapis.com/css2?family=Barlow&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat&display=swap";:root{--primary: #122c3d;--secondary: #f66c0f;--background: #efefef;--sky: #60a9fc;--text-color: #242424;--secondary-background: #dadada;--very-light-gray: #dfdfdf;--sun: #ebdb52}.dark{--primary: #ffffff;--secondary: #ff9800;--background: #122c3d;--sky: var(--secondary);--text-color: #f5f5f5;--secondary-background: #151f28}.toggle-switch{--moon: var(--very-light-gray);--width: 54px;position:relative;width:var(--width);z-index:10;padding:0;margin:0;box-sizing:border-box}.toggle-switch-container{position:fixed;top:10px;right:20px;z-index:3}.toggle-switch-label{position:absolute;width:100%;height:30px;background-color:var(--sky);border-radius:20px;cursor:pointer;display:flex;align-items:end}.toggle-switch-input{position:absolute;display:none}.toggle-switch-input:checked~.toggle-switch-slider{background-color:var(--light-bg)}.toggle-switch-input:checked~.toggle-switch-slider:before{transform:translate(calc(var(--width) / 2.3));background-color:var(--sun);box-shadow:none}.toggle-switch-slider{position:absolute;width:100%;height:100%;border-radius:50px;transition:.3s}.toggle-switch-slider:before{content:"";position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:50%;box-shadow:inset 8px -4px 0 0 var(--moon);background-color:var(--secondary);transition:.3s}.toggle-switch-caption{font-size:10px;color:var(--text-color);width:var(--width);margin-bottom:-14px;text-align:center}body{font-family:Barlow,sans-serif;font-size:18px;margin:0;--content-width: 1024px}.section-title{color:var(--secondary);font-size:4.5rem;font-family:Montserrat,sans-serif;max-width:var(--content-width);margin:3rem auto}.hero{position:relative;height:100vh;display:flex;justify-content:center;align-items:center;background-color:var(--background);color:var(--primary);transition:.5s}.hero-content{z-index:2}@media only screen and (max-width: 768px){.hero-content{text-align:center}}.hero-title{font-size:3rem;font-weight:400;margin-bottom:1rem;font-family:Montserrat,sans-serif}.hero-emphasized{font-size:4rem;font-weight:600;color:var(--secondary)}.hero-subtitle{font-size:3rem;font-weight:400;font-family:Montserrat,sans-serif}.hero-social{margin-top:40px;display:flex;font-size:1.5rem;font-family:Roboto Slab,serif}.hero-social a{transition-duration:.3s;will-change:font-size,font-weight;line-height:1}.hero-social a:hover{font-size:1.8rem;font-weight:700}@media only screen and (max-width: 768px){.hero-social{justify-content:center}}.hero-social>*:not(:first-child){margin-inline-start:10px}.hero-social a,.hero-social a:visited{color:var(--primary);text-decoration:none;transition:.3s}.hero-separator{font-size:32px;text-box:trim-both cap alphabetic}.social-logo{width:24px;height:auto}.projects-section{padding:10vh;background-color:#fff}@media only screen and (max-width: 768px){.projects-section{padding:3vh}}.projects-container{max-width:var(--content-width);margin:0 auto}.dark .projects-section{background-color:var(--secondary-background)}.project{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;margin-bottom:80px;color:var(--text-color)}@media only screen and (max-width: 768px){.project{flex-direction:column;align-items:stretch}}.project-column{flex:1;max-width:500px}@media only screen and (max-width: 768px){.project-column{max-width:100%}}.project-column:not(:last-child){margin-right:30px}@media only screen and (max-width: 768px){.project-column:not(:last-child){margin-right:0}}.project-details{display:flex;flex-direction:column}.project-title,.project-stack,.project-description{margin-bottom:1rem}.project-title{margin-top:0;margin-bottom:1.5rem;font-size:1.8rem}@media only screen and (max-width: 768px){.project-title{margin-top:1.5rem}}.project-stack{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.project-stack-item{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-right:20px}.project-stack-item-type{font-weight:700;margin-right:5px}.project-links{display:flex;flex-direction:row;justify-content:flex-start}.project-links a{color:#164bf7;font-weight:700}.project-links>*:not(:last-child){margin-right:8px}.project-image-overlay{opacity:0;display:flex;justify-content:center;align-items:center;position:absolute;height:100%;width:100%;background-color:#000000b3;transition-duration:.4s}.project-image-overlay a,.project-image-overlay a:visited{color:#fff;text-decoration:none;font-size:1.5rem;transition-duration:.5s}.project-image-overlay a:hover,.project-image-overlay a:visited:hover{font-size:1.7rem}.project-image{position:relative;cursor:pointer}.project-image:hover .project-image-overlay{opacity:1}.project-thumbnail{width:100%;box-shadow:0 0 6px 1px #0000004a}
