body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.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)}}.navbar{align-items:center;box-sizing:border-box;color:#fff;display:flex;left:0;padding-block:40px;padding-inline:100px;position:absolute;top:0;width:100%;z-index:100}.navbar h1{font-size:1.25rem;margin:0}.navbar .links{display:flex;gap:20px;margin-left:auto}.navbar a{color:#fff;font-weight:500;text-decoration:none}.hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;left:12px;padding:0;position:fixed;top:18px;width:24px;z-index:400}.hamburger span{background:#fff;border-radius:1px;display:block;height:2px;width:100%}.mobile-sidebar{background:#000000fa;box-sizing:border-box;display:none;flex-direction:column;height:100vh;left:0;max-width:320px;padding:80px 20px;position:fixed;top:0;transform:translateX(-110%);transition:transform .25s ease;width:75vw;z-index:250}.mobile-sidebar.open{transform:translateX(0)}.mobile-links{display:flex;flex-direction:column;gap:24px}.mobile-links a{color:#fff;font-size:1.1rem;text-decoration:none}.nav-overlay{background:#00000073;display:none;inset:0;position:fixed;z-index:200}@media (max-width:768px){.navbar .links{display:none}.hamburger{display:flex}.navbar-title{display:none}.mobile-sidebar{display:flex}.nav-overlay{display:block}}.overlay{margin-top:65px}.overlay-content{align-items:center;display:flex;flex-direction:column}.contact-icons{gap:30px;margin-top:20px}.top-section{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:40px;max-width:1200px;width:100%}.image-section{flex-shrink:0;text-align:center}.profile-image{border:3px solid #000;border-radius:50%;box-shadow:0 4px 6px #0000001a;height:300px;object-fit:cover;width:300px}.intro-section{color:#333;flex:1 1;font-size:18px;line-height:1.6;line-height:40px;margin-left:150px;padding-top:3rem}.more-info{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;margin:3rem 0;max-width:800px;padding:2rem;text-align:center}.more-info p{color:#333;font-size:1.3rem;font-weight:500;margin-bottom:1.5rem}.more-info button{background-color:#000;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;padding:1rem 4rem;transition:background-color .3s ease,transform .2s ease}.more-info button:hover{background-color:#008490;transform:scale(1.05)}@media (max-width:768px){.front-page{height:80vh}.overlay{padding:10% 10px}.overlay h1{font-size:3rem;margin:1rem 0}.overlay h3{font-size:1.2rem;margin:.5rem 0}.top-section{align-items:center;flex-direction:column;padding:50px 10px 0}.intro-section{line-height:28px;margin-left:0;margin-top:2rem;text-align:center}.profile-image{height:200px;width:200px}.more-info{margin:2rem 0;padding:1rem}.more-info p{font-size:1.1rem}.more-info button{font-size:.9rem;padding:.8rem 3rem}}.overlay{margin-top:85px}.resume-button{background-color:#2d97a1;border:none;border-radius:10px;color:#fff;display:inline-block;font-size:1.2rem;margin-top:30px;padding:.8rem 2.5rem;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.resume-button:hover{background-color:#008490;transform:scale(1.05)}.experience-wrapper{background-color:#f8f8f8;box-sizing:border-box;display:flex;flex-direction:column;gap:80px;padding:60px 100px;width:100%}.experience-item{align-items:flex-start;display:flex;gap:40px}.experience-item.reverse{flex-direction:row-reverse}.experience-image img{border-radius:12px;box-shadow:0 4px 10px #0003;height:300px;object-fit:cover;width:450px}.experience-content{flex:1 1}.experience-content h2{font-size:2rem;margin:0 0 10px}.experience-content p{color:#666;font-style:italic;margin-bottom:15px}.experience-content ul{margin:0;padding-left:20px}.experience-content li{font-size:1.1rem;line-height:1.5;margin-bottom:10px}.experience-divider{border:none;border-top:2px dashed #ccc;margin:60px 0;width:100%}@media (max-width:768px){.front-page{height:80vh}.overlay{padding:10% 10px}.overlay h1{font-size:3rem;margin:1rem 0}.overlay h3{font-size:1.2rem;margin:.5rem 0}.resume-button{font-size:1rem;padding:.6rem 2rem}.scroll-button{margin-top:20px}.experience-item,.experience-item.reverse{align-items:center;flex-direction:column}.experience-wrapper{padding:40px 20px}.experience-image img{height:auto;width:100%}}.overlay h3{margin:1rem 0}.scroll-button{margin-top:30px}.projects{align-items:center;display:flex;flex-direction:column;font-family:Arial,sans-serif;min-height:100vh;padding-bottom:50px}.project-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;max-width:1200px;padding-top:5rem;width:100%}.individual-project{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px #0000001a;cursor:pointer;display:flex;flex:0 0 300px;flex-direction:column;height:350px;justify-content:space-between;padding:20px;text-align:center;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.project-image{border-radius:4px;margin-bottom:10px}.individual-project:hover{background-color:#f0f0f0;box-shadow:0 6px 12px #0003;transform:scale(1.05)}.individual-project h2{font-size:25px;margin-bottom:-1px}.individual-project p{color:#555;font-size:14px}@media (max-width:768px){.front-page{height:80vh}.overlay{padding-top:15%}.overlay h1{font-size:3rem;margin:1rem 0}.overlay h3{font-size:1.2rem;margin:.5rem 0}.project-list{align-items:center;flex-direction:column;gap:20px;padding-top:3rem}.individual-project{height:auto;width:90%}.individual-project h2{font-size:1.5rem}.individual-project p{font-size:1rem}}.navbar-non-transparent{background-color:#000;display:flex;height:100px;width:100%}.title{margin-top:8rem;text-align:center}.project-image-section,.title{display:flex;justify-content:center}.project-image-section{margin-top:1rem}.project-image{border-radius:10px;height:auto;max-width:600px;width:100%}.tools{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.project-content{margin:3rem auto;max-width:900px;padding-left:5%;text-align:center;width:100%}.project-section{line-height:30px;padding-bottom:5rem;text-align:center}@media (max-width:768px){.title{margin-top:4rem;text-align:center}.project-image-section,.title{justify-content:center;padding:0 10px}.project-image-section{margin-top:1rem}.project-image{border-radius:8px;max-width:100%}.tools{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;text-align:center;width:100%}.project-content{line-height:1.5rem;margin:2rem auto;max-width:95%;padding-left:0;padding-right:0;text-align:center}.project-section{line-height:1.4rem;padding-bottom:3rem;padding-left:1rem;padding-right:1rem;text-align:center}}body,html{background-color:#fdfdfd;margin:0;overflow-x:hidden;padding:0;scroll-behavior:smooth}.home-container{box-sizing:border-box;flex-direction:column}.front-page,.home-container{align-items:center;display:flex;width:100%}.front-page{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;justify-content:center;position:relative;z-index:1}.background-overlay{background-color:#0006;z-index:1}.background-overlay,.overlay{height:100%;left:0;position:absolute;top:0;width:100%}.overlay{align-items:center;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-top:35px;padding:0 10px;text-align:center;z-index:2}.overlay h1{font-size:7rem}.overlay h1,.overlay h3{word-wrap:break-word;font-weight:700;margin:2rem 0}.overlay h3{font-size:1.5rem}.scroll-button{animation:bounce 2s infinite;background:none;border:none;cursor:pointer}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(10px)}60%{transform:translateY(5px)}}.section{line-height:1.8;max-width:900px;padding:4rem 2rem;width:100%}.section h1{font-size:2.5rem;margin-bottom:1rem;text-align:center}.section p{color:#444;font-size:1.1rem;margin-top:1rem}.clubs .club{margin-top:2.5rem}.clubs h3{color:#222;font-size:1.5rem;margin-bottom:.5rem}.awards-list{display:flex;flex-direction:column;gap:1rem}.award-item{align-items:center;border-bottom:1px solid #ddd;display:flex;font-size:1.1rem;justify-content:space-between;padding-bottom:.5rem}.award-year{color:#888;font-weight:700;min-width:60px;text-align:right}@media (max-width:768px){.front-page{height:80vh}.overlay{padding-left:15px;padding-right:15px;padding-top:15%}.overlay h1{font-size:3rem;margin:1rem 0}.overlay h3{font-size:1.2rem;margin:.5rem 0}.section{box-sizing:border-box;padding:2rem 1.5rem}.section h1{font-size:2rem}.section p{font-size:1rem;line-height:1.6}.clubs h3{font-size:1.2rem}.award-item{align-items:flex-start;flex-direction:column;gap:.5rem}.award-year{text-align:left}}.footer{background:linear-gradient(90deg,#101214,#1d1f22);color:#fff;font-family:Arial,sans-serif;padding:2rem 3rem}.footer-top{border-bottom:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:5rem;justify-content:center;padding-bottom:1.5rem;text-align:center}.footer-section{min-width:250px}.footer-section h3{margin-bottom:1rem}.footer-section ul{list-style-type:disc;padding-left:1.5rem;text-align:left}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#b0e0ff;text-decoration:underline}.contact-icons{display:flex;gap:1.5rem;justify-content:center;margin-top:.5rem}.contact-icons a svg{color:#fff;transition:transform .2s,color .2s}.contact-icons a:hover svg{color:#56ccf2;transform:scale(1.1)}.footer-bottom{align-items:center;color:#ccc;display:flex;font-size:.95rem;justify-content:center;margin-top:1.5rem}.footer-bottom .designer{color:#56ccf2;margin-left:.5rem}@media (max-width:768px){.footer{padding:2rem 1.5rem}.footer-top{flex-direction:column;gap:2rem;text-align:center}.footer-section ul{list-style-type:none;padding-left:0;text-align:center}.footer-bottom{flex-direction:column;font-size:.9rem;gap:.3rem}.footer-bottom .designer{margin-left:0}.contact-icons{gap:1rem}}
/*# sourceMappingURL=main.ee254f43.css.map*/