@font-face {
    font-family: 'Suncos';
    src: url('../fonts/Suncos.woff2') format('woff2'),
        url('../fonts/Suncos.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'new_caledonia_lt_stditalic';
    src: url('../fonts/newcaledonialtstdrgit-webfont.woff2') format('woff2'),
         url('../fonts/newcaledonialtstdrgit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'new_caledonia_lt_stdsemibold';
    src: url('../fonts/newcaledonialtstdsmbold-webfont.woff2') format('woff2'),
         url('../fonts/newcaledonialtstdsmbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'new_caledonia_lt_stdSBdIt';
    src: url('../fonts/newcaledonialtstdsmboldit-webfont.woff2') format('woff2'),
         url('../fonts/newcaledonialtstdsmboldit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'new_caledonia_regular';
    src: url('../fonts/newcaledonialtstdrg-webfont.woff2') format('woff2'),
         url('../fonts/newcaledonialtstdrg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #f77004;
    font-family: 'new_caledonia_regular';
    color: #336129;
    min-height: 100%;
    overflow-x: hidden;
}

/*
Colorpalette:
#336129 Groen
#f77004 Oranje
#f6a316 Geel
*/

/*
Index
*/

/*
Header
*/

header{
    position: sticky;
    top: 0;
    z-index: 999;
}

header nav{
    width: 95vw;  
    display: flex;
    align-items: center;
    justify-content: center;
}

h4{
    font-size: 20px;
    letter-spacing: 0.5px;
}

li{
    list-style: none;
    padding: 10px 10px;
}

a{
    text-decoration: none;
    color: #336129;
}

.active{
    border-bottom: #336129 2px solid;
}

/*
Main
*/

.index p{
    padding-bottom: 20px;
    line-height: 120%;
}


/*
Hero
*/

.hero img{
    width: 95vw;
    height: auto;
    display: block;
    padding: inherit
}

h1, h2, h3, h4{
    font-family: 'Suncos';
}


.hero .text{
    text-align: center;
}

h1{
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 5px;
}

h2{
    font-size: 60px;
    line-height: 90%;
    letter-spacing: 2px;
}

/*
News
*/
section{
    padding: 70px 0px;
    width: 95vw;
}

.latestnews{
    background-image: url(../img/SquaresBG.png);
    background-size: contain;
    width: 100%;
    min-height: 60vh;
}

.inner{
    background-color: rgba(247, 112, 4, 1 );
    width: 90vw;
    min-height: 30vh;
    margin: 0 auto;
    padding: 0px 10px 10px 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 5px rgb(217, 102, 0.2);

}

.newssection{
    padding-bottom: 10px;
}

#more {
    display: none;
}

button{
    background-color: #f77004;
    color: #336129;
    border: #336129 2px solid;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 0px 5px;
}

.newstext::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #336129;
    
}

.newsletter a{
    color: #f6a316;
    border-bottom: #f6a316 2px solid;
}

h3{
    font-size: 50px;
    text-align: center;
    padding-bottom: 10px;
}

/*
About
*/

.about h4{
    padding-bottom: 15px;
}

blockquote{
    font-family: 'new_caledonia_lt_stdSBdIt';
    font-size: 25px;
    padding: 35px 25px;
}


/*
Gallery
*/

.gallery{
    background-image: url(../img/WavesBG.png);
    background-size: contain;
    width: 100%;
    min-height: 60vh;
}

.gallery .inner img{
    width: 100%;
    height: auto;
    display: block;
}

/*footer*/

footer nav{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    width: 95vw;
}

footer img{
    width: 30px;
    height: auto;
}

footer li{
    font-size: 12px;
}

ul{
    transition: 0.5s;
}

footer, nav ul:hover{
    transform: scale(110%) translateY(-10px);
}

/*
Line-Up page
*/

/*
Artists
*/

.wrapper-lineup{
    width: 95vw;
    margin: 0 auto;
}


.section-lineup{
    padding-bottom: 0px;
}

.title-lineup{
    padding-left: 40px;
    padding-bottom: 30px;
}

.text-lineup{
    padding-left: 40px;
    font-size: 20px;
    font-weight: 900;
}

.artists{
    display: grid;
    grid-template-columns: 1fr;
    width: 90vw;
    margin: 0 auto;
}

.artists img{
    width: 100%;
    height: auto;
}

.overlay{
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f77004;
    opacity: 0;
    transition: 0.5s ease;
}

.artistsbox{
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
}
.artistsbox:hover .overlay{
    opacity: 0.8;
}

/*
Rita Lee
*/

.herorita img{
    width: 80vw;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 650px;
}

.herorita{
    background-image: url(../img/SquaresBG.png);
    background-size: contain;
    width: 100%;
}

.textrita{
    padding-left: 20px;
    max-width: 650px;
    margin: 0 auto;
}

.textrita h2{
    text-align: center;
    padding-bottom: 40px;
}

.videorita iframe{
    width: 80vw;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 560px;
}

.videorita{
    background-image: url(../img/WavesBG.png);
    background-size: contain;
    width: 100%;
}

.textrita img{
    width: 60vw;
    height: auto;
    display: block;
    margin-left: auto;
    max-width: 350px;
}

.textrita p{
    font-size: 18px;
    padding-bottom: 25px;
    line-height: 120%;
}

.has-dropcap::first-letter{
    font-family: 'Suncos';
    font-size: 80px;
    float: left;
    margin: 20px 5px 10px 0px;
}
/*
Merchandise
*/

.merch h2{
    text-align: center;
    padding-top: 70px;
}

.wrapper-merch{
    width: 90vw;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    justify-items: center;
}

.merch img{
    width: 60vw;
    height: auto;
    padding-bottom: 20px;
}

.merch p{
    text-align: center;
    font-size: 20px;
}


.merch .article{
    padding-bottom: 50px;
}

.merch .sticker img{
    padding-bottom: 0px;
}

.merch img:hover img, p{
    transform: scale(120%) translateY(-10px);
}

/*
Tickets
*/

.tickets .wrapper{
    width: 90vw;
    margin: 0 auto;
    max-width: 700px;
}

.tickets h2{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.tickets h3{
    font-size: 30px;
    padding-bottom: 20px;
}

.ticketprices{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
}

.tickets .explain{
    padding-bottom: 20px;
}

.soldout{
    opacity: 0.5;
}

.ticketprices p:nth-child(even){
    justify-self: end;
}

.ticketprices p{
    padding-bottom: 15px;
}

.tickets a{
    transition: 0.5s;
    transform-origin: center;
}

.tickets a:hover{
    font-size: 25px;
    color: #f6a316;
}


@media (min-width: 600px) {
    .newssection{
        display: flex;
    }
    .newstext::after{
        display: none;
    }

    .newstext{
        border-right: 1px solid #336129;
        padding-right: 5px;
    }

    .newsletter{
        padding-left: 5px;
        width: 40vw;
    }

    .merch p{
        font-size: 25px;
    }
}

@media (min-width: 768px){

    .hero{
        display: flex;
        align-items: center;
        padding: 0px 20px 50px 20px;
    }

    .hero img{
        width: 50vw;
        height: auto;
    }

    h1{
        font-size: 70px;
    }

    footer img{
        width: 50px;
        height: auto;
    }

    .artists{
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 90vw;
        margin: 0 auto;
    }
    .artistsbox{
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .artists h3{
        font-size: 60px;
    }

    .merch img{
        width: 40vw;
    }

    .wrapper-merch{
        grid-template-columns: 1fr 1fr;
    }

    .merch .sticker img{
        padding-bottom: 16px;
    }

}

@media (min-width: 900px){
    h1{
        font-size: 90px;
    }

    header nav{
        justify-content: center;
    }

    .hero img{
        max-width: 450px;
    }

    .hero{
        max-width: 900px;
        max-height: auto;
        margin: 0 auto;
    }

    .inner{
        max-width: 800px;
    }

    .artists{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 90vw;
        max-width: 800px;
    }

    .artists img{
        max-width: 230px;
    }

    .artists h3{
        font-size: 50px;
    }

    .wrapper-lineup{
        max-width: 800px;
    }

    .wrapper-merch{
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 810px;
    }

    .merch img{
        width: 25vw;
        max-width: 225px;
    }

    .merch a{
        display: flex;
        justify-content: center;
    }
    }