:root{font-family:Ledger,serif;line-height:1.5;font-weight:400;font-style:normal;font-size:14px;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #17313D;--primary-color-lighter: #2D5F76;--secondary-color: #dccebf;--secondary-color-darker: #6a5339;--tertiary-color: #DFB97F;--tertiary-color-darker: #d6a55c;--light-color: #DCCFC1;--tabs-base-level: 25vh;--content-base-level: 30vh;color:var(--light-color);background-color:var(--primary-color)}@media (prefers-color-scheme: light){:root{color:var(--primary-color);background-color:var(--secondary-color)}}@media screen and (min-width: 481px){:root{font-size:16px;--tabs-base-level: 28vh}}@media screen and (min-width: 768px){:root{font-size:18px;--tabs-base-level: 10vh}}@media screen and (min-width: 1025px){:root{font-size:24px}}.hero-container{transition-duration:1s;transition:ease-in;height:100vh;display:flex;flex-direction:column;padding-top:3rem}.hero-text-container{position:fixed;top:0}h1{font-size:3rem;margin-bottom:0}h2{font-size:2rem;margin-top:0}h2.hidden{visibility:hidden}@media screen and (min-width: 768px){.hero-container{justify-content:center;padding-left:3rem}.hero-text-container{top:45%}}@media screen and (min-width: 1025px){.hero-text-container{top:40%}}.about-container{height:100vh;width:100%;display:flex;justify-content:center;align-items:center}.about-content{position:fixed;top:var(--content-base-level);left:0;box-shadow:20px 20px 20px #000;padding-top:5rem;padding-bottom:2rem;color:var(--primary-color);background-color:var(--secondary-color);width:100%;text-align:center}.about-content p,.about-content h2{padding-left:100px;padding-right:30px;text-align:left}.about-content h2{font-size:2rem}.about-content p{font-size:1rem}.about-content img{max-width:200px;max-height:200px;width:100%;height:auto;object-fit:cover;border-radius:5px;box-shadow:5px 10px 20px #000;transition:ease-in-out .5s}.about-content img:hover{scale:1.1;transition:ease-in-out .5s}.about-content img:active{scale:1}@media (prefers-color-scheme: light){.about-content{background-color:var(--primary-color);color:var(--secondary-color)}.about-tab{background-color:var(--primary-color-lighter)}}@media screen and (min-width: 481px){.about-content p{font-size:1rem}}@media screen and (min-width: 768px){.about-content p{font-size:1rem;margin:.5rem 0;width:60%;max-width:22rem}.about-content{display:flex}.about-content img{align-self:center;max-width:400px;margin-right:2rem;flex-grow:1}}@media screen and (min-width: 1025px){.about-container{height:100vh}.about-content{padding-top:2rem;padding-bottom:1rem}.about-content img{margin-left:2rem;align-self:center}.about-content h2{font-size:1.8rem}.about-content p{font-size:.8rem;max-width:15rem}.about-content p,.about-content h2{padding-left:10rem}}.projects-container{height:fit-content}.projects-header{height:50vh;width:100%;display:flex;justify-content:center;align-items:center}.projects-content{position:fixed;top:calc(var(--content-base-level));left:0;box-shadow:20px 10px 20px #333;padding-top:2rem;padding-bottom:2rem;color:var(--secondary-color);background-color:var(--tertiary-color);width:100vw;text-align:center;height:35rem;display:flex;flex-direction:column}.projects-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(-30deg,transparent,transparent 9px,rgba(0,0,0,.05) 9px,rgba(0,0,0,.1) 10px),repeating-linear-gradient(60deg,transparent,transparent 9px,rgba(0,0,0,.05) 9px,rgba(0,0,0,.1) 10px);pointer-events:none;opacity:.5;z-index:0}.projects-content h2{color:var(--primary-color);text-align:left;padding-top:2rem;padding-left:6rem;padding-right:2rem;flex-shrink:0}.project-carousel-scroll-container{position:relative}.project-carousel-container{position:sticky;top:0;overflow:hidden;display:flex;align-items:center;overflow:visible}.project-carousel-track{display:flex;width:max-content;height:300px;padding-left:5rem}.project-carousel-entry{padding-left:2rem;padding-right:2rem;padding-bottom:2rem;width:80vw;min-width:80vw;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;background-color:var(--primary-color);border-radius:5px;box-shadow:inset 0 0 20px #000;margin-right:2rem;transition:ease-in-out .4s}.project-carousel-entry:hover{box-shadow:inset 0 0 80px #000;transition:ease-in-out .4s}.project-carousel-entry h3{font-size:1.5rem;margin-bottom:1rem;text-align:left;width:100%;flex-grow:1}.project-carousel-entry p{font-size:.9rem;text-align:left;line-height:1.4;flex-grow:3}.project-carousel-entry img{max-width:80%;max-height:150px;border-radius:8px;margin-bottom:1rem;object-fit:cover}.project-carousel-entry a{padding:10px 20px;background-color:var(--tertiary-color);color:var(--primary-color);text-decoration:none;border-radius:6px;transition:opacity .3s ease;font-size:.9rem;align-self:flex-end;transition:ease-in-out .4s}.project-carousel-entry a:hover{background-color:var(--secondary-color);box-shadow:0 0 30px #fff;transition:ease-in-out .4s}.project-carousel-entry span{display:block;transition:ease-in-out .4s}.project-carousel-entry a:hover span{transform:translateY(-2px);transition:ease-in-out .4s}@media screen and (min-width: 481px){.project-carousel-entry{width:10rem}.projects-content{height:50vh;min-height:30rem}}@media screen and (min-width: 768px){.projects-content h2{padding-left:5rem}.projects-content{height:50vh;min-height:25rem}.project-carousel-entry{padding:2rem;min-width:16rem;width:30vw;max-width:20rem}.project-carousel-entry h3{font-size:1.2rem;color:var(--tertiary-color);margin:0}.project-carousel-entry p{font-size:.8rem;margin:0;width:100%}.project-carousel-entry img{max-width:400px;max-height:250px}.project-carousel-entry a{font-size:.8rem}}@media screen and (min-width: 1024px){.projects-content{height:50vh}.project-carousel-container{height:60%}.projects-content h2{padding-left:10rem;margin-bottom:0}.project-carousel-entry{padding:1rem}.project-carousel-entry h3{font-size:1.2rem;width:100%}.project-carousel-entry p{font-size:.75rem}.project-carousel-entry img{max-height:300px}}.skills-container{height:200vh}.skills-content{position:fixed;top:calc(var(--content-base-level));width:100vw;height:50rem;min-height:50vh;max-height:60vh;background-color:var(--primary-color-lighter);padding-top:2rem;padding-bottom:2rem;overflow-y:visible;overflow-x:hidden;display:flex;flex-direction:column;gap:2rem;box-shadow:0 0 50px #000}.skills-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.1) 4px,rgba(0,0,0,.05) 8px),repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,0,0,.1) 4px,rgba(0,0,0,.05) 8px);pointer-events:none;opacity:.5;z-index:0}.skills-content h2{color:var(--secondary-color);text-align:left;padding-left:6rem;padding-top:3rem;margin:0;padding-bottom:1rem;position:relative;z-index:1}.skills-row{display:flex;gap:2rem;width:max-content;padding-left:40vw;padding-right:40vw;position:relative;z-index:1}.skill-card{position:relative;width:60px;margin-left:0rem;aspect-ratio:1;height:90%;display:flex;align-items:center;justify-content:center;background-color:var(--primary-color-lighter);box-shadow:0 0 20px #222;padding:10px;border-radius:8px;cursor:pointer;transition:all .5s ease;flex-shrink:0;z-index:2}.skill-card:hover{opacity:1;transform:scale(1.05)}.skill-card img{height:60px;object-fit:contain;transition:opacity .3s ease}.skill-card:hover img{opacity:.3}.skill-name{position:absolute;font-size:1rem;font-weight:600;color:#fff;opacity:0;transition:opacity .3s ease;pointer-events:none}.skill-card:hover .skill-name span{font-size:.5rem}@media screen and (min-width: 481px){.skill-card{margin-left:1rem}.skills-content h2{padding-top:2rem}}@media screen and (min-width: 1025px){.skills-header{width:100vw}.skill-card{scale:1.2}.skills-content{overflow-x:hidden;overflow-y:visible;min-height:auto;height:auto;padding-bottom:2rem}.skills-content h2{margin-bottom:0;padding-bottom:0;padding-left:10rem;padding-top:1rem}}.background-grid{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-10;background-image:linear-gradient(rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.05) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.content-wrapper{padding:0rem 2rem 0}body{margin:0;padding:0}.stripe1{position:fixed;background-color:#9d8a6e;top:70vh;left:-30vw;height:10rem;width:180vw;box-shadow:10px 30px 50px #000;rotate:-20deg;z-index:-1}.stripe2{position:fixed;background-color:var(--secondary-color);top:50vh;left:-20vw;z-index:-3;height:3rem;width:200vw;box-shadow:inset 0 1rem 2rem #000,inset -1rem -1rem 2rem gray;rotate:30deg}.stripe3{position:fixed;background-color:var(--tertiary-color);top:55vh;left:30vw;height:1rem;width:100vw;z-index:-2;transform-origin:right center;box-shadow:inset .1rem .1rem 1rem #000;rotate:30deg}@media (prefers-color-scheme: light){.stripe2{box-shadow:inset 0 .4rem 1rem #000,inset 0 1rem 2rem gray;background-color:var(--secondary-color)}}@media screen and (min-width: 481px){.stripe1{height:9rem}}@media screen and (min-width: 768px){.stripe1{height:8rem}}@media screen and (min-width: 1025px){.stripe1{height:6rem}.stripe3{top:80vh}}.interactive-grid-canvas{position:fixed;top:0;left:0;z-index:-10;pointer-events:none}.change-orientation-container{height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center}.change-orientation-animation{height:5rem;width:10rem;border:6px solid;border-color:var(--secondary-color);border-radius:10px}@media (prefers-color-scheme: light){.change-orientation-animation{border-color:var(--primary-color)}}.tabs-header{position:fixed;top:8vh;left:-50px;rotate:90deg;z-index:3;transform-origin:left bottom;transition:ease-in-out .3s}.tabs-container{display:flex;flex-direction:row}.tabs-container button{border:none;font-family:Ledger,serif;font-size:1.5rem}.tabs-container button:hover{transform:translateY(-10px);transition:ease-in-out .3s;cursor:pointer}.section-tab{height:max-content;box-shadow:0 0 10px #000;font-size:1.2rem;display:flex;justify-content:center;padding-left:1rem;padding-right:1rem;padding-top:.5rem;padding-bottom:calc(.5rem + 50px);border-top-left-radius:.1rem;border-top-right-radius:.4rem;margin-left:1rem;transition:ease-in-out .3s}.section-tab:hover{box-shadow:0 0 10px #fff}.section-tab:first-child{margin:0}.about-tab{background-color:var(--primary-color-lighter)}.projects-tab{background-color:var(--tertiary-color-darker);color:var(--primary-color)}.skills-tab{background-color:var(--secondary-color-darker)}.photography-tab{background-color:var(--light-color);color:#000}.contact-tab{background-color:var(--primary-color)}@media screen and (min-width: 481px){.tabs-header{top:10vh}.section-tab{font-size:1rem}}@media screen and (min-width: 768px){.tabs-header{top:0}.section-tab{font-size:1rem}.tabs-container button{font-size:1.2rem}}@media screen and (min-width: 1025px){.section-tab{margin-left:.5rem}.section-tab:first{margin-left:0}.section-tab{font-size:.8rem;padding-left:.8rem;padding-right:.8rem}.tabs-container button{font-size:1rem}.tabs-header{top:0}}.contact-header{height:100vh}.contact-content{top:var(--content-base-level);width:100%;height:70vh;position:fixed;z-index:2;background-image:linear-gradient(to bottom,var(--primary-color) 0%,var(--primary-color) 40%,#222222 100%);box-shadow:0 -20px 50px #000;display:flex;flex-direction:column;align-items:center;padding-top:3rem}.contact-content h2{margin-bottom:3rem}.contact-items-container{display:flex;flex-direction:column;justify-content:center;padding:2rem 0}.contact-content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(-30deg,transparent,transparent 49px,rgba(255,255,255,.05) 49px,rgba(255,255,255,.05) 50px),repeating-linear-gradient(60deg,transparent,transparent 49px,rgba(255,255,255,.05) 49px,rgba(255,255,255,.05) 50px);pointer-events:none;opacity:.5;z-index:0}.contact-item{display:flex;align-items:center;margin-bottom:2rem;position:relative;background-image:linear-gradient(45deg,transparent 30%,var(--primary-color-lighter));padding:1rem 2rem;border-radius:8px;transition:.5s ease-in-out}.line{display:none}.contact-item img{aspect-ratio:1;width:4rem;margin-right:1rem;transition:ease-in-out .5s}.contact-items-container a{text-decoration:none;color:inherit}.contact-item p{font-size:1.2rem;transition:.5s ease-in-out}.contact-item:hover{background-color:var(--tertiary-color);color:#000}.contact-item:hover p{transform:translate(10px)}@media screen and (min-width: 768px){.contact-content{flex-direction:row;justify-content:center;align-items:center;padding-left:2rem;padding-right:2rem}.contact-item img{width:3rem}.contact-item{padding:.5rem 2rem .5rem 1rem;margin-bottom:1rem}.contact-content h2{margin-bottom:0}.line{display:block;background-color:#fff;width:1px;margin:0 3rem}}@media screen and (min-width: 1025px){.contact-item img{width:2rem}.contact-item p{font-size:1rem}.contact-item{padding:0 1rem}}
