body {
    color: var(--black);
}

@media (max-aspect-ratio: 1423/1080) {
    #theme-hero {
        display: none;
    }
    #main-content {
        position: fixed;
        left: 2.5vw;
        top: 3rem;
        width: 100vw;
        height: calc(100vh - 3rem);
    }
    #banner {
        padding-top: 4rem;
        display: block;
    }
}
@media (min-aspect-ratio: 1424/1080) {
    #theme-hero {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
    }
    #banner {
        position: fixed;
        z-index: 1;
        width: 50vw;
        max-width: 1274px;
        left: 40vw;
        top: 20vh;
    }
}

#banner {
    color: var(--theme-sailcloth);
}

#banner-title {
    width: 100%;
}

#banner h2 {
    text-align: center;
    text-shadow: 0px 0px 4px var(--theme-dark-water);
}

.logotype {
    font-family: "Florencesans", "Open Sans", sans-serif;
    text-transform: uppercase;
    transform: scaleX(1.25); /* simulate font-stretch: 1.5; */
    max-width: min(10ex, 80vw);
    margin: 0 auto;
}

h1.logotype {
    width: 90vw;
    margin: 0 auto;
    font-size: clamp(1rem, calc(90vw * 0.125), 4rem);
    margin-bottom: 0;
}
#banner-title-text { position: fixed; left: -100vw; top: -100vh; }

h2#tagline {
    font-size: clamp(1rem, calc(90vw * 0.125), 3rem);
    margin-top: 0;
    text-shadow: 0px 0px 0.25rem var(--theme-dark-water);
}
