:root {
    --primary-color: #F2BA61;
}

body {
    font-family: "nextexit-variable", sans-serif;
    font-variation-settings: "ROUN" 0, "wght" 400;
/*    font-family: "roboto-slab", serif;*/
/*    font-weight: 400;*/
    font-style: normal;
    font-size: 24px;
    background-image: url('/images/splash/BG_Image.jpg');
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
/*    overflow: hidden;*/
}
@media only screen and (min-width: 1700px) {
    .container {
        width: 1640px;
    }
} 
#logo, .album {
    width: 100%;
}
#logo img, .album img {
    width: 100%;
}
.title {
    font-family: "house-of-cards", serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    font-size: 5em;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 2rem;
}
.sub-title {
    font-family: "house-of-cards", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3em;
    line-height: 1;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 2rem;
}
.content {
    line-height: 1.2;
/*    max-width: 383px;*/
    font-weight: bold;
    font-size: 1.8em;
}
.left {
    padding-right: 10%;
    align-items: center;
}
.right {
/*    padding-left: 5%;*/
    color: white;
}
.left, .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 840px;
}
.btn {
    background-color: transparent;
    border: 4px solid var(--primary-color);
    color: var(--primary-color);
    padding: 1rem 3rem;
    font-family: "arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.75em;
    text-transform: uppercase;
}
.btn:hover {
    background-color: var(--primary-color);
    color: #222;
}
.btn-white {
    border-color: white;
    color: white;
}
.btn-white:hover {
    background-color: white;
}
.buttons {
    display: flex;
    gap: 1rem;
}
img {
    max-width: 100%;
}
@media only screen and (max-width: 1799px) {
    /*.right {
        padding-left: 4rem;
    }*/
    .title {
        font-size: 2.8em;
    }
    .sub-title {
        font-size: 1.8em;
    }
    .title, .sub-title {
        margin-bottom: 1rem;
    }
    .content {
        font-size: 1.3em;
    }
    .left, .right {
        min-height: calc(100vh - 12rem);
    }
    .right {
/*        padding-left: 15px;*/
    }
    .buttons {
        flex-direction: column;
    }
}
@media only screen and (max-width: 1199px) {
    body {
        font-size: 22px;
    }
    .btn {
        padding: 1rem 2rem;
    }
    .left {
        padding-right: 15px;
    }
    .left, .right {
        height: calc(100vh - 20rem);
    }
}
@media only screen and (max-width: 991px) {
    body {
/*        background-image: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.6) 90%, rgba(147, 41, 8, 1)), url('/images/splash/Splashpage_ColleenAward.jpg');*/
/*        background-position-x: left;*/
/*        overflow: scroll;*/
    }
    .container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .left {
        margin-bottom: 32px;
    }
    .left img {
/*        width: 100%;*/
    }
    .left, .right {
        min-height: unset;
        height: auto;
    }
    .right {
        gap: 2rem;
    }
    .title {
/*        max-width: 400px;*/
    }
    .content {
/*        max-width: 319px;*/
    }
}
@media only screen and (max-width: 767px) {
    body {
/*        background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,1) 80%, rgba(147, 41, 8, 1));*/
        font-size: 18px;
    }
    .left {
        margin-bottom: 1rem;
    }
    .right {
        gap: 1rem;
    }
    .title, .content {
        max-width: 100%;
    }
    .title {
        font-size: 2em;
    }
    .sub-title {
        font-size: 1.6em;
    }
    .buttons {
        flex-direction: column;
        gap: 8px;
    }
    .btn {
        padding: 4px 32px;
    }
}
@media only screen and (min-width: 1900px) and (max-height: 1000px) {
    .left, .right {
        height: calc(100vh - 8rem);
    }
}