:root{--primary:#b75800;--secondary:#632705;--background:#FFFFF1;--text:#0b0706;--highlight:#ffd995}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--text);font-family:Helvetica,Verdana,Arial,sans-serif;font-size:1.2rem;margin:0}picture{display:flex}a{color:var(--primary);text-decoration:underline}.button{font-family:Verdana,sans-serif;font-size:17px;font-weight:600;letter-spacing:.2px;line-height:2.2;word-spacing:-1px}h1,h2,h3,h4,h5{background:var(--primary);background:linear-gradient(180deg,var(--primary) 0%,var(--primary) 50%,var(--secondary) 100%);background-clip:text;color:#fff0;font-family:sans-serif}h1{font-size:calc(2em + 1.25vw)}h2{font-size:calc(1.75em + 0.75vw)}h3{font-size:calc(1.5em + 0.5vw)}h4{font-size:calc(1.2em + 0.25vw)}h5{font-size:1.1em}p,li{line-height:1.5}nav{display:none}.delay-animation{opacity:0}.splash-section{min-height:100vh;padding:6em 5vw 0 5vw;position:sticky;top:0}.splash-section>div{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly}.splash-text{padding-top:4em;width:500px}.splash-text h1,.splash-text span,.splash-text p{color:var(--background)}.splash-display{height:632px;padding:1em;text-align:center;width:600px}.splash-display img{filter:drop-shadow(8px 10px 8px black);max-width:600px;width:100%}.splash-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}.splash-background img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.treeline-section{display:flex;overflow:hidden;position:relative;width:100%;z-index:10}@media screen and (max-width:960px){.splash-section>div{flex-direction:column}.splash-text{width:100%}.splash-display{aspect-ratio:400 / 421;height:auto;width:auto}.splash-display img{max-width:400px}.splash-background img{height:150%}}@media screen and (max-width:1500px){.splash-section{position:static}}