body {
    font-size: 18px;
}

img {
    max-width: 100%;
}

body .parallax {
    height: 30vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-1 {
    background-image: url('/assets/img/parallax1.jpg');
}
.parallax-2 {
    background-image: url('/assets/img/parallax1.jpg');
}

.main-banner {
    background-image: url('/assets/img/bg1.jpg');
    background-size: cover;
    height: 100vh;
}
.banner-container__content .banner-container__subheader {
    font-size: 2rem;
}
.banner-container__content .banner-container__header {
    font-size: 4rem;
}
.floating-box {
    margin-top: -6rem;
}
.floating-box__white-box {
    background-color: #fff;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 31%);
    height: 200px;
}
.gallery p {
    padding: 20px 0;
}
.interlude, .references {
    background-color: #010101;
    color: #CCC;
}
ul {
    list-style: none;
}

footer ul li {
    padding-right: 25px;
}
footer ul li:not(:last-child):after {
    content: "|";
    margin-left: 25px;
}

@media screen and (min-width: 320px){
    .banner-container__content .banner-container__header{
        font-size: 3rem;
    }
    footer li {
        font-size: 0.75rem;
    }
}