.nav{align-items:center;-webkit-animation:gradAnim 10s ease infinite;animation:gradAnim 10s ease infinite;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(20deg,rgba(154,66,172,.8),rgba(221,131,75,.8));background-size:200% 200%;border-radius:.5rem;box-shadow:inset 0 0 0 3000px hsla(0,0%,59%,.192);display:flex;flex-wrap:wrap;font-family:Sono,sans-serif;font-size:calc(.8rem + .5vw);height:auto;justify-content:space-between;margin:1rem;padding:.1rem .5rem;position:-webkit-sticky;position:sticky;top:1rem;z-index:10}@media only screen and (max-width:500px){.nav{flex-direction:column-reverse;justify-content:center;padding-bottom:.8rem;padding-top:0}}.navLinks{flex-shrink:1;flex-wrap:nowrap}.navLogo{height:2rem;width:auto}.navLogo:hover{-webkit-filter:drop-shadow(0 0 .3rem #000) var(--whiteImgFilter);filter:drop-shadow(0 0 .3rem #000) var(--whiteImgFilter)}.navLinks a{padding:0 .5rem}@-webkit-keyframes gradAnim{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradAnim{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.projects{align-content:flex-start;align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;height:80vh;justify-content:space-evenly;margin:.5rem}.showcase1\/2{flex:0 0 50%}.showcase1\/3{flex:0 0 33.3333333%}.showcase1\/4{flex:0 0 25%}.showcaseItem{-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:20px;cursor:pointer;max-width:50vw;min-width:350px;padding:1.4rem;position:relative;touch-action:pan-y;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.showcaseItemStack{margin-bottom:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.showcaseItemStack img{padding:.2rem}.showcaseItem .showcase{border-radius:20px;color:#fff;height:100%;position:relative;transition:all .2s ease-out;width:100%}.showcase .showcaseItemShadow{box-shadow:0 8px 30px rgba(14,21,47,.6);height:90%;left:5%;position:absolute;top:5%;transition:all .2s ease-out;width:90%;z-index:0}.showcaseItem .showcaseItemText{align-items:center;border-radius:20px;display:flex;flex-direction:column;height:100%;overflow:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:100%;z-index:2}.showcaseItem .showcaseItemRenderedText{background-color:initial;background-position:50%;background-repeat:no-repeat;background-size:cover;height:104%;left:-2%;position:absolute;top:-2%;transition:all .1s ease-out;width:104%;z-index:4}.showcaseItem .showcaseItemShine{background:linear-gradient(135deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,0) 60%);border-radius:20px;bottom:0;left:0;position:absolute;right:0;top:0;z-index:8}.showcaseItem:hover{z-index:9}.showcaseItem:hover .showcaseItemShadow{box-shadow:0 45px 100px rgba(14,21,47,.4),0 16px 40px rgba(14,21,47,.4)}h1{letter-spacing:.2rem}.hero{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-evenly;letter-spacing:normal;letter-spacing:.06rem;line-height:1.5;padding:0 0 2rem;width:100%}.heroLeft{display:flex;flex-direction:column;height:100%;padding:1rem;width:70%}.heroIntro,.heroLeft{justify-content:center;text-align:center}.heroIntro{align-items:center;margin:1rem auto;max-width:75%}.heroRight{flex-grow:1;height:100%;min-width:240px;padding-right:1rem;text-align:center;width:auto}@media screen and (max-width:620px){.hero{flex-direction:column-reverse}.heroLeft{flex-wrap:wrap;font-size:.9rem;min-width:0;padding:0;text-align:center;width:100%}.bigMe{width:40%}.heroRight{padding-right:0;padding-top:1.4rem;text-align:center;width:30vw}}.heroText{align-self:center;display:flex;flex-direction:column;font-size:1rem;justify-content:center;padding:.5rem .75rem}#socialsHook{padding-top:1rem}.socials{align-items:center;display:flex;justify-content:center;margin-top:1rem}.socialsLogo{height:3rem;width:auto}p{margin:0 auto;max-width:60%}h1,p{text-align:center}.bigMe{height:auto;max-width:350px;width:25%}.rowFlex{align-items:center;display:flex;flex-wrap:nowrap;justify-content:center;padding:0 2rem}:root{--primary:#e68346;--secondary:#e75a6d;--lightBackground:#3a3a3a;--background:#1c1c1e;--darkBackground:#070707;--text:#fffdf7;--darkText:#17161b;--gradient:linear-gradient(90deg,#8a2387,#e94057,#f27121);--blackImgFilter:invert(97%) sepia(97%) saturate(12%) hue-rotate(197deg) brightness(105%) contrast(104%);--whiteImgFilter: }[data-theme=light]{--primary:#975a22;--secondary:#592369;--lightBackground:#d6d1d1;--background:#f0f0f0;--darkBackground:#353535;--text:#000;--darkText:#fff;--blackImgFilter: ;--whiteImgFilter:invert(97%) sepia(97%) saturate(12%) hue-rotate(197deg) brightness(105%) contrast(104%)}html{color:#fffdf7;color:var(--text);font-size:calc(15.4px + .5vw)}body,html{background-color:#1c1c1e;background-color:var(--background);height:100%;margin:0;padding:0;width:100%}body{font-family:Montserrat,sans-serif;transition:.3s}a{color:#fffdf7;color:var(--text);text-decoration:none;transition:color .2s}a:hover{color:#17161b;color:var(--darkText)}button{background-color:initial;border:none;color:var(--darkBlue);margin:0;padding:0}.logo{-webkit-filter:invert(97%) sepia(97%) saturate(12%) hue-rotate(197deg) brightness(105%) contrast(104%);filter:invert(97%) sepia(97%) saturate(12%) hue-rotate(197deg) brightness(105%) contrast(104%);-webkit-filter:var(--blackImgFilter);filter:var(--blackImgFilter);padding:.5rem;transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s}.logo:hover{cursor:pointer}
/*# sourceMappingURL=main.0fb7d21c.css.map*/