.background-container {
    height: 70vh;
}

img.image-hero {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section#top {
    position: relative;
}

.locations__header-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    text-align: center;
}

.locations__header-container h1 {
    font-size: 80px;
    font-weight: 900;
    color: var(--color-white);
    text-shadow: 3px 5px 7px #00000080;
    margin-top: 4rem;

    display: flex;
    flex-direction: column;
    gap: 0;
}

.locations__header-container h2 {
    color: white;
    text-shadow: 3px 5px 7px #00000080;

    display: flex;
    flex-direction: column;
    gap: 0;
}

.locations__header-container .locations__taglines-container .location-tagline {
    color: white;
    font-weight: bold;
}

.locations__header-container h1 span {
    /* background: #0a0a0ae9;
    padding: 5px 15px;
    border: 4px solid var(--color-lightning);
    box-shadow: 2px 3px 6px #0000005c; */
}

.locations-template-default .header-overlay {
    background: linear-gradient(0deg, #0a0a0a, transparent);
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    height: 95%;
    z-index: 2;
}

.locations__header-container a.btn.btn-primary {
    margin: 2rem 0;
    background-color: var(--color-grass);
    color: var(--color-white);
}

.locations__header-container a.btn.btn-primary:hover {
    background-color: var(--color-white) !important;
    color: var(--color-grass) !important;
}
.locations__taglines-container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.header-overlay {
    background: linear-gradient(0deg, #0a0a0a, transparent);
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    height: 60%;
    z-index: 2;
}

.page-description {
    position: relative;
}

.desc-content h3 {
    font-weight: 300;
}

img.top-decoration {
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.locations__hero-cards-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 75px;
}

.locations__hero-cards {
    max-width: 1500px;
    position: relative;
    z-index: 5;
    padding-top: 25px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: -25px;
}

.locations__card {
    border: 6px solid var(--color-lightning);
    color: #fff;
    width: 350px;
    height: 350px;
    padding: 50px;
    margin: -0px 20px 50px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
}

.locations__card .title-container {
    font-size: 40px;
    text-shadow: 3px 3px 6px #0000002f;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
}

.locations__card .subtitle-container {
    line-height: 1;
    text-shadow: 3px 3px 6px #0000002f;
}

.anchor-button .icon svg {
    height: auto;
    width: 80px;
}

.anchor-button .icon svg path {
    fill: var(--var-black);
}

.anchor-button {
    background: var(--color-grass);
    color: #fff;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: -0px 20px 50px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 2px 2px 5px #00000033;
}

.anchor-button .text-container {
    line-height: 1;
    text-shadow: 3px 3px 6px #0000002f;
}

.anchor-buttons {
    max-width: 1500px;
    position: relative;
    z-index: 5;
    padding-top: 75px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: -25px;
}

.page-dark .anchor-buttons {
    max-width: 1500px;
    position: relative;
    z-index: 5;
    padding-top: 25px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: -25px;
}

.text-container {
    color: var(--color-white);
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    margin-left: 11px;
}

.desc-content {
    border: 4px solid var(--color-grass);
    border-radius: 4px;
    padding: 75px 100px 75px;
}

.container.desc-content .row {
    padding-left: 75px;
    padding-right: 75px;
}

.desc-content h2 {
    color: var(--color-grass);
    font-weight: 900;
}

.page-light .page-description {
    background: var(--color-sage);
}

.page-light .page-description {
    color: var(--color-white);
}

.page-light .container.desc-content p,
.page-light .page-description h2,
.page-light .page-description h3,
.page-light .page-description h4,
.page-light .page-description h5,
.page-light .page-description h6,
.page-light .page-description a,
.page-light .page-description li,
.page-light .page-description .desc-content {
    color: #fff;
}

.page-light .page-description .desc-content {
    border: 0;
}

.page-light .locations__header-container h1 span {
    background: no-repeat;
}

.page-description a.btn.btn-primary {
    background: transparent !important;
    color: var(--color-lightning);
    border: 3px solid var(--color-lightning);
}

.page-description a.btn.btn-primary:hover {
    background: var(--color-lightning);
    color: var(--color-white);
    border: 3px solid var(--color-lightning);
}

@media screen and (max-width: 992px) {
    img.top-decoration {
        display: none;
    }

    .locations__header-container h1 {
        font-size: 40px;
        font-weight: bold;
        color: var(--color-white);
        text-shadow: 3px 5px 7px #00000080;
        text-align: center;
        margin-top: 75px;
    }

    .locations__header-container h2 {
        font-size: 30px !important;
    }

    .locations__header-container h1 span {
        /* background: #0a0a0ae9;
        padding: 5px 15px;
        border: 4px solid var(--color-lightning);
        box-shadow: 2px 3px 6px #0000005c;
        line-height: 2; */
    }

    .background-container {
        height: 50vh;
    }

    .anchor-buttons {
        max-width: 1500px;
        position: relative;
        z-index: 5;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0px;
        align-items: center;
        padding-top: 25px;
    }

    .anchor-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 115px;
        max-width: 800px;
        padding: 18px;
        margin: -0px 20px 25px;
    }

    .anchor-button .text-container {
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 25px;
        text-shadow: 3px 3px 6px #0000002f;
    }

    .anchor-button .icon svg {
        height: auto;
        width: 40px;
    }

    .text-container {
        color: var(--color-white);
        font-size: 25px;
        font-weight: 700;
        text-decoration: none;
        margin-left: 11px;
    }

    .desc-content {
        border: 4px solid var(--color-grass);
        border-radius: 4px;
        padding: 50px;
        max-width: 90%;
        margin: 20px;
    }

    .container.desc-content.no-buttons {
        margin-top: -00px;
    }

    .container.desc-content .row {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 1336px) {
    .locations__hero-cards-container .locations__hero-cards {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 550px) {
    .locations__hero-cards-container .locations__hero-cards .title-container {
        font-size: 20px;
    }

    .locations__hero-cards-container .locations__hero-cards .subtitle-container {
        font-size: 16px;
    }

    .locations__hero-cards-container {
        padding: 25px;
    }

    .locations__hero-cards-container .locations__hero-cards .locations__card {
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-height: 920px) and (max-width: 1100px) {
    .locations__header-container > h1 {
        font-size: 60px;
    }
}

@media screen and (max-height: 920px) and (max-width: 992px) {
    .locations__header-container > h1 {
        margin-top: 135px;
    }

    .locations__header-container h2 {
        font-size: 30px !important;
    }

    .locations__header-container .locations__taglines-container .location-tagline {
        font-size: 18px;
    }

    .locations__header-container .btn.btn-primary {
        margin: 0.5rem 0;
        background-color: var(--color-grass);
        color: var(--color-white);
    }
}

@media screen and (max-height: 920px) and (max-width: 830px) {
    .locations__header-container > h1 {
        font-size: 50px;
    }

    .locations__header-container h2 {
        font-size: 25px !important;
    }

    .locations__header-container .locations__taglines-container .location-tagline {
        font-size: 16px;
    }
}

@media screen and (max-height: 920px) and (max-width: 694px) {
    .locations__header-container > h1 {
        font-size: 40px;
    }

    .locations__header-container h2 {
        font-size: 25px !important;
    }

    .locations__header-container .locations__taglines-container .location-tagline {
        display: none;
    }
}

@media screen and (max-height: 700px) and (max-width: 400px) {
    .locations__header-container > h1 {
        font-size: 25px;
    }

    .locations__header-container h2 {
        font-size: 16px !important;
    }
}
