.home-page{height:100vh;overflow-y:hidden}.landing-section{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/images/nb-park.avif);background-size:cover;background-position:50%;background-attachment:fixed;color:#fff}.landing-section .landing-content{max-width:1200px;width:100%;display:flex;margin-top:20vh;align-items:center;flex-direction:column;height:100vh}.landing-section .landing-content .hero-title{display:flex}.landing-section .landing-content .hero-title img{height:auto;max-width:100%;width:clamp(300px,50vw,600px);min-width:700px}.landing-section .landing-content .hero-bottom{width:100%;max-width:800px;align-items:center;justify-content:center;margin-top:2rem}.landing-section .landing-content .hero-bottom .hero-tagline{font-family:var(--font-bebas-neue);font-size:var(--text-lg);font-weight:200;color:var(--color-white);letter-spacing:.05em;text-shadow:0 2px 4px rgba(0,0,0,.5);margin:0;padding-bottom:.8rem;text-align:center}.landing-section .main-page-button-container{margin-top:2rem;display:flex;gap:1rem;width:75%}.landing-section .main-page-button-container>a{flex:1 1}.landing-section .links-container{margin-top:2rem}@media(max-width:768px){.landing-section .landing-content .hero-title img{min-width:300px;margin-top:5vh}.landing-section .landing-content .main-page-button-container{flex-direction:column;gap:1em;align-items:center;justify-content:center;width:40%}.landing-section .landing-content .main-page-button-container>a{width:100%}.landing-section .landing-content .links-container{margin-top:1rem}}@media(max-width:480px){.home-page{overflow-y:visible}.landing-section{height:100vh}.landing-section .landing-content .hero-title img{min-width:200px}.landing-section .landing-content .icon-link-list ul{gap:1.5rem}.landing-section .landing-content .main-page-button-container{flex-direction:column;gap:.5em;align-items:center;justify-content:center;width:40%}.landing-section .landing-content .main-page-button-container>a{width:100%}}@media(max-width:390px){.landing-section{height:150vh}}