@import"https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-container{background-color:#1a1a1a;color:#e0e0e0;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:2rem;box-sizing:border-box;text-align:left}.home-content{display:flex;align-items:center;max-width:900px;width:100%;gap:3rem;flex-wrap:wrap}.home-image{width:320px;height:320px;border-radius:50%;object-fit:cover;border:3px solid #ff4500;flex-shrink:0}.home-text{flex:1;min-width:250px}.home-title{color:#ff4500;font-size:3.5em;margin-bottom:1rem;text-transform:uppercase;letter-spacing:5px}.home-intro{font-size:1.5em;line-height:1.6;max-width:600px}.home-footer-row{max-width:1100px;margin:3rem auto 5rem;padding:2.5rem 3rem;display:flex;justify-content:space-between;background:#fff;border-radius:16px;font-size:1.25rem;font-weight:500;align-items:center;gap:3rem;box-shadow:0 4px 12px #0000004d}.footer-left,.footer-right{flex:1;display:flex;flex-direction:column;gap:1rem;color:#000}.footer-left p,.footer-right p{margin:0;font-weight:600;font-size:2.5rem}.footer-button{display:inline-block;align-self:flex-start;background:transparent;color:#ff4500;border:2.5px solid #ff4500;padding:.75rem 2rem;border-radius:4px;font-weight:700;font-size:1.5rem;box-shadow:none;transition:color .3s ease,border-color .3s ease,box-shadow .4s ease,transform .3s ease;cursor:pointer}.footer-button:hover{background-color:#f7f7f7;color:#ff6e1a;border-color:#ff6e1a;box-shadow:0 0 10px 3px #ff4500b3;transform:translateY(-2px)}.resume-section{max-width:1100px;margin:3rem auto 5rem;padding:2.5rem 3rem;display:flex;justify-content:space-between;align-items:center;gap:3rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000004d;color:#000}.resume-text{flex:1}.resume-text h2{font-size:2.2rem;color:#ff4500;margin-bottom:1rem}.resume-text p{font-size:1.25rem;margin-bottom:1.5rem}.resume-image-container{flex-shrink:0}.resume-image{width:260px;border:2px solid #ff4500;border-radius:8px;box-shadow:0 4px 12px #00000040;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.resume-image:hover{transform:scale(1.05);box-shadow:0 0 15px #ff4500b3}@media (max-width: 600px){.home-content{flex-direction:column;text-align:center}.home-image{margin-bottom:1.5rem;width:180px;height:180px}.home-text{min-width:auto}.block-content{flex-direction:column}.home-footer-row{flex-direction:column;text-align:center;padding:2rem 1.5rem}.footer-left,.footer-right{align-items:center}.footer-button{align-self:center;padding:.75rem 3rem;font-size:1.2rem}.footer-left p,.footer-right p{font-size:1.4rem}.resume-section{flex-direction:column;text-align:center;padding:2rem 1.5rem}.resume-image{width:200px;margin-top:.5 rem}}.project-preview-section{padding:2rem 2rem 4rem;background-color:#fff;text-align:center}.project-preview-title{font-size:3rem;color:#1a1a1a;margin-bottom:2rem;padding-bottom:1rem}.project-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;margin-bottom:2rem}.project-card-preview{background-color:#2c2c2c;border-radius:8px;box-shadow:0 8px 20px #ff450080;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card-preview:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000004d}.project-description-preview{font-size:1em;color:#fff;margin-bottom:1rem}.project-image{width:100%;height:200px;object-fit:cover;object-position:center top}.modern-button{color:#000;text-decoration:none;font-size:2rem;font-weight:700;padding:.6rem 1.2rem;border-radius:8px;position:relative;transition:background-color .3s ease,color .3s ease,box-shadow .4s ease,transform .3s ease;cursor:pointer}.modern-button:hover{background-color:#000!important;color:#fff!important;box-shadow:0 0 10px 3px #737373b3!important;transform:translateY(-2px)!important}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.about-container{background-color:#1a1a1a;color:#e0e0e0;min-height:calc(100vh - 80px);width:100%;display:flex;flex-direction:column;align-items:center;padding:4rem 1rem;text-align:center;box-sizing:border-box}.about-title{color:#ff4500;font-size:3em;margin-bottom:2rem;text-transform:uppercase;letter-spacing:5px}.about-hero{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;max-width:1000px;width:100%;align-items:flex-start;text-align:left}.about-main-img-container{display:flex;flex-direction:column;align-items:center;max-width:350px;margin-bottom:1rem}.about-caption{margin-top:2rem;font-size:1.15em;color:#ddd;text-align:center;max-width:375px;line-height:1.4}.about-main-img{max-width:350px;width:100%;border-radius:20px;box-shadow:0 8px 20px #ff450080;object-fit:cover}.about-intro{flex:1 1 500px;text-align:left;display:flex;flex-direction:column;gap:1.5rem}.about-description{font-size:1.2em;line-height:1.6;margin:0;color:#ddd}.about-icons{display:flex;gap:5rem;justify-content:flex-start;align-items:center;margin:1rem 0;padding-left:4rem}.about-icons img{width:48px;height:48px;cursor:default;filter:brightness(.8);transition:filter .3s ease,transform .3s ease}.about-icons img:hover{filter:brightness(1);transform:scale(1.1)}.moose-img-container{display:flex;align-items:center;gap:1rem;margin-top:1rem}.moose-section{display:flex;align-items:center;gap:2rem;margin-top:2rem;text-align:left;color:#ddd}.moose-large-img{width:275px;height:275px;border-radius:20px;object-fit:cover;box-shadow:0 6px 20px #ff4500b3;flex-shrink:0}.moose-text p{margin:0 0 .5rem;font-size:1.2em}.moose-caption{font-style:italic;color:coral;font-size:1em;margin-top:.5rem}.about-previews{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;max-width:1000px;width:100%;margin-top:3rem}.preview-card{background-color:#2a2a2a;border-radius:12px;padding:1.5rem 2rem;flex:1 1 380px;max-width:420px;box-shadow:0 4px 10px #ff45004d;transition:transform .3s ease;text-align:center}.preview-card:hover{transform:translateY(-6px)}.preview-card h3{color:#ff4500;margin-bottom:10px;font-size:1.8em}.preview-card p{font-size:1em;margin-bottom:1rem}.preview-link{display:inline-block;background:linear-gradient(135deg,#ff4500,coral);color:#fff;font-weight:700;text-decoration:none;padding:.6rem 1.2rem;border-radius:50px;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 8px 20px #ff450080}.preview-link:hover{transform:translateY(-2px);box-shadow:0 6px 14px #ff450066}.preview-link.strava{margin-top:15px}.preview-card.strava{border-left:5px solid #fc4c02;display:flex;flex-direction:column;align-items:center;justify-content:center}.preview-card.spotify{border-left:5px solid #1db954}@media (max-width: 768px){.about-hero{flex-direction:column;align-items:center;text-align:center;gap:2rem}.about-main-img-container{max-width:90%;margin:0 auto}.about-main-img{max-width:100%;height:auto}.about-intro{flex:unset;max-width:90%;text-align:center}.about-description{max-width:600px;margin:0 auto}.about-icons{justify-content:center;padding-left:0;flex-wrap:wrap;gap:2rem}.moose-section{flex-direction:column;text-align:center;gap:1rem}.moose-large-img{width:250px;height:250px;border-radius:50%}.preview-card{flex:1 1 100%;max-width:80%;margin:0 auto}}.strava-title{color:#fc4c02;font-weight:700;font-size:1.5rem;margin-bottom:4px}.preview-card.strava>p{margin-top:8px}.strava-widget{background-color:#fff;border-radius:16px;padding:24px 32px;width:350px;height:350px;box-shadow:0 8px 20px #ff4d0099;color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;display:flex;flex-direction:column;align-items:center}.strava-profile-pic{border-radius:50%;width:90px;height:90px;margin-bottom:12px;box-shadow:0 0 15px #fc4c02b3;border:3px solid #fc4c02;object-fit:cover}.strava-name{font-weight:700;font-size:1.2rem;margin-bottom:10px}.strava-username{color:#666;font-size:.9rem;margin-bottom:0}.strava-stats{display:flex;justify-content:center;gap:24px;width:100%;margin-top:10px;margin-bottom:28px}.stat-item{display:flex;flex-direction:column;align-items:center;min-width:80px}.stat-number{color:#fc4c02;font-size:1.3rem;font-weight:700}.stat-label{margin-top:6px;font-size:.9rem;font-weight:600;color:#333}.stat-distance{font-size:.85rem;color:#999;margin-top:2px}.stat-extra{font-size:.75rem;color:#777;margin-top:4px}.strava-name-link{color:#000;font-weight:700;text-decoration:none}.strava-name-link:hover{text-decoration:underline;color:#000}@media (max-width: 768px){.strava-widget{max-width:80%;margin:0 auto}}.projects-section{padding:3rem 2rem 4rem;background-color:#1a1a1a;color:#e0e0e0;text-align:center;min-height:calc(100vh - 80px);width:100%;box-sizing:border-box}.projects-title{font-size:3em;color:#ff4500;margin-bottom:20px;text-transform:uppercase;letter-spacing:5px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;box-sizing:border-box}.project-card{background-color:#f0f0f0;border-radius:8px;box-shadow:0 8px 20px #ff450080;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000004d}.project-image{width:100%;height:200px;object-fit:cover}.project-content{padding:1.5rem}.project-title{font-size:1.5rem;color:#ff4500;margin-bottom:1rem;margin-top:0rem}.project-description{font-size:1rem;color:#000;margin-bottom:1rem}.project-links{display:flex;gap:1rem;justify-content:center}.project-link{font-size:1.1rem;color:#ff4500;text-decoration:none;font-weight:700;transition:color .3s ease;margin-bottom:.5rem}.project-link:hover{color:#000;text-shadow:0 2px 4px rgba(0,0,0,.2);text-decoration:underline;font-size:1.12rem}.project-link.preview:hover{color:#fff;text-shadow:0 2px 4px rgba(255,255,255,.2);text-decoration:underline}@media (max-width: 768px){.projects-section{padding:2rem 1.5rem}.projects-title{font-size:2.5em}}@media (max-width: 480px){.projects-section{padding:1.5rem 1rem}.projects-grid{gap:1rem}.project-content{padding:1rem}.project-title{font-size:1.2em}.project-description{font-size:.9em}}.contact-container{background-color:#1a1a1a;color:#e0e0e0;min-height:calc(100vh - 80px);width:100%;display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;text-align:center;box-sizing:border-box}.contact-title{color:#ff4500;font-size:3em;margin-bottom:20px;text-transform:uppercase;letter-spacing:5px}.contact-description{font-size:1.2em;line-height:1.6;max-width:800px;margin-bottom:40px}.contact-email{color:#ff4500;text-decoration:none}.contact-email:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;width:100%;max-width:600px}.contact-input,.contact-textarea{background-color:#2c2c2c;border:none;border-radius:5px;color:#e0e0e0;padding:15px;margin-bottom:20px;font-size:1em;font-family:inherit;resize:vertical;transition:background-color .3s ease}.contact-input:focus,.contact-textarea:focus{background-color:#3d3d3d;outline:none}.contact-button{background-color:#ff4500;border:none;border-radius:5px;color:#fff;font-size:1.2em;padding:15px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.contact-button:hover{background-color:#e03e00;box-shadow:0 0 10px 3px #73737366;transform:translateY(-2px)}.thank-you-message{font-size:1.5em;color:#70db70;margin-top:20px}.contact-paragraph{font-size:1.1em;max-width:700px;margin:0 auto 30px;line-height:1.5;color:#ccc}.socials-container{display:flex;gap:.75rem}.social-button{background-color:#f0f0f0;color:#000;padding:.6rem 1.2rem;border:2px solid #000;border-radius:8px;text-decoration:none;font-weight:700;transition:background-color .3s,color .3s}.social-button:hover{background-color:#000;color:#fff;transform:scale(1.05);box-shadow:0 0 10px 3px #737373b3}.footer-socials-container{display:flex;gap:.75rem}.footer-social-button{display:flex;align-items:center;justify-content:center;background-color:transparent;border:2px solid #fff;color:#fff;padding:.6rem 1rem;border-radius:8px;text-decoration:none;transition:background-color .3s,color .3s}.footer-social-button:hover{background-color:#fff;color:#000;transform:scale(1.05);box-shadow:0 0 10px 3px #ffffff4d}body,html{margin:0;padding:0;box-sizing:border-box;background-color:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.App{min-height:100vh;width:100%}.App-header{background-color:#f0f0f0;padding:1rem 0;position:static;top:0;z-index:1000;border-bottom:1px solid #ddd;width:100%;box-sizing:border-box;margin:0}.navbar{width:100%;max-width:none;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.nav-logo{display:flex;align-items:center;padding:.5rem;border:2px solid #000;border-radius:8px;text-decoration:none;flex-shrink:0}.nav-logo-img{height:40px;width:auto;display:block}.nav-logo:hover{transform:scale(1.05);filter:drop-shadow(0 0 1px #eaeaea);box-shadow:0 0 10px 3px #73737380}.nav-center{flex:1;display:flex;justify-content:center}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0;margin-left:0rem}.nav-page-link{color:#000;text-decoration:none;font-size:1.1rem;font-weight:700;padding:.6rem 1.2rem;border-radius:8px;position:relative;transition:background-color .3s,color .3s}.nav-page-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:3px;background-color:#000;transition:transform .3s ease-out}.nav-page-link:hover{background-color:#000;color:#fff;box-shadow:0 0 10px 3px #737373b3;font-size:1.12rem}.nav-page-link:hover:after{transform:translate(-50%) scaleX(0)}.socials-container{display:flex;gap:1rem;flex-shrink:0}@media (max-width: 768px){.App-header{padding:.25rem 0}.navbar{display:flex;flex-direction:row;gap:.5rem;padding:.25rem .75rem;align-items:center;justify-content:center;flex-wrap:wrap}.nav-logo{order:1}.nav-logo-img{height:24px}.nav-center{order:2;display:flex;flex-direction:row;gap:.75rem;align-items:center;text-align:center;justify-content:center}.nav-links{display:flex;flex-direction:row;gap:.75rem;align-items:center;margin-left:0}.socials-container{display:none}}.App-footer{background-color:#1a1a1a;padding:1rem 0;position:relative;width:100%;box-sizing:border-box}.footer-navbar{width:100%;max-width:none;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.footer-nav-center{flex:1;display:flex;justify-content:center}.footer-nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.footer-nav-page-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:600;padding:.6rem 1.2rem;border-radius:8px;position:relative;transition:background-color .3s,color .3s}.footer-nav-page-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:3px;background-color:#fff;transition:transform .3s ease-out}.footer-nav-page-link:hover{background-color:#fff;color:#000;box-shadow:0 0 10px 3px #ffffff4d;font-size:1.02rem}.footer-nav-page-link:hover:after{transform:translate(-50%) scaleX(0)}.footer-navbar .socials-container .social-button{background-color:transparent;border-color:#fff;color:#fff;padding:.6rem 1.2rem;transition:background-color .3s,color .3s}.footer-navbar .socials-container .social-button:hover{background-color:#fff;color:#000}.footer-name{color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:1.8rem;letter-spacing:.05em;flex-shrink:0;padding-left:1rem;-webkit-user-select:none;user-select:none;text-shadow:0 2px 4px rgba(0,0,0,.4)}.footer-name-link{color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:1.8rem;letter-spacing:.05em;text-decoration:none;transition:color .3s ease,font-size .3s ease,text-shadow .3s ease;-webkit-user-select:none;user-select:none;text-shadow:0 2px 4px rgba(0,0,0,.4)}.footer-name-link:hover{color:#000;font-size:1.83rem;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff,0 0 5px rgba(255,255,255,.6),0 0 10px rgba(255,255,255,.3);cursor:pointer}@media (max-width: 768px){.footer-navbar{display:flex;flex-direction:column;gap:.75rem;padding:.75rem 1rem;min-height:160px}.footer-name{order:1;align-self:center;font-size:1rem}.footer-nav-center{order:2;width:100%;display:flex;justify-content:center}.footer-nav-links{display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap;font-size:.9rem}.footer-socials-container{order:3;margin-top:1rem;display:flex;justify-content:center;width:100%}.footer-socials-container svg,.footer-socials-container img{height:20px;width:20px;margin:0 .4rem}}
