.pattern {
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;

    background-image: url("../img/pattern/plus5.png");
    background-attachment: fixed;
    background-repeat: repeat;
    opacity: 0.5;
}

.body {
    overflow-x: hidden;
}

/* Source: https://www.w3schools.com/howto/howto_css_parallax.asp */
.parallax {
    height: 100%;
    position: relative;
    overflow: hidden;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: saturation;
    color: aliceblue;
}

.parallaxBackground {
    height: 100%;
    position: relative;
    overflow: hidden;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: saturation;
}

.divider {
    height: 8px;
    width: 100%;
    background-color: #141311;
}

@media screen and (min-width: 768px) {
    .space {
        height: 256px;
    }
}

.space {
    height: 40px;
    width: 100%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow {
    height: auto;
    width: 100%;
}

.slideContainer {
    margin-top: 2%;
    margin-bottom: 2%;
    height: auto;
    width: 15%;
    display: inline-block;
    padding-left: 1.66%;
    padding-right: 1.66%;
}

.slide {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.25s ease;
}

.slide:hover {
    transform:scale(0.9);
}

.slideView {
    width: 100%;
    height: 500px;
    padding-left: 1.66%;
    padding-right: 1.66%;
}

.slideSelection {
    width: 100%;
    height: 50%;
}

.view {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    filter: grayscale(0%);
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
}

.view:hover {
    filter: grayscale(100%);
}

.view.embed-responsive {
    height: auto;
    width: auto;
    object-fit: none;
}

#sandboxBG {
    background-image: url("../img/main/2019-06-05_17.22.55.png");
}

#biosphereBG {
    background-image: url("../img/main/2019-06-05_17.23.55.png");
}

#audibleRoomBG {
    background-image: url("../img/main/2019-06-08_23.16.30.png");
}

#cataclysmBG {
    background-image: url("../img/main/2019-06-05_17.24.30.png" );
}

#elementalArchersBG {
    background-image: url("../img/dev/2012-12-27_14.54.44.png");
}

#dev2BG {
    background-image: url("../img/main/2019-06-08_23.16.30.png");
}


body {
    background-color: #141311;
    font-family: 'Nunito', sans-serif;
    font-size: 16pt;
}

h1 {
    word-break: break-all;
    font-size: 64pt;
}

h2 {
    font-size: 32pt;
}

h3 {
    font-size: 19pt;
}

p {
    text-align: justify;
}