.pattern {
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;

    background-image: url("../img/pattern/plus5.png");
    background-attachment: fixed;
    background-repeat: repeat;
    opacity: 0.8;
}

.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;
}

.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: 33.33%;
    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;
}

#lostmemories {
    background-image: url("../img/memories/fair.jpg");
}

#mocaco {
    background-image: url("../img/mocaco/MarkerSetup.png");
}

#crashonauts {
    background-image: url("../img/crashonauts/1.png");
}

#sandbox {
    background-image: url("../img/sandbox/bg.png");
}

#biosphere {
    background-image: url("../img/biosphere/3.png");
}

#audibleRoom {
    background-image: url("../img/audible/bg.jpg");
}

#cataclysm {
    background-image: url("../img/cataclysm/bg.png");
}

#elementalArchers {
    background-image: url("");
}

#dominus {
    background-image: url("../img/dominus/3.png");
}

#planeGame {
    background-image: url("../img/planegame/bg.png");
}

#xspeak {
    background-image: url("../img/xspeak/rp.png");
}

#skuld {
    background-image: url("../img/skuld/bg.png");
}

/*TODO*/
#gmod {
    background-image: url("../img/gmod/jetpacks.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;
}

p {
    text-align: justify;
}