html, body {
    padding: 0;
    margin: 0;
    height: 100vh;
}

body {
    background-position: center;
    background-image: url("./major-blur-third.jpg");
}

#body {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    font-family: 'Roboto Slab', serif;
    overflow-x: hidden;
    overflow-y: auto;
}

#solid-bg {
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.125);
}

#clear-bg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    background-position: center;
    background-image: url("./major-third.jpg");
}

#first-page {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#first-page h1 {
    text-align: center;
    color: #FFF;
    font-size: 15vw;
    text-shadow: #000 0 0 1.5vw;
    line-height: 120px;
    margin: 0;
    padding: 0;
    top: 50%;
    margin-top: -60px;
    position: absolute;
    width: 100%;
}

#second-page {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1281px), (min-height: 721px) {
    body {
        background-image: url("./major-blur-half.jpg");
    }
    #clear-bg {
        background-image: url("./major-half.jpg");
    }
}

@media (min-width: 1921px), (min-height: 1081px) {
    body {
        background-image: url("./major-blur.jpg");
    }
    #clear-bg {
        background-image: url("./major.jpg");
    }
}

@media (min-aspect-ratio: 4/5) {
    #first-page h1 {
        font-size: 12.5vh;
        text-shadow: #000 0 0 1.25vh;
    }
}