header {
    min-height: 100vh;
    height: 100vh;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    position: relative;
}

header>.keyvisual-wrapper {
    top: 0;
    position: absolute;
}

header>.title-content {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    margin-top: var(--spacing-top);
    margin-left: 2.5%;
    width: 95%;
    height: calc(100% - var(--spacing-top));
}

header h1 {
    display: block;
    margin: 0;
    width: 83%;
    line-height: 100%;
    font-size: var(--font-95);
    margin-bottom: var(--font-48);
}

header .introduction {
    margin-top: auto;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 5%;
}

#about-the-system,
#applications {
    margin-top: 15vh;
}

#about-the-system h2 {
    font-size: var(--font-85);
    margin-top: 0;
    line-height: 100%;
}

#applications h2 {
    font-size: var(--font-85);
    letter-spacing: 0;
    margin: 0;
    width: 80%;
    line-height: 100%;
    margin-top: var(--font-16);
}

#applications {
    margin-bottom: var(--font-85);
}

#about-the-system h5 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Geist Mono', monospace;
    color: var(--col-digital-green);
    font-size: var(--font-16);
}

#about-the-system #about-details {
    margin-top: 50px;
}

.data-rate-scroll {
    color: var(--col-aqua-teal);
}

#scrolling-bands {
    margin-top: 15vh;
    border-top: solid 1px var(--col-dividers);
    border-bottom: solid 1px var(--col-dividers);
}

#learn-more-button {
    margin-top: 0.5rem;
}


@media screen and (min-width: 960px) {
    #applications h2 {
        width: 50%;
    }

    header .introduction {
        width: 50%;
        margin-bottom: 2%;
    }

    #learn-more-button {
        margin-top: 1.9rem;
    }
}
