:root{--background:#efefef;--surface:#fff;--scrollbar:#bfbfbf;--text-color:#000;--accent:#0064c8;--img-invert:0}.dark-mode{--background:#222;--surface:#444;--scrollbar:#666;--text-color:#fff;--accent:#00c8c8;--img-invert:1}body,html{margin:0;overflow-x:hidden!important;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.bg-background,body{background-color:#efefef;background-color:var(--background)}.bg-surface{background-color:#fff;background-color:var(--surface)}.app>:not(nav){background-color:#efefef;background-color:var(--background);padding-top:1rem;position:relative;z-index:1}.app>:not(nav):not(footer){align-items:center;display:flex;justify-content:center;min-height:100vh;min-height:calc(var(--vh, 1vh)*100)}.hidden{display:none!important}.header{flex-direction:row;justify-content:space-between;padding:1rem 0;position:fixed;top:-3rem;transition:visibility .2s ease-in-out,top .2s ease-in-out;visibility:hidden}.header,.header-links{display:flex}.header-links>div{cursor:pointer;font-weight:600;margin:0 1rem}.mode-toggle{margin-left:2rem}.header-links>div.active,.header-links>div:hover{color:#0064c8;color:var(--accent)}.fixed{position:fixed!important;top:0}.header.fixed{left:0;right:0;visibility:visible;z-index:99}.mode-toggle{cursor:pointer}.mode-toggle svg{filter:invert(0);filter:invert(var(--img-invert));height:1.5rem;width:1.5rem}#home{background-color:#fff;background-color:var(--surface)}#home>div{position:fixed;z-index:0}.hero-view h1{font-size:2rem;font-weight:100;line-height:100%}.hero-view h1:after{animation:fade 3s linear 4s infinite;content:"scroll down to see my work";display:flex;font-size:45%;justify-content:center;opacity:0;position:absolute;width:100%}@keyframes fade{0%{opacity:0}50%{opacity:50%}to{opacity:0}}@media screen and (min-width:480px){.hero-view h1{font-size:3rem}}@media screen and (min-width:768px){.hero-view h1{font-size:4rem}}.hero-name{color:#0064c8;color:var(--accent);font-weight:600!important}.fade-in{animation:fadeIn 3s ease-in-out 1;opacity:1;visibility:visible}@keyframes fadeIn{0%{opacity:0}50%{opacity:0}to{opacity:1}}section{flex-direction:column;width:100%}section:not(#contact){padding-bottom:1rem}section>div:not(.wave-container){padding:0 1rem}section h2{font-size:1.5rem;font-weight:600;line-height:100%;margin-top:0;position:relative;text-transform:uppercase}section h2:before{border-bottom:.25rem solid #0064c8;border-bottom:.25rem solid var(--accent);content:"";display:block;margin-left:.5rem;margin-top:1.75rem;position:absolute;width:100%;z-index:-1}@media screen and (min-width:480px){section h2:before{border-bottom:.375rem solid #0064c8;border-bottom:.375rem solid var(--accent);margin-left:1rem;margin-top:2.25rem}section h2{font-size:2rem}section h2:after{margin-left:.5rem}}@media screen and (min-width:768px){section h2:before{border-bottom:.5rem solid #0064c8;border-bottom:.5rem solid var(--accent);margin-left:1.5rem;margin-top:3rem}section h2{font-size:3rem}section h2:after{margin-left:1rem}}.about-container{align-items:center;display:flex;flex-direction:column-reverse;gap:2rem;opacity:0;padding-bottom:2rem;transform:translateY(5rem);transition:opacity 1s ease-in-out,transform 1s ease-in-out}.about-container.animate-in{opacity:1;transform:translateY(0)}.icons .tooltip-container{opacity:0;transition:opacity .7s ease-in-out}.animate-in .icons .tooltip-container:first-child{opacity:1;transition-delay:1.2s}.animate-in .icons .tooltip-container:nth-child(2){opacity:1;transition-delay:1.4s}.animate-in .icons .tooltip-container:nth-child(3){opacity:1;transition-delay:1.6s}.animate-in .icons .tooltip-container:nth-child(4){opacity:1;transition-delay:1.8s}.animate-in .icons .tooltip-container:nth-child(5){opacity:1;transition-delay:2s}.animate-in .icons .tooltip-container:nth-child(6){opacity:1;transition-delay:2.2s}.animate-in .icons .tooltip-container:nth-child(7){opacity:1;transition-delay:2.4s}.profile-picture{border-radius:.5rem;height:auto;margin:0 auto;max-width:20rem;width:100%}.about-content{flex:1 1}.blurb{background-color:#fff;background-color:var(--surface);border-radius:.5rem;box-shadow:0 2px 5px #0000001a;font-size:1rem;line-height:1.6;margin:0 0 2rem;padding:1rem}.icons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.icons svg{height:2.5rem;width:2.5rem}@media (min-width:768px){.about-container{flex-direction:row;gap:4rem}.about-content{max-width:40vw}.blurb{font-size:1.25rem;line-height:1.6;padding:2rem}.icons svg{height:4rem;width:4rem}}.icons svg:hover{transform:scale(1.1);transition:transform .3s ease}#projects{background-color:#fff;background-color:var(--surface)}.inner-project-container,.outer-project-container{align-items:stretch;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start}@media screen and (min-width:768px){.inner-project-container{flex-direction:row;gap:4rem;justify-content:center}}@media screen and (min-width:1024px){.outer-project-container{flex-direction:row;gap:4rem}}.project-list{border-radius:.5rem;display:flex;flex-direction:column;gap:.25rem;position:relative}@media screen and (min-width:768px){.project-list{gap:.5rem}}.project-list .list-item{text-wrap:nowrap;background:#efefef;background:var(--background);border:2px solid #000;border:2px solid var(--text-color);border-radius:.5rem;box-shadow:0 2px 5px #0000001a;cursor:pointer;font-size:1rem;padding:.5rem 1rem}.project-list>div{opacity:0;transform:translateY(100%);transition:opacity .7s ease-in-out,transform .7s ease-in-out}@media screen and (min-width:768px){.project-list .list-item{text-wrap:nowrap;font-size:1.25rem;padding:2rem;transition:transform .2s ease-in-out}.project-list .list-item:not(.active):hover{transform:translateX(1rem)}}.animate-in .project-list>div:first-child{opacity:1;transform:translateY(0)}.animate-in .project-list>div:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.3s}.animate-in .project-list>div:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.6s}.animate-in .project-list>div:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.9s}.animate-in .project-list>div:nth-child(5){opacity:1;transform:translateY(0);transition-delay:1.2s}.project-list .list-item.active{border:2px solid #0064c8;border:2px solid var(--accent);cursor:default;font-weight:600}.inner-project-container{overflow:hidden}.animate-in .inner-project-container{overflow:visible;overflow:initial}.project-details{display:flex;flex-direction:column;margin-bottom:1rem;opacity:0;transform:translateX(100%);transition:opacity .7s ease-in-out,transform .7s ease-in-out}.animate-in .project-details{opacity:1;transform:translateX(0);transition-delay:1.5s}.project-details:has(.modal){transform:none;transition:none}@media screen and (min-width:768px){.project-details{max-width:50vw}}@media screen and (min-width:1024px){.project-details{max-width:40vw}}.project-details>p{background:#efefef;background:var(--background);border-radius:.5rem;padding:1rem}@media screen and (min-width:768px){.project-details>p{padding:2rem}}@media screen and (max-width:1023px){.project-icons{align-content:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:1rem}}@media screen and (min-width:1024px){.project-icons{grid-gap:1rem;align-content:center;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}}.project-icons .tooltip-container{opacity:0;transition:opacity 1.8s ease-in-out}.animate-in .project-icons .tooltip-container{opacity:1;transition-delay:2.2s}.project-icons .tooltip-container,.project-icons svg{height:2.5rem;width:2.5rem}.project-icons .tooltip-container>svg:hover{transform:scale(1.2);transition:transform .3s ease}.project-details h3{display:flex;flex-direction:row;justify-content:space-between;margin:0 1rem}.project-details h3 .view-github svg{fill:#000;fill:var(--text-color);height:1.5rem;width:1.5rem}@media screen and (min-width:768px){.project-details h3{margin:0}}.project-details h3>a{align-items:center;color:inherit;display:flex;gap:.5rem;text-decoration:none}.project-details h3>a:hover{color:#0064c8;color:var(--accent)}.project-details h3>a:hover svg path{fill:#0064c8;fill:var(--accent)}.project-details h3 .tooltip-container{height:1.5rem;width:1.5rem}.image-carousel{position:relative}.carousel-container{overflow:hidden}.carousel-container,.carousel-container img,.image-carousel{aspect-ratio:16/9;width:calc(100vw - 2rem)}@media screen and (min-width:768px){.carousel-container,.carousel-container img,.image-carousel{width:50vw}}@media screen and (min-width:1024px){.carousel-container,.carousel-container img,.image-carousel{width:40vw}}.carousel-container img{cursor:pointer;object-fit:contain}.carousel-container img:hover{transform:scale(1.03);transition:transform .3s ease}.slide{height:100%;left:0;position:absolute;top:0;width:100%}.active-slide{z-index:1}.navigation{bottom:calc(50% - 1.5rem);display:flex;justify-content:space-between;left:0;pointer-events:none;position:absolute;width:100%;z-index:5}.navigation .tooltip-container{pointer-events:auto}.close-button,.modal-navigation .tooltip-container,.navigation .tooltip-container{background-color:#00000080;border-radius:50%;color:#fff;cursor:pointer;margin:0 1rem}.close-button,.modal-navigation .tooltip-container,.modal-navigation .tooltip-container svg,.navigation .tooltip-container,.navigation .tooltip-container>svg{height:1.5rem;width:1.5rem}.dot-indicator{bottom:1.25rem;display:flex;justify-content:center;position:relative;z-index:5}.dot{background-color:grey;border-radius:50%;cursor:pointer;height:.375rem;margin:0 .375rem;width:.375rem}.active-dot{background-color:initial;border:.125rem solid grey;margin-top:-.125rem}.modal{align-items:center;background-color:#000000b3;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.modal-content{cursor:default;position:relative;text-align:center}.modal-content img{max-height:90vh;max-height:calc(var(--vh, 1vh)*90);max-width:90vw}.close-button{height:1.5rem;padding:.25rem;position:fixed;right:1rem;top:1rem;width:1.5rem}.modal-navigation{display:flex;justify-content:space-between;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.modal-navigation div{cursor:pointer;opacity:.7}.tooltip-container{display:inline-block;position:relative}.tooltip-text{text-wrap:nowrap;background-color:#0064c8;background-color:var(--accent);border-radius:5px;color:#efefef;color:var(--background);font-size:1rem;font-weight:400;left:50%;opacity:0;padding:5px 10px;position:absolute;top:100%;transform:translateX(-50%);transition:opacity .2s;visibility:hidden;z-index:99}.tooltip-container .tooltip-text[style*="visibility: visible"],.tooltip-container:hover .tooltip-text{opacity:1;visibility:visible}#contact{justify-content:space-between;min-height:calc(100vh - 1rem);min-height:calc(var(--vh, 1vh)*100 - 1rem);overflow:hidden}#contact .contact-container{align-items:center;display:flex;flex-direction:column}@media screen and (min-width:768px){.contact-container{max-width:40vw}}#footer{color:#fff;color:var(--surface);font-size:1rem;line-height:1rem}#contact .social-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}#contact .social-links svg{filter:invert(0);filter:invert(var(--img-invert));height:2rem;width:2rem}@media screen and (min-width:768px){#contact .social-links svg{height:3rem;width:3rem}}#contact .social-links svg:hover{transform:scale(1.15);transition:transform .3s ease}#contact p:not(#footer){background-color:#fff;background-color:var(--surface);border-radius:.5rem;box-shadow:0 2px 5px #0000001a;font-size:1.25rem;line-height:1.6;margin-bottom:2rem;padding:1rem}@media screen and (min-width:768px){#contact p:not(#footer){font-size:1.5rem;padding:2rem}}#contact .wave-container{bottom:0;height:auto;left:0;overflow:hidden;position:absolute;width:100%;z-index:-1}@media screen and (min-width:768px){#contact .wave-container{bottom:-6rem}}#contact .wave-container svg{display:block;height:100%;width:100%}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-track{background:#bfbfbf;background:var(--scrollbar)}::-webkit-scrollbar-thumb{background:#fff;background:var(--surface);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#efefef;background:var(--background)}*{scrollbar-color:#fff #bfbfbf;scrollbar-color:var(--surface) var(--scrollbar);scrollbar-width:thin}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.e5d60e2b.css.map*/