#splash {
    padding-top: 0;
    color: white;
}
#splash-wrapper {
    background-image: url('/images/layout/splash-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: ~'calc(100vh - 44px)';
    margin: 22px;
    border-radius: 14px;
    padding: 1rem;
}
@media only screen and (min-width: 1400px) {
    .container.narrow {
        max-width: 1000px;
    }
}
.sup-title {
    font-size: 1.5em;
    background-image: url('/images/layout/bg-ribbon.png');
    background-size: cover;
    background-position: center;
    width: fit-content;
    padding: 0.5rem 2.5rem 1rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 4rem;
}
.title {
    color: white;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 18px;
    }
    #logo {
        width: 150px;
        margin: 0 auto;
    }
    .sup-title {
        margin-top: 1rem;
    }
    .title {
        font-size: 2em;
    }
}