/* ==================== */
/* Responsive Design    */
/* ==================== */
/* =========================================== */
/* Extra Large (1440px+) - Logo grows bigger   */
/* =========================================== */
@media (min-width: 1440px) {
    .sticky-logo {
        left: -140px;
        width: 420px;
        background-size: 420px 840px;
    }

    .wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
    }
}



/* ============================================== */
/* Fluid Sticky Logo (1440px to 1090px)           */
/* left:  -150px to -75px                         */
/* bg-h:  1000px to 600px                         */
/* ============================================== */
@media (min-width: 1091px) and (max-width: 1439px) {
    .sticky-logo {
        width: calc(420px + (1440px - 100vw) * 0.401);
        left: calc(-140px - (1440px - 100vw) * 0.300);
        background-size: calc(420px + (1440px - 100vw) * 0.401) calc(840px - (1440px - 100vw) * 0.601);
    }
}

/* ============================================== */
/* Large Screens (max 1090px)                     */
/* ============================================== */
@media (max-width: 1220px) {
    .sticky-logo {
        width: 560px;
        left: -245px;
        background-size: 560px 630px;
    }

    .wrapper {
        padding-left: 150px;
        padding-right: 60px;
    }



    .intro-content,
    #intro-2 .intro-content {
        max-width: 100%;
    }

    .about-section {
        flex-direction: column;
        height: auto;
        margin-bottom: 3rem;
    }

    .about-content-1,
    .about-content-2 {
        max-width: 100%;
        height: auto;
    }

    .media-section {
        flex-direction: column;
        height: auto;
    }

    .copy-container,
    .media-container {
        max-width: 100%;
    }

    .media-container {
        height: 320px;
    }

    #more {
        flex-direction: column;
        height: auto;
    }

    #more .about-content-1,
    #more .about-content-2 {
        max-width: 100%;
    }


}

/* ============================================== */
/* Mobile (max 675px)                             */
/* ============================================== */
@media (max-width: 675px) {
    body {
        margin-bottom: 80px;
    }

    .wrapper {
        padding-left: 75px;
        padding-right: 1.5rem;
    }

    .sticky-logo {
        left: -160px;
        background-size: 350px 280px;
    }

    .navbar {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        padding: 1.5rem 0;
    }

    .nav-logo {
        width: 150px;
    }

    .intro-content,
    #intro-2 .intro-content {
        max-width: 100%;
    }

    #intro-2 .intro-content {
        margin-top: 3rem;
    }

    .about-section {
        flex-direction: column;
        height: auto;
        margin-bottom: 2rem;
    }

    .about-content-1,
    .about-content-2 {
        max-width: 100%;
        height: auto;
    }

    .media-section {
        flex-direction: column;
        height: auto;
    }

    .copy-container,
    .media-container {
        max-width: 100%;
    }

    .media-container {
        height: 220px;
    }

    #more {
        flex-direction: column;
        height: auto;
    }

    #more .about-content-1,
    #more .about-content-2 {
        max-width: 100%;
    }

    .form-row {
        flex-direction: column;
    }

    .booking-form-container {
        padding: 1rem;
    }

    .card-container {
        max-width: 100%;
    }
}
