body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6}img{height:auto;max-width:100%}:root{--nav-height:80px;--primary-color:#333;--background-color:#fff;--text-color:#333;--border-color:#ddd}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body,html{overflow:hidden}body{color:#333;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}.App{height:100vh;overflow:hidden;text-align:center}nav{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:hsla(0,0%,100%,.95);display:flex;flex-direction:column;gap:1rem;height:80px;height:var(--nav-height);left:0;padding:1rem;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.logo{border:2px solid #333;border:2px solid var(--primary-color);font-size:1.25rem;font-weight:700;min-width:40px;padding:.5rem;text-align:center}.nav-items{display:flex;flex-direction:column;gap:1rem;width:100%}.nav-items a{color:#333;color:var(--text-color);font-size:1rem;padding:.5rem;text-decoration:none;text-transform:lowercase;transition:color .3s ease}.nav-items a.active,.nav-items a:hover{color:#333;color:var(--primary-color);font-weight:500}.cta-buttons{display:flex;flex-direction:column;gap:.75rem;width:100%}.hire-btn,.resume-btn{border-radius:4px;cursor:pointer;font-size:.9rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.resume-btn{background-color:transparent;border:1px solid #333;border:1px solid var(--primary-color);color:#333;color:var(--primary-color)}.hire-btn{border:1px solid #333;border:1px solid var(--primary-color)}.hire-btn,.resume-btn:hover{background-color:#333;background-color:var(--primary-color);color:#fff;color:var(--background-color)}.hire-btn:hover{opacity:.9}.HomeContainer{height:calc(100vh - 80px);height:calc(100vh - var(--nav-height));margin-top:160px;margin-top:calc(var(--nav-height)*2);overflow-y:scroll;padding:0 1rem;scroll-behavior:smooth;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}section{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem 1rem;position:relative;scroll-snap-align:start}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}p{font-size:1rem}@media (min-width:768px){nav{flex-direction:row;justify-content:space-between;padding:1rem 2rem}.logo{font-size:1.5rem}.nav-items{gap:2rem}.cta-buttons,.nav-items{flex-direction:row;width:auto}.hire-btn,.resume-btn{padding:.5rem 1.5rem;width:auto}.HomeContainer{margin-top:80px;margin-top:var(--nav-height);padding:0 2rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}}@media (min-width:1024px){.HomeContainer{padding:0 4rem}section{padding:4rem 2rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}}@media (min-width:1440px){.HomeContainer{margin-left:auto;margin-right:auto;max-width:1400px}}.OtherProjectsGrid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem}@media (min-width:768px){.OtherProjectsGrid{grid-template-columns:repeat(2,1fr)}}.FeaturedProject{flex-direction:column;gap:2rem}@media (min-width:1024px){.FeaturedProject{align-items:center;flex-direction:row}.FeaturedProject:nth-child(2n){flex-direction:row-reverse}}.ExperienceItem{flex-direction:column;gap:1.5rem;padding:0 1rem}@media (min-width:768px){.ExperienceItem{flex-direction:row;gap:3rem;padding:0 2rem}}.ContactSection{padding:2rem 1rem}@media (min-width:768px){.ContactSection{padding:4rem 2rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hide-mobile{display:none}@media (min-width:768px){.hide-mobile{display:block}.hide-desktop{display:none}}
/*# sourceMappingURL=main.d02d45be.css.map*/