/* Banner
------------ */

section#locations-banner {
    background: var(--black);
    position: relative;
    height: 80vh;
    max-height: 850px;
    display: flex;
}

section#locations-banner:after {
    position: absolute;
    content: '';
    background: radial-gradient(44.12% 49.97% at 50.03% 62.81%, rgba(0, 0, 0, 0.00) 20.3%, #000 99.03%), transparent 50% / cover no-repeat;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

section#locations-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

section#locations-banner .wrap {
    margin-top: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner-content h1 {
    background: var(--GRADIENTS-GOLD-ON-DARK, linear-gradient(92deg, #988245 0%, #F7EED4 15.74%, #E5C66F 31.48%, #FCF9F1 49.19%, #E5C66F 66.9%, #F7EED4 82.64%, #988245 98.38%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5.6px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.banner-content h2 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2.52px;
}

.content a {
    color: #FE3D67;
}

section#content-section h2,
section#content-section h4,
section#content-section h1,
section#content-section h3 {
    background: var(--GRADIENTS-GOLD-ON-DARK, linear-gradient(92deg, #988245 0%, #F7EED4 15.74%, #E5C66F 31.48%, #FCF9F1 49.19%, #E5C66F 66.9%, #F7EED4 82.64%, #988245 98.38%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
section#content-section {
    padding: 80px 0;
    background: var(--black);
    color: var(--white);
}

section#content-section h3 {
    font-size: 24px;

}

section#content-section h2 {
    font-size: 26px;
}

section#content-section h1 {
    font-size: 34px;
}