*{
    text-align: center;
    color: #fff;
    overflow-wrap: break-word;
    scroll-behavior: smooth;

    font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', sans-serif;
}
*:focus{outline: none;}

html{
    scroll-behavior: smooth;
}

body{
    background: #000;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    scroll-behavior: smooth;
}
#background{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
}
#hero{
    position: relative;
    padding: 4vh 0 0;
}

h1,h2,h3,h4,span,p,a{
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.95;
}
h2{
    font-size: 3rem;
}
h4{
    font-size: 1.2rem;
}

.letter-space h3, .letter-space h4 {
    letter-spacing: .6em;
}

.box{
    background-color: #fff;
    color: #111;
    padding: 1rem 2rem;
    margin: 1rem 0 0
}

#logo{
    width: 30rem;
    max-width: 80vw;
    margin: 0 0 1rem;
}

.cell{
    padding: 2.5vh 0;
}

.space-out{
    display: flex;
    justify-content: space-between;
}

.page{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.container{
    display: flex;
    justify-content: center;
    align-content: center;
    min-height: 100vh;
}

.cell img{
    max-height: 20rem;
    object-fit: contain;
}
.timer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.time_item{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 0 1.5em;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .2em;
}
.days,
.hours,
.minutes,
.seconds {
    font-weight: 500;
    font-size: 5.125em;
    line-height: 1;
    color: #fff;
}

@media (max-width: 767px) {
    html{
        font-size: 12px;
    }
    .time_item{
        font-size: 2.5vw;
    }
}

a{
    color: #fff;
    line-height: 1;
    margin: .5rem 0;
    padding: 0 0 .125rem;
    border-bottom: 2px solid #fff;
}
a:hover{
    color: #aaa;
    border-color: #aaa;
}

.button{
    border-radius: 3px;
    background-color: palevioletred;
}
#eurobonus,
#partners,
#foundation,
#schedule,
#lineup{
    background-color: #111;
    padding: 3em 2em;
}
.artist{
    align-items: center;
    display: flex;
    flex-direction: column;
}
.artist div{
    background-size: cover;
    background-position: top center;
    border-radius: 5px;
    border: 1px solid #222;
    filter: grayscale();
}

.artist p{
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    line-height: 1.2:
}
#schedule p,
#foundation p,
#eurobonus p{
    letter-spacing: .5em;
    line-height: 1.6;
    font-weight: 400;
}
#schedule .grid-y,
#eurobonus .grid-y,
#foundation .grid-y{
    max-width: 60rem;
    width: 80vw;
}
.foundation_icon{
    padding: 4vh 4vh 5vh;
}
#schedule{
    min-height: unset;
    border-top: 1px solid #121212;
    padding: 4rem 3rem 4rem;
    position: relative;
}
#eurobonus,
#partners{
    min-height: unset;
    padding: 4rem 3rem 4rem;
    position: relative;
}
#schedule h3,
#eurobonus h3,
#partners h3{
    flex: 10 0 auto;
}
#schedule .cell,
#eurobonus .cell,
#partners .cell{
    padding: 0 1rem;
}
#schedule p,
#eurobonus p,
#partners p{
    text-transform: uppercase;
    letter-spacing: .25em;
    line-height: 1.6;
    font-weight: 400;
    font-size: 90%;
}
.partner_icon{
    height: 6rem;
    padding: 1rem;
    margin: 2rem 0;
}
.silja_line{
    height: 8rem;
    margin: 1rem 0;
}
.sas{
    height: 5rem; 
    margin: 2.5rem 0;
}

#footer{
    background: #111;
}

#footer img{
    max-width: 50rem;
    width:90vw;
}


#streamlogo{
    width: 12rem;
}

.streampage{
    padding: 2vh 0 0 !important;
}

.stream{
    padding: 0;
}

.streampage p{
    text-transform: uppercase;
    letter-spacing: .25em;
    line-height: 1.6;
    font-weight: 400;
    font-size: 90%;
}
.streampage a{
    text-transform: uppercase;
    letter-spacing: .25em;
    line-height: 2;
    font-weight: 400;
    font-size: 90%;
}

