main h2:not(footer h2) {
    color: white;
}

#banner-container {
    background-image: url('/-/media/2641971752E94944901F57D2E4D98789.ashx');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

#banner-container h2 {
    padding: 10rem;
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 600 !important;
}

main p:not(footer p), main li:not(footer li) {
    font-size: 2rem;
}

#body-container {
    padding: 3rem 5rem;
}

#body-container img, #body-container video {
    margin-bottom: 5px;
    margin-top: 3rem;
}
#body-container iframe {
    min-height: 30vh;
}
#form-container {
    padding: 0 5rem 3rem;
}

.margined-box {
    margin: 3rem auto;
}
.image-container {
    width: 100%;
    display: flex;
    padding: 3rem;
}
.image-container > div {
    width: 100%;
    height: 100%;
}
.image-container > div.divider {
    width: 10%;
}
.image-container img {
    width: 100%;
}

@media (max-width: 767px) {
    .image-container {
        flex-direction: column;
    }
    #banner-container h2 {
        padding: 5rem;
    }
}