#scroll-container {
    min-height: 100dvh;
    max-height: 100dvh;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}
#scroll-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
}
#scroll-container::-webkit-scrollbar-thumb {background: black;}

#home-page,
#visual-page,
#subtitle-page {
    min-height: 100dvh;
    max-height: 100dvh;
    row-gap: 1rem;
    scroll-snap-align: center;
}

#home_p-top,
#home_p-bottom {
    flex: 1 1 0;
    min-height: 0;
}




/* 
MIDDLE
*/
#home_p-middle {flex: 0 0 auto;}

#home_p-middle > h2 {
    top: -2rem;
    right: 0;
    left: 0;
}

#home_p-middle .--name {display: inline;}




/* 
BOTTOM
*/
#prev-artists {
    padding: 0 1rem;
    margin: .5rem 0 1rem;
}
#prev-more {padding: 0 1rem;}

@media only screen and (min-width: 768px) {
    #prev-artists {
        max-width: 48rem;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }

    #prev-more {
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }
}




/* 
SUBTITLE
*/
#subtitle-page > div {
    right: 0;
    bottom: 0;
    left: 0;
}

#subtitle-page a {display: inline !important;}

#email {
    left: 50vw;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
    #footer {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
    }
}

/* 
ANIMATIONS
*/
.ani-1,
.ani-2,
.ani-3,
.ani-4 {opacity: 0;}


#home_p-middle[data-visible="false"],
#home_p-bottom[data-visible="false"],
#subtitle-page[data-visible="false"] > * {opacity: 0 !important}
@media only screen and (min-width: 768px) {
    #subtitle-page[data-visible="false"] #footer {opacity: 1 !important}
}