/*-- -------------------------- -->
<---         ROOT               -->
<--- -------------------------- -*/
/* Mobile */
@media screen and (min-width: 0px) {
    :root {
        --background: #e6e6e6;
        --header-background: #a8d5e5;
        --header-color: black;
        --songbird-blue: #1475a5;
        --card-background: white;
        --card-width: 350px;
        --card-padding: 10px;
        --page-width: 1196px;
    }

    * {
        margin: 0;
    }

    html,
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        width: 100%;
        margin: 0 auto;
        overflow-x: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        background-color: var(--background);
        font-family: 'Playfair Display', serif;
    }

    ul {
        list-style: none;
    }

    /* playfair-display-regular - latin */
    @font-face {
        font-display: swap;
        /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: 'Playfair Display';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/playfair-display-v30-latin-regular.woff2') format('woff2'),
            /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/playfair-display-v30-latin-regular.woff') format('woff');
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

    /* playfair-display-italic - latin */
    @font-face {
        font-display: swap;
        /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: 'Playfair Display';
        font-style: italic;
        font-weight: 400;
        src: url('../fonts/playfair-display-v30-latin-italic.woff2') format('woff2'),
            /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/playfair-display-v30-latin-italic.woff') format('woff');
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

    /* playfair-display-500 - latin */
    @font-face {
        font-display: swap;
        /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: 'Playfair Display';
        font-style: normal;
        font-weight: 500;
        src: url('../fonts/playfair-display-v30-latin-500.woff2') format('woff2'),
            /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/playfair-display-v30-latin-500.woff') format('woff');
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

    /* playfair-display-500italic - latin */
    @font-face {
        font-display: swap;
        /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: 'Playfair Display';
        font-style: italic;
        font-weight: 500;
        src: url('../fonts/playfair-display-v30-latin-500italic.woff2') format('woff2'),
            /* Chrome 36+, Opera 23+, Firefox 39+ */ url('../fonts/playfair-display-v30-latin-500italic.woff') format('woff');
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }
}


/*-- -------------------------- -->
<---         MISC               -->
<--- -------------------------- -*/
/* Mobile */
@media screen and (min-width: 0px) {
    .clippy-header {
        height: 90px;
        width: 100%;
        background: var(--background);
        -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 65%, 1% 64.95%, 2% 64.8%, 3% 64.6%, 4% 64.3%, 5% 63.9%, 6% 63.45%, 7% 62.9%, 8% 62.25%, 9% 61.55%, 10% 60.8%, 11% 59.95%, 12% 59.05%, 13% 58.1%, 14% 57.1%, 15% 56.05%, 16% 55%, 17% 53.9%, 18% 52.8%, 19% 51.65%, 20% 50.5%, 21% 49.35%, 22% 48.2%, 23% 47.05%, 24% 45.9%, 25% 44.8%, 26% 43.75%, 27% 42.75%, 28% 41.75%, 29% 40.8%, 30% 39.9%, 31% 39.1%, 32% 38.35%, 33% 37.65%, 34% 37.05%, 35% 36.5%, 36% 36.05%, 37% 35.65%, 38% 35.35%, 39% 35.15%, 40% 35.05%, 41% 35%, 42% 35.05%, 43% 35.2%, 44% 35.45%, 45% 35.75%, 46% 36.15%, 47% 36.65%, 48% 37.2%, 49% 37.85%, 50% 38.55%, 51% 39.35%, 52% 40.2%, 53% 41.1%, 54% 42.05%, 55% 43.05%, 56% 44.1%, 57% 45.15%, 58% 46.3%, 59% 47.4%, 60% 48.55%, 61% 49.7%, 62% 50.85%, 63% 52%, 64% 53.15%, 65% 54.25%, 66% 55.35%, 67% 56.4%, 68% 57.45%, 69% 58.4%, 70% 59.35%, 71% 60.2%, 72% 61.05%, 73% 61.8%, 74% 62.45%, 75% 63.05%, 76% 63.6%, 77% 64.05%, 78% 64.4%, 79% 64.7%, 80% 64.85%, 81% 65%, 82% 65%, 83% 64.9%, 84% 64.75%, 85% 64.5%, 86% 64.2%, 87% 63.75%, 88% 63.25%, 89% 62.7%, 90% 62.05%, 91% 61.3%, 92% 60.5%, 93% 59.65%, 94% 58.75%, 95% 57.8%, 96% 56.8%, 97% 55.75%, 98% 54.65%, 99% 53.55%, 100% 52.4%);
        clip-path: polygon(100% 0%, 0% 0%, 0% 65%, 1% 64.95%, 2% 64.8%, 3% 64.6%, 4% 64.3%, 5% 63.9%, 6% 63.45%, 7% 62.9%, 8% 62.25%, 9% 61.55%, 10% 60.8%, 11% 59.95%, 12% 59.05%, 13% 58.1%, 14% 57.1%, 15% 56.05%, 16% 55%, 17% 53.9%, 18% 52.8%, 19% 51.65%, 20% 50.5%, 21% 49.35%, 22% 48.2%, 23% 47.05%, 24% 45.9%, 25% 44.8%, 26% 43.75%, 27% 42.75%, 28% 41.75%, 29% 40.8%, 30% 39.9%, 31% 39.1%, 32% 38.35%, 33% 37.65%, 34% 37.05%, 35% 36.5%, 36% 36.05%, 37% 35.65%, 38% 35.35%, 39% 35.15%, 40% 35.05%, 41% 35%, 42% 35.05%, 43% 35.2%, 44% 35.45%, 45% 35.75%, 46% 36.15%, 47% 36.65%, 48% 37.2%, 49% 37.85%, 50% 38.55%, 51% 39.35%, 52% 40.2%, 53% 41.1%, 54% 42.05%, 55% 43.05%, 56% 44.1%, 57% 45.15%, 58% 46.3%, 59% 47.4%, 60% 48.55%, 61% 49.7%, 62% 50.85%, 63% 52%, 64% 53.15%, 65% 54.25%, 66% 55.35%, 67% 56.4%, 68% 57.45%, 69% 58.4%, 70% 59.35%, 71% 60.2%, 72% 61.05%, 73% 61.8%, 74% 62.45%, 75% 63.05%, 76% 63.6%, 77% 64.05%, 78% 64.4%, 79% 64.7%, 80% 64.85%, 81% 65%, 82% 65%, 83% 64.9%, 84% 64.75%, 85% 64.5%, 86% 64.2%, 87% 63.75%, 88% 63.25%, 89% 62.7%, 90% 62.05%, 91% 61.3%, 92% 60.5%, 93% 59.65%, 94% 58.75%, 95% 57.8%, 96% 56.8%, 97% 55.75%, 98% 54.65%, 99% 53.55%, 100% 52.4%);
        transform: rotate(180deg);
        position: absolute;
        bottom: -2px;
    }

    .clippy-footer {
        height: 90px;
        width: 100%;
        background: black;
        -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 65%, 1% 64.95%, 2% 64.8%, 3% 64.6%, 4% 64.3%, 5% 63.9%, 6% 63.45%, 7% 62.9%, 8% 62.25%, 9% 61.55%, 10% 60.8%, 11% 59.95%, 12% 59.05%, 13% 58.1%, 14% 57.1%, 15% 56.05%, 16% 55%, 17% 53.9%, 18% 52.8%, 19% 51.65%, 20% 50.5%, 21% 49.35%, 22% 48.2%, 23% 47.05%, 24% 45.9%, 25% 44.8%, 26% 43.75%, 27% 42.75%, 28% 41.75%, 29% 40.8%, 30% 39.9%, 31% 39.1%, 32% 38.35%, 33% 37.65%, 34% 37.05%, 35% 36.5%, 36% 36.05%, 37% 35.65%, 38% 35.35%, 39% 35.15%, 40% 35.05%, 41% 35%, 42% 35.05%, 43% 35.2%, 44% 35.45%, 45% 35.75%, 46% 36.15%, 47% 36.65%, 48% 37.2%, 49% 37.85%, 50% 38.55%, 51% 39.35%, 52% 40.2%, 53% 41.1%, 54% 42.05%, 55% 43.05%, 56% 44.1%, 57% 45.15%, 58% 46.3%, 59% 47.4%, 60% 48.55%, 61% 49.7%, 62% 50.85%, 63% 52%, 64% 53.15%, 65% 54.25%, 66% 55.35%, 67% 56.4%, 68% 57.45%, 69% 58.4%, 70% 59.35%, 71% 60.2%, 72% 61.05%, 73% 61.8%, 74% 62.45%, 75% 63.05%, 76% 63.6%, 77% 64.05%, 78% 64.4%, 79% 64.7%, 80% 64.85%, 81% 65%, 82% 65%, 83% 64.9%, 84% 64.75%, 85% 64.5%, 86% 64.2%, 87% 63.75%, 88% 63.25%, 89% 62.7%, 90% 62.05%, 91% 61.3%, 92% 60.5%, 93% 59.65%, 94% 58.75%, 95% 57.8%, 96% 56.8%, 97% 55.75%, 98% 54.65%, 99% 53.55%, 100% 52.4%);
        clip-path: polygon(100% 0%, 0% 0%, 0% 65%, 1% 64.95%, 2% 64.8%, 3% 64.6%, 4% 64.3%, 5% 63.9%, 6% 63.45%, 7% 62.9%, 8% 62.25%, 9% 61.55%, 10% 60.8%, 11% 59.95%, 12% 59.05%, 13% 58.1%, 14% 57.1%, 15% 56.05%, 16% 55%, 17% 53.9%, 18% 52.8%, 19% 51.65%, 20% 50.5%, 21% 49.35%, 22% 48.2%, 23% 47.05%, 24% 45.9%, 25% 44.8%, 26% 43.75%, 27% 42.75%, 28% 41.75%, 29% 40.8%, 30% 39.9%, 31% 39.1%, 32% 38.35%, 33% 37.65%, 34% 37.05%, 35% 36.5%, 36% 36.05%, 37% 35.65%, 38% 35.35%, 39% 35.15%, 40% 35.05%, 41% 35%, 42% 35.05%, 43% 35.2%, 44% 35.45%, 45% 35.75%, 46% 36.15%, 47% 36.65%, 48% 37.2%, 49% 37.85%, 50% 38.55%, 51% 39.35%, 52% 40.2%, 53% 41.1%, 54% 42.05%, 55% 43.05%, 56% 44.1%, 57% 45.15%, 58% 46.3%, 59% 47.4%, 60% 48.55%, 61% 49.7%, 62% 50.85%, 63% 52%, 64% 53.15%, 65% 54.25%, 66% 55.35%, 67% 56.4%, 68% 57.45%, 69% 58.4%, 70% 59.35%, 71% 60.2%, 72% 61.05%, 73% 61.8%, 74% 62.45%, 75% 63.05%, 76% 63.6%, 77% 64.05%, 78% 64.4%, 79% 64.7%, 80% 64.85%, 81% 65%, 82% 65%, 83% 64.9%, 84% 64.75%, 85% 64.5%, 86% 64.2%, 87% 63.75%, 88% 63.25%, 89% 62.7%, 90% 62.05%, 91% 61.3%, 92% 60.5%, 93% 59.65%, 94% 58.75%, 95% 57.8%, 96% 56.8%, 97% 55.75%, 98% 54.65%, 99% 53.55%, 100% 52.4%);
        transform: rotate(180deg);
        position: absolute;
        bottom: -2px;
    }

    .mirror {
        transform: scaleX(-1);
    }

    .section-heading {
        text-align: center;
        font-weight: 500;
        font-size: 3rem;
        padding: 0 25px 75px 25px;
        font-style: italic;
    }

    .sidebyside {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 20px;
        /*width: 100%;*/
        margin: 0 auto;
    }

    #locations-section .sidebyside {
        width: 90%;
    }

    #top-button, #bot-button {
        display: block;
        position: fixed; /* Fixed/sticky position */
        bottom: 20px; /* Place the button at the bottom of the page */
        right: 30px; /* Place the button 30px from the right */
        z-index: 99; /* Make sure it does not overlap */
        outline: none; /* Remove outline */
        border: 1px solid black;
        color: white; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding: 5px; /* Some padding */
        border-radius: 10px; /* Rounded corners */
        font-size: 18px; /* Increase font size */
        opacity: 0;
        transition: all .3s ease-in-out;
    }

    #top-button img, #bot-button img {
        height: 40px;
        width: 40px;
    }

    #top-button {
        bottom: 80px;
    }

    #top-button:hover, #bot-button:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

    .button-link {
        display: block;
        width: 200px;
        font-size: 1.25em;
        text-align: center;
        outline: 1px solid white;
        color: white;
        margin: 100px auto;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        transition: 0.5s ease;
    }

    .button-link::after {
        content: '';
        background-color: var(--songbird-blue);
        position: absolute;
        height: 100%;
        width: 100%;
        left: -10px;
        top: -10px;
        z-index: -10;
        padding: 10px;
    }

    .button-link:hover {
        color: var(--songbird-blue);
        outline: 1px solid var(--songbird-blue);
    }

    .button-link:hover::after {
        background-color: white;
    }

    .full-header {
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 100%;
        background-color: var(--header-background);
        z-index: -10;
    }
}

/* Small Desktop */
@media screen and (min-width: 900px) {

    /* Fade in */
    .link-hover-anim::after {
        content: '';
        position: absolute;
        bottom: -0.1em;
        left: 0;
        width: 100%;
        height: 0.1em;
        background-color: var(--header-color);
        opacity: 0;
        transition: opacity 300ms, transform 300ms;
    }

    /* Scale from center */
    .link-hover-anim::after {
        opacity: 1;
        transform: scale(0);
        transform-origin: center;
    }

    .link-hover-anim:hover::after,
    .link-hover-anim:focus::after {
        transform: scale(1);
    }

    .dropdown-menu {
        position: relative;
        display: inline-block;
        height: 100%;
    }

    .dropdown-anchor {
        display: flex;
        align-items: center;
        cursor: pointer;
        height: 100%;
    }

    .dropdown-menu:hover span::after {
        content: '';
        position: absolute;
        bottom: 28px;
        left: 0;
        width: 100%;
        height: 0.1em;
        background-color: black;
        opacity: 1;
        transition: opacity 300ms, transform 300ms;
        z-index: 2;
    }

    .dropdown-content {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: absolute;
        height: 100%;
        gap: 10px;
        background-color: var(--background);
        padding: 60px 20px 60px 20px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        top: 60px;
        text-align: center;
    }

    .dropdown-content a {
        display: block;
    }

    .dropdown-menu:hover .dropdown-content {
        display: flex;
    }
}

/*-- -------------------------- -->
<---         HEADER             -->
<--- -------------------------- -*/
/* Mobile */
@media screen and (min-width: 0px) {
    header {
        color: var(--header-color);
        background-color: var(--header-background);
        height: 80px;
        position: fixed;
        width: 100%;
        z-index: 10000;
        opacity: 0;
        transition: all .3s ease-in-out;
    }

    #header-logo {
        display: block;
        height: 80px;
        width: auto;
    }

    header h1 a {
        color: white;
        text-decoration: none;
    }

    .header-container {
        height: 100%;
        font-size: 0.7em;
        letter-spacing: 1.5px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        background-color: var(--header-background);
    }

    .header-container nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        gap: 15px;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: var(--background);
        overflow-x: hidden;
        padding-top: 100px;
        transition: 0.5s;
    }

    .header-container nav a {
        text-decoration: none;
        color: inherit;
        font-size: 2em;
        display: block;
        transition: 0.3s;
    }

    #navHamburger {
        margin: auto 0 auto auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-self: flex-start;
    }

    .hamburger {
        align-self: flex-end;
    }

    .hamburger-label {
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        bottom: -5px;
    }

    span.hamburger-inner,
    span.hamburger-inner::before,
    span.hamburger-inner::after {
        background-color: var(--header-color);
    }

    .hamburger--squeeze.is-active span.hamburger-inner,
    .hamburger--squeeze.is-active span.hamburger-inner::before,
    .hamburger--squeeze.is-active span.hamburger-inner::after {
        background-color: var(--header-color);
    }

    .dropdown-anchor {
        display: none;
    }

    .dropdown-menu,
    .dropdown-content {
        display: contents;
    }
}

/* Tablet */
@media screen and (min-width: 600px) {
    .header-container {
        padding: 0 20px;
    }
}

/* Small Desktop */
@media screen and (min-width: 900px) {
    .header-container {
        height: 100%;
        max-width: calc(var(--page-width) - 7vw);
        margin: 0 auto;
        font-size: 1.2em;
        letter-spacing: 1.5px;
        display: flex;
        align-items: center;
        padding: 0 10px;
    }

    .header-container nav {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 30px;
        margin-left: auto;
        padding: 0 20px 0 0;

        /* Add back after mobile hamburger */
        background-color: var(--header-background);
        width: auto !important;
        flex-direction: row;
        transition: none;
        position: relative;
        overflow-x: initial;
    }

    .dropdown-anchor {
        display: flex;
    }

    .dropdown-menu {
        display: inline-block;
    }

    .dropdown-content {
        display: none;
    }

    .header-container nav a {
        color: inherit;
        display: block;
        position: relative;

        /* Add back after mobile hamburger */
        font-size: inherit;
        transition: none;
    }

    #navHamburger {
        display: none;
    }
}

/*-- -------------------------- -->
<---         LANDING            -->
<--- -------------------------- -*/
/* Mobile */
@media screen and (min-width: 0px) {
    #landing-section {
        background: url("/img/main-landing-mobile.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        position: relative;
        min-height: 1100px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    #landing-buttons {
        margin-top: 120px;
    }

    #landing-section .button-link {
        width: 225px;
        margin: 30px auto;

        outline: 1px solid black;
        color: black;
        background-color: var(--header-color);
        text-transform: none;
        transition: 0.3s ease;
        border-radius: 10px;
    }

    #landing-section .button-link::after {
        background-color: var(--header-background);
        border-radius: 10px;
    }

    #landing-section .button-link:hover {
        color: white;
        outline: 1px solid white;
    }

    #landing-section .button-link:hover::after {
        background-color: var(--songbird-blue);
    }

    #songbird-landing-section {
        background: url("/img/sb-landing-mobile.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        position: relative;
        min-height: 1100px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    #carmelopark-landing-section {
        background: url("/img/cp-landing-mobile.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        position: relative;
        min-height: 1100px;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .landing-mask {
        position: absolute;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: .6;
        top: 0;
        bottom: 0;
    }

    #landing-section .landing-mask {
        opacity: .25;
    }

    #songbird-landing-section .landing-mask {
        opacity: .4;
    }

    #carmelopark-landing-section .landing-mask {
        opacity: .4;
    }

    .logo {
        width: 300px;
        height: auto;
    }

    .logo-mask {
        display: block;
        width: 320px;
        outline: 2px solid black;
        margin: auto;
        position: relative;
        z-index: 1;

        .logo {
            padding-top: 15px;
        }
    }

    .logo-mask::after {
        content: '';
        background-color: var(--header-background);
        position: absolute;
        height: 100%;
        width: 100%;
        left: -10px;
        top: -10px;
        z-index: -10;
        padding: 10px;
    }

    /* TODO does this affect landing ?! */
    /*#songbird-landing-section .logo {*/
    /*    position: relative;*/
    /*    z-index: 2;*/
    /*}*/
    /*#songbird-landing-section h1 {*/
    /*    padding-bottom: 80px;*/
    /*}*/
    /*  END ?! */
    .landing-text {
        color: white;
        width: 90%;
        height: auto;
        position: absolute;
        top: 100px;
        font-family: 'Playfair Display', serif;
    }

    .landing-text h1 {
        padding-bottom: 40px;
        font-weight: 500;
        font-size: 4rem;
        font-style: italic;
        text-align: center;
    }

    .landing-text p {
        width: 70%;
        margin: 0 auto;
        font-size: 1.5rem;
        font-weight: 400;
        text-align: center;
    }

    #preview-section {
        width: 100%;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .card-container {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 600px);
        grid-column-gap: 20px;
        align-items: center;
        justify-content: space-between;
    }

    .card {
        height: 550px;
        width: 100%;
        margin: 0 auto;
        max-width: var(--card-width);
        background: var(--card-background);
        padding: var(--card-padding);
        box-sizing: border-box;
        gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        position: relative;
        border-radius: 10px;
    }

    .card h2 {
        height: 30px;
        width: 100%;
        text-align: center;
        padding: 10px 10px 0 10px;
    }

    .card h2 a {
        color: black;
        text-decoration: none;
    }

    .card h2 a::after {
        content: none;
    }

    .card img {
        width: calc(var(--card-width) - var(--card-padding));
        height: 300px;
        object-fit: cover;
    }

    .card p {
        height: 75px;
        text-align: center;
        width: 100%;
        line-height: 25px;
    }

    .view-more {
        color: black;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.2em;
        display: block;
        position: relative;
        padding: 0.2em 0;
    }

    #about-section {
        width: 100%;
        margin: 0 auto;
        font-size: 1.2em;
        line-height: 1.5;
        padding: 100px 0;
    }

    #about-section p {
        padding: 10px;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

    .basic-section {
        width: 90%;
        max-width: var(--page-width);
        margin: 0 auto;
        font-size: 1.2em;
        line-height: 1.5;
        padding: 100px 0;
    }

    .zebra {
        width: 100%;
        max-width: unset;
        background-color: white;
    }

    .zebra > * {
        max-width: var(--page-width);
        margin: 0 auto;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    #our-team-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #our-team-section img {
        height: auto;
        max-width: 800px;
        width: calc(100% - 20px);
        padding: 10px 10px 75px 10px;
    }

    .staff-card-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90%;
        gap: 50px;
        margin: 0 auto;
    }

    .staff-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        flex-wrap: wrap;
        text-align: left;
        align-items: center;
        flex-basis: 100%;
        justify-content: center;
        gap: 50px;
        padding: 20px;
    }

    .staff-card img {
        height: 300px;
        width: auto;
        max-width: 200px;
    }

    .right-align {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        background-color: var(--background);
    }

    #review-section {
        text-align: center;
    }

    .review-container {
    }

    .review-container h2 {
        font-weight: 400;
    }

    .review-container p {
        font-size: 1.3rem;
    }

    .review-container a {
        font-weight: 600;
        color: black;
        text-decoration: none;
        display: inline-block;
        position: relative;
        padding: 0.2em 0;
    }

    .rating-container {
        padding: 2rem 0;
    }

    .rating-container img:nth-child(2n) {
        height: 65px;
        width: 65px;
    }

    .rating-container img:nth-child(3) {
        height: 80px;
        width: 80px;
    }

    .testimonial-container {
        display: grid;
        width: 95%;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, auto);
        grid-gap: 5rem;
        margin: 0 auto;
        padding-top: 50px;
    }

    #carmelopark-testimonial.testimonial-container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, auto);
    }

    .testimonial {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: var(--card-background);
        box-sizing: border-box;
        padding: 2rem;
        border-radius: 20px;
    }

    .testimonial-profile {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .testimonial img {
        border-radius: 50%;
        height: 60px;
        width: 60px;
        object-fit: cover;
    }

    .testimonial a {
        font-weight: 400;
    }

    .testimonial p {
        font-size: 1rem;
    }

    .avatar {
        display: flex;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: var(--header-background);
        font: lighter 1.875rem Source Sans Pro, Helvetica, Arial, sans-serif;
        color: var(--songbird-blue);
        cursor: default;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    #locations-section {
        display: flex;
        flex-direction: column;
        gap: 80px;
        text-align: center;
    }

    .image-hover {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: 0.5s ease;
        color: white;
        text-align: center;
        cursor: pointer;
    }

    .image-hover-mask {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        z-index: 2;
    }

    .image-hover-mask a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .image-hover:hover .image-hover-mask {
        opacity: .3;
    }

    .image-hover h3 {
        font-size: 1.5em;
        position: absolute;
        text-transform: uppercase;
        z-index: 3;
    }

    .image-hover span {
        position: absolute;
        bottom: 120px;
        z-index: 3;
    }

    .image-hover img {
        max-height: 500px;
        max-width: 500px;

        z-index: 1;
    }

    #landing-contact-section {
        display: flex;
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }

    .image-gallery {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 300px);
        grid-gap: 5px;
        margin: auto;
        box-sizing: border-box;
        justify-items: center;
    }

    .image-gallery img {
        object-fit: cover;
        object-position: center;
        height: 300px;
        width: 300px;
    }

    .amenity-gallery {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 300px);
        grid-gap: 5px;
        margin: auto;
        box-sizing: border-box;
        justify-items: center;
    }

    .amenity-gallery img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        max-height: 400px;
        width: 100%;
        max-width: 400px;
    }

    .pc-ul {
        list-style-type: circle;
        padding-left: 30px;
        max-width: 320px
    }

    .cost-emphasis {
        font-style: italic;
        list-style: none;
        padding-left: 0;

        li {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 0 15px;
            padding: 5px 0;

            span {
                width: 100%;
            }
        }

        li::before {
            content: '';
            display: inline-block;
            height: 40px;
            width: 40px;
            background-image: url('../img/icons/check.svg');
            background-position: center;
            background-repeat: no-repeat;
        }
    }

    .services .card {
        height: 300px;
        justify-content: flex-start;
    }

    #long-card {
        height: auto;
        width: 100%;
        max-width: 960px;
    }
}

/* Small Desktop */
@media screen and (min-width: 900px) {
    #landing-section {
        min-height: 1000px;
        background: url("/img/main-landing.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    #songbird-landing-section {
        min-height: 900px;
        background: url("/img/sb-landing.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    #carmelopark-landing-section {
        min-height: 900px;
        background: url("/img/cp-landing.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    #landing-buttons {
        padding-top: 100px;
    }

    .landing-text {
        width: 900px;
        height: 450px;
        top: 225px;
    }

    #landing-section .landing-text {
        top: 280px;
    }

    #about-section p {
        padding: 50px;
        border: 2px solid black;
    }

    #story-paragraph::before,
    #story-paragraph::after {
        position: absolute;
        background: var(--background);
        content: '';
        z-index: -1;
    }

    #story-paragraph::before {
        width: 80%;
        left: calc(50% - 40%);
        height: calc(100% + 4px);
        top: -2px;
    }

    #story-paragraph::after {
        height: 60%;
        left: -2px;
        width: calc(100% + 4px);
        top: calc(50% - 30%);
    }

    #our-team-section img {
        height: auto;
        max-width: 800px;
        width: 100%;
        padding: 0 0 75px 0;
    }

    .staff-card {
        justify-content: initial;
    }

    .staff-card img, .staff-card div {
        padding-left: 40px;
        padding-right: 0px;
    }

    .right-align img, .right-align div {
        padding-left: 0px;
        padding-right: 40px;
        text-align: right;
    }

    .testimonial-container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, auto);
        grid-gap: 1rem;
        padding-top: 50px;
    }

    #carmelopark-testimonial.testimonial-container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    .image-gallery {
        width: auto;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 250px);
        margin: auto 0;
    }

    .image-gallery img {
        height: 250px;
        width: 250px;
    }

    .amenity-gallery {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 400px);
    }

    .amenity-gallery img {
        height: 100%;
        width: 100%;
        max-width: unset;
        max-height: unset;
    }
}

/* Small Desktop */
@media screen and (min-width: 1200px) {
    .card-container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 600px);
    }
}

/*-- -------------------------- -->
<---         GALLERY            -->
<--- -------------------------- -*/
/* Mobile */
@media screen and (min-width: 0px) {
    .gallery {
        padding-top: 50px;
    }

    .gallery-container {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(8, 400px);
        margin: 0 auto;
        box-sizing: border-box;
        justify-items: center;
    }

    .gallery-container a {
        text-decoration: none;
    }

    .gallery-container a::after {
        all: revert;
    }

    .gallery-item {
        height: 400px;
        width: 100%;
        max-width: 400px;
    }

    .gallery-item img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .gallery-item p {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
        position: relative;
        top: -54px;
        width: 100%;
        height: 50px;
        padding: 0 5px 0 5px;
        box-sizing: border-box;
        z-index: 100;
    }

    .gallery-item p::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
}

/* Tablet */
@media screen and (min-width: 600px) {
    .gallery-container {
        grid-gap: 2rem;
    }
}

/* Small Desktop */
@media screen and (min-width: 900px) {
    .gallery-container {
        grid-gap: 4rem;
    }
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
    .gallery {
        padding-top: 100px;
    }

    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 400px);
        padding: 50px;
    }

    .gallery-item {
        width: 100%;
    }
}

/*-- -------------------------- -->
<---         CONTACT            -->
<--- -------------------------- -*/
/* Mobile */
@media screen and (min-width: 0px) {
    #contact-section {
        width: 90%;
        margin: 0 auto;
        font-size: 1.2em;
        line-height: 1.5;
        padding: 100px 0;
    }

    #contact-form {
        background-color: #cccccc;
        padding: 25px 50px 25px 50px;
        border-radius: 5px;
    }

    form button {
        color: black;
        margin-top: 3rem;
        height: 5rem;
        width: 50%;
        font-size: 1.7rem;
        letter-spacing: 2px;
    }

    .contact-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        gap: 100px;
    }

    #contact-form {
        width: 90%;
        max-width: 400px;
    }

    .contact-input {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .contact-input input,
    .contact-input label,
    .contact-input textarea {
        display: block;
        text-align: left;
        width: 100%;
    }

    .contact-input input,
    .contact-input textarea {
        padding-top: 5px;
    }

    .contact-input textarea {
        height: 150px;
    }

    .contact-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 300px;
        /*min-width: 300px;*/
    }

    .contact-item a {
        color: black;
        text-decoration: underline;
    }

    .map {
        width: 300px;
        padding-bottom: 50px;
    }
}

/* Large desktop */
@media screen and (min-width: 1200px) {
    #contact-section {
        top: 0;
        padding-bottom: 20rem;
    }

    form button {
        font-size: 2rem;
        height: 5rem;
        font-weight: 400;
    }

    .contact-input label {
        font-size: 2rem;
    }

    .contact-item {
        width: auto;
        min-width: 300px;
    }

    .contact-item p {
        max-width: 800px;
    }

    .map {
        width: 400px;
        padding: 0 50px 50px 50px;
    }
}

/*-- -------------------------- -->
<---         FOOTER             -->
<--- -------------------------- -*/
/* Mobile */
@media screen and (min-width: 0px) {
    .footer {
        width: 100%;
        margin: 0 auto;
        margin-top: 10vh;
        padding-bottom: 30px;
        font-size: 0.9rem;
    }

    .footer a {
        color: black;
        text-decoration: none;
    }

    .footer a:hover {
        text-decoration: underline;
        transition: 0.3s;
    }

    .footer a::after {
        all: revert;
    }

    .branding-line {
        width: 80%;
        height: 3px;
        background: black;
        margin-top: 30px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .footer-details {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 200px);
        margin: 0 auto;
        text-align: center;
        grid-gap: 25px;
        justify-content: center;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .footer-sitemap h3 {
        padding-bottom: 1rem;
    }

    .footer-sitemap ul {
        padding: 0;
    }

    .footer-sitemap li {
        padding: 0.25rem 0;
    }

    .footer-social {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }

    .footer-social h3 {
        padding-bottom: 1rem;
    }

    .footer-social span > a > img {
        height: 40px;
        width: 40px;
        padding: 5px;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-hours {
        padding-bottom: 1rem;
    }

    .footer-hours h3 {
        padding-bottom: 1rem;
    }

    .footer-hours td {
        padding-right: 2rem;
    }

    .footer-hours table {
        text-align: left;
        margin: 0 auto;
    }

    .branding {
        text-align: center;
        color: black;
        z-index: 1;
        padding-top: 4rem;
        width: 100%;
        margin: 0 auto;
    }
}

/* Tablet */
@media screen and (min-width: 600px) {
}

/* Small desktop */
@media screen and (min-width: 900px) {
    .footer-details {
        display: grid;
        width: 95%;
        grid-template-columns: repeat(3, 250px);
        grid-template-rows: repeat(2, 200px);
        grid-gap: 25px;
        margin: 0 auto;
        text-align: left;
    }

    .footer-social span {
        padding-left: -1rem;
    }
}

/* Large desktop */
@media screen and (min-width: 1200px) {
    .footer-details {
        width: 100%;
    }
}