.booking-page-container{height:100dvh;color:#f5f5f5;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;background-color:#000}.booking-content{text-align:center;margin-top:var(--header-height);height:100%;padding:2rem;border-radius:.8rem}@media(min-width:768px){.booking-content{margin:0 auto;padding-top:calc(var(--header-height) + 2rem)}.booking-page-container{background-image:url(/backgrounds/bookingBgDesktop.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;background-color:rgba(0,0,0,0)}}@media(max-width:767px){.booking-content h2{font-family:var(--font-calistoga),serif;font-size:2rem;margin-bottom:1rem;color:#f5f5f5}.booking-content p{font-family:var(--font-titillium-web),sans-serif;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;color:#d0d0d0;font-weight:400}.booking-content a{color:#f44336;text-decoration:none;font-weight:600}.booking-content a:hover{text-decoration:underline}}@media(max-width:767px)and (max-width:767px){.booking-content h2{margin-top:0}}