.homepage .visualGap {
    height: calc(100vh - var(--header-height));
}

.homepage .visualStripe .background {
    position: relative;
    height: calc(100vh - var(--header-height));
}
    .homepage .visualStripe .background > div {
        position: absolute;
        width: 100%;
    }


/** ACCESS **/
.homepage #controls {
    --homepage-shadow: 0px 4px 16px rgba(0, 0, 0, 1.0);

    position: relative;
    height: 100%;
    padding-top: calc(25vh - var(--header-height));
    padding-bottom: 2vh;
    box-sizing: border-box;
}
    .homepage #controls .access-container {
        position: relative;
        color: var(--palette-background-paper);
        font-size: 20px;
        line-height: 120%;
    }
        .homepage #controls .access-container .access-stripe {
            text-align: center;
        }


/** CONTROL **/
.homepage #convention-logo {
    margin: 0px auto;
    font-weight: bold;
}
.homepage #convention-title {
    margin: 10px;
    height: 120px;
    line-height: 110%;
    font-size: 100px;
    text-shadow: 0px 0px 10px var(--palette-background);
}

.homepage .convention-details {
    margin: 10px;
    font-weight: bold;
    text-shadow: var(--homepage-shadow);
}
    .homepage .convention-details > * {
        font-size: inherit;
        font-weight: inherit;
        text-shadow: inherit;
        line-height: inherit;
        text-align: inherit;
    }


/** REGISTRATION BUTTON **/
.homepage #reg-button {
    margin-top: 6vh;
}
.homepage #reg-button-symbol {
    display: inline-block;
    width: 10px;
    height: 16px;
    vertical-align: middle;
    margin-right: 14px;

    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url('gfx-2020/style/reg-button-symbol.svg');
}
.homepage #reg-button-text {
    display: inline-block;
    vertical-align: middle;
}


/** QUICK-SCROLL STRIPE **/
#quick-scroll-stripe {
    position: absolute;
    width: 100%;
    bottom: 0;
}
#quick-scroll-symbol {
    display: inline-block;
    width: 16px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('gfx-2020/style/quick-scroll-symbol.svg');
}


/** QUICK NEWS **/
.homepage #show-more-news {
    text-align: center;
    margin-top: 30px;
}
