@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap);*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;margin:0;overflow-x:hidden}body p,body span{line-height:200%}html{scroll-behavior:smooth;scroll-padding-top:80px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.btn{background-color:var(--theme-accent-color);border:none;border-radius:4px;box-shadow:0 4px 4px rgba(0,0,0,.25);color:var(--theme-btn-text);font-family:Poppins,sans-serif;font-weight:600;transition:all 175ms ease}h1{font-size:4rem}h2,h3,h4,h5{color:var(--theme-header-color)}h2{font-size:2.5em;position:relative}h2:after{background-color:var(--theme-accent-color);bottom:-5px;content:"";height:2px;left:-20px;opacity:.8;position:absolute;width:120%}img{user-drag:none;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.light{--theme-accent-color:#6f00a3;--theme-header-color:#6f00a3;--theme-page-background:#e7e7e7;--theme-page-text:#000;--theme-card-color:#e7e7e7;--theme-btn-text:#fdfdfd;--theme-btn-hover-color:#9300d7;--theme-h1-color:#6f00a3}.dark{--theme-accent-color:#6f00a3;--theme-header-color:#fdfdfd;--theme-page-background:#121212;--theme-page-text:#fdfdfd;--theme-card-color:#121212;--theme-btn-text:#fdfdfd;--theme-btn-hover-color:#621585;--theme-h1-color:#ae00ff}.app{background-color:var(--theme-page-background);color:var(--theme-page-text)}.footer{align-items:center;background-color:var(--theme-accent-color);color:var(--theme-btn-text);display:flex;font-size:12px;height:63px;justify-content:center}.hero-container{display:flex;flex-direction:row;height:100%;justify-content:space-between;margin:67px auto;max-width:1600px;min-height:70vh;padding:0 2em}@media screen and (max-width:1120px){.hero-container{align-items:center;flex-direction:column;justify-content:center}}.hero-content-container{display:flex;flex-direction:column;gap:.1em;justify-content:center;width:40%}@media screen and (max-width:1120px){.hero-content-container{align-items:center;order:2;width:100%}.subtitle-socials-container{align-items:center;display:flex;flex-direction:column}.hero-header{font-size:3em}.hero-content-container p{max-width:40ch;text-align:center}.hero-btn{max-width:300px}}.hero-header{color:var(--theme-h1-color);margin-bottom:-14px}.hero-subtitle{font-weight:600;opacity:.8}.hero-socials-container{display:flex;gap:.6em;margin-top:0}.hero-socials-container a,.hero-socials-container a:visited{color:var(--theme-page-text);text-decoration:none}.social-icon{font-size:1.25em;opacity:.75;transition:all 175ms ease}.social-icon:hover{cursor:pointer;opacity:1}.hero-btn{align-items:center;display:flex;font-size:1em;justify-content:center;padding:.8em .25em;width:50%}.hero-btn,.hero-btn:visited{color:#fdfdfd;text-decoration:none}.hero-btn:hover{background-color:var(--theme-btn-hover-color);cursor:pointer}.hero-image-container{display:flex;flex-direction:column;justify-content:center}.hero-image{-webkit-filter:drop-shadow(0 1px 3px rgba(0,0,0,.25));filter:drop-shadow(0 1px 3px rgba(0,0,0,.25));margin-top:3em;width:100%}.hero-image:hover{cursor:pointer}@media screen and (max-width:1200px){.hero-image{margin:6em auto 0;width:80%}}.projects-display-container{grid-gap:1.25em;background-color:var(--theme-accent-color);border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.5);display:grid;gap:1.25em;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1080px;padding:1.5em;position:relative;width:100%}@media screen and (max-width:900px){.projects-display-container{align-items:center;display:flex;justify-content:center;min-height:511px;position:relative}}.card-image{border-top-left-radius:4px;border-top-right-radius:4px;height:100%;width:100%}.cover{object-fit:cover}.contain{object-fit:contain}.card-container{background-color:var(--theme-card-color);border-radius:4px;box-shadow:1px 1px 4px rgba(0,0,0,.25);display:flex;flex-direction:column;height:100%;height:511px}.card-image-container{height:50%}.card-info-container{flex-direction:column;height:50%;padding:1em}.card-info-container,.card-sub-details{display:flex;justify-content:space-between}.card-sub-details{align-items:center}.card-sub-details span{font-size:12px;font-weight:300;opacity:.85}.deployed-url-icon,.github-logo{opacity:.8;transition:all 175ms ease}.deployed-url-icon:hover,.github-logo:hover{cursor:pointer;opacity:1}.github-logo{font-size:1.2em}.deployed-url-icon{font-size:1em}.card-info-container h3{margin:.25em 0 0}.card-info-container p{margin:0}.deployed-url-anchor,.deployed-url-anchor:visited,.github-anchor,.github-anchor:visited{color:var(--theme-page-text)}.card-icons-container{align-items:center;display:flex;gap:.5em;justify-content:center}.project-page-link{text-decoration:none;transition:all 125ms ease}.project-page-link,.project-page-link:visited{color:var(--theme-page-text)}.next,.prev,.project-page-link:hover{cursor:pointer}.next,.prev{align-items:center;border-radius:30px;display:flex;font-size:18px;height:40px;justify-content:center;position:absolute;top:calc(50% - 20px);-webkit-user-select:none;user-select:none;width:40px;z-index:2}.next{right:-35px}.prev{left:-35px}.next-icon,.prev-icon{color:var(--theme-h1-color)}.progress-container{align-items:center;bottom:-20px;display:flex;flex-direction:row;gap:1em;justify-content:center;position:absolute}.progress-indicator{background-color:var(--theme-page-text);border-radius:4px;cursor:pointer;height:7px;width:21px}.progress-indicator.active{background-color:var(--theme-accent-color)}.projects-container{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;padding:0 2em}.work-experience{border-left:2px solid var(--theme-accent-color);margin-bottom:2em;margin-left:8em;margin-top:2em}@media screen and (max-width:880px){.work-experience{margin:2em auto}}.work-experience-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.work-experience-list{padding-left:1.5em}h2:after{left:-12px;width:110%}.job-title{display:block;font-size:1.3em;margin:0 0 -8px}.job-company,.job-title{color:var(--theme-page-text)}.job-company{font-size:.9rem;font-weight:300;opacity:.8}.job-list-item{margin-bottom:2em;position:relative}.job-dates{font-size:.8rem;left:-107%;opacity:var(--theme-date-opacity);position:absolute;text-align:right;top:9px;width:100%}@media screen and (max-width:880px){.job-dates{display:block;left:0;position:relative;text-align:left;top:0}}.job-information{margin-top:1em;max-width:50ch;transition:all .3s ease}.job-information.hidden{height:0;opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}.job-information.show{height:100%;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.job-bullet-points{font-size:.9rem;list-style:disc;padding-left:1.3em}.aboutme-container{align-items:center;display:flex;flex-direction:column;margin:4em auto;max-width:1600px;padding:0 2em}@media screen and (max-width:700px){.aboutme-container{margin:8em auto}}.aboutme-bio{margin-bottom:2em;max-width:75ch;text-align:center}.about-me-btn{font-size:1em;max-width:270px;padding:.8em .25em;text-align:center;text-decoration:none;width:100%}.about-me-btn:visited{color:#fdfdfd;text-decoration:none}.about-me-btn:hover{background-color:var(--theme-btn-hover-color);cursor:pointer}.extra-svg{display:none}@media screen and (min-width:1000px){.extra-svg{display:block;opacity:.1;position:absolute;z-index:0}.gaming-svg{left:40px;top:100px}.coding-svg{right:60px;top:50px}.aboutme-container{position:relative}}.header{background-color:var(--theme-accent-color);box-shadow:0 2px 4px rgba(0,0,0,.25);color:#fdfdfd;height:67px;position:fixed;top:0;width:100%;z-index:999}.header-container{height:100%;justify-content:space-between;margin:0 auto;max-width:1600px;padding:0 2em;width:100%}.header-container,.nav-list{align-items:center;display:flex}.nav-list{flex-direction:row;gap:2em;list-style:none;margin:0;padding:0}.nav-link{color:#fdfdfd;font-weight:600;position:relative;text-decoration:none}.nav-link:hover{cursor:pointer}.nav-link:after{background-color:#fdfdfd;bottom:-3px;color:#fdfdfd;content:"";display:inline-block;height:1px;left:0;opacity:0;position:absolute;transition:all .2s ease;width:0}.nav-link:hover:after{opacity:1;width:100%}.nav-link:visited{color:#fdfdfd}.theme-toggle-container{align-items:center;display:flex;height:18px;justify-content:center;width:18px}.theme-toggle-btn{height:18px;transition:all 175ms ease;width:18px}.theme-toggle-btn:hover{cursor:pointer;opacity:.92}.header-contact-btn{background-color:#8b00cb;padding:.5em 1em;white-space:nowrap;width:100%}.header-contact-btn:hover{background-color:#9900e0;cursor:pointer}.header-contact-btn a,.header-contact-btn a:visited{color:#fdfdfd;text-decoration:none}.header-btn-container{align-items:center;display:flex;gap:1em;justify-content:space-between}.background{background-color:var(--theme-accent-color);height:100vh;left:0;position:absolute;top:67px;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .3s ease;width:50vw}.menu-icon{cursor:pointer;font-size:1.25rem}.show{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.hide{opacity:0}.mobile-list{align-items:center;display:flex;flex-direction:column;gap:3em;justify-content:center;list-style:none;padding-left:0}.mobile-list-item{font-size:1.25em}.mobile-list-item a,.mobile-list-item a:visited{color:#fdfdfd;text-decoration:none}.project-page-container{margin:0 auto;max-width:1600px;min-height:calc(100vh - 63px);padding:0 2em}.project-container{align-items:center;display:flex;flex-direction:column}.project-header{color:var(--theme-h1-color);margin-bottom:.15em;margin-top:2em}.project-image{border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.25);max-height:600px;object-fit:cover}.project-image.portrait{height:100%;object-fit:contain}.project-image.landscape{width:100%}.project-image-container{align-items:center;border-radius:4px;display:flex;height:100%;justify-content:center;max-height:600px;max-width:600px;width:100%}.project-buttons-container{align-items:center;display:flex;flex-direction:row;gap:2em;justify-content:space-between;margin-bottom:2em;margin-top:2em}.project-page-btn{padding:.85em 1.5em}.project-page-btn:hover{background-color:var(--theme-btn-hover-color);cursor:pointer}.description{max-width:600px}@media screen and (max-width:700px){.project-header{font-size:2.25em;margin-top:2.8em}}.project-page-anchor,.project-page-anchor:visited{color:var(--theme-btn-text);text-decoration:none}.not-found-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;max-width:1600px;min-height:calc(100vh - 63px);width:100%}
/*# sourceMappingURL=main.6c7b868f.css.map*/