/*
 orange EF7947
 menthol 3AB8BF
 purps 6B6FB2
 yellowish FEE79D

*/


@font-face {
    font-family: tropics;
    src: url(../assets/tropics.woff2);
}


:root {
    --orange: #EF7947;
    --menthol: #3AB8BF;
    --purps: #6B6FB2;
    --yellowish: #FEE79D;
    --pink: #FFB9E8;
    --white: rgb(234, 234, 235);
    --black: #270d01;

}



* {
    margin: 0;
    padding: 0;
    
    sizing: border-box;
}


img {
    display: block;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Archivo', Arial, sans-serif;
    color: var(--black);
    background-color: var(--purps);
}

#container {
    max-width: 1200px;
    margin: 0 auto;


}

section {
    position: relative;
}



/* ---- header en nav --- */
header {

    /* background-color: var(--orange); */
    position: relative;
   
}

/*
header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-image: url(../img/dividers/divider11kopie.svg);

    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: center bottom;
    transform: rotate(180deg);
    z-index: 1;

    filter:drop-shadow( 0 -40px  #6B6FB2);
}*/



.mainLogoWrap {
    min-width: 200px;
    max-width: 240px;

    margin: 0 auto;
    padding-top: 10px;
    padding-left: 10px;


    display: flex;
    justify-content: center;

    position: relative;
    z-index: 2;

   /* background-color: var(--orange); */

}

#logo {
}

.menuButton {
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-color: var(--purps);

    position: fixed;
    z-index: 1001;
    top: 10px;

    right: 16px;

    border-radius: 16px 21px 13px 18px;
    
    box-shadow: 4px 4px 0 var(--white);
}

.menuButton:hover {
    background-color: var(--menthol);
}


.menuButton:active {
    transform: translate(3px, 3px);
    
    box-shadow: 1px 1px 0 var(--white);
}

.menuButton:before {
    content: "X";
    display: block;
    top: 20px;
    font-size: 26px;

    transform: rotate(4deg) scaleY(1.2);
    position: absolute;
    left: 12px;
    top: 23px;

    line-height: 4px;
    font-family: serif;
    font-family: tropics, archivo, sans-serif;

}

.menuVerborgen .menuButton:before {
    content: "|||";
    left: 2px;
    top: 23px;
    transform: rotate(98deg) scaleY(1.2);
}



nav ul {
    position: fixed;
    z-index: 1000;

    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--pink);
    list-style: none;
    padding-top: 60px;

}



nav ul li a {
    display: block;
    text-decoration: none;
    font-family: serif;
    font-family: "gelato-luxe", sans-serif;
    font-size: 30px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 3px;
    color: var(--black);
}

nav ul li.active a{
    text-decoration: underline;
}

nav ul li a:hover {
    background-color: var(--purps);
    color: var(--white);
    background-image: linear-gradient(90deg, var(--pink), var(--purps), var(--pink));
}


.menuVerborgen ul {
    display: none;
}

/*----- nd menu ----*/

h2 {

    font-family: tropics, archivo, sans-serif;



    font-weight: 400;
    font-style: normal;

    font-size: 50px;
    line-height: 44px;

    color: var(--white);
    text-shadow: 4px 4px 0 var(--white);
    padding: 30px 10px 40px;

}


h2 em {
    font-style: normal;
    color: var(--black);
}

h3 {
    font-family: "gelato-luxe", sans-serif;
    font-weight: normal;

}


p {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 155%;

    font-weight: 300;
    max-width: 600px;

}


/*main*/




/* -------- SECTION premiere -------- */




#premiere {
    background-color: var(--black);
    background-image: radial-gradient(  #4f528e 30%,var(--purps) 60%);
    color: var(--yellowish);
    padding-top: 60px;
    padding-bottom: 80px;

}

#premiere:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-image: url(../img/dividers/divider10.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: center bottom;
    transform: rotate(0deg);
    z-index: 1;
}


.poster {
    max-width: 400px;
    margin: 0 auto;
}

h2 {
    text-shadow: 4px 4px 0 var(--orange);
}

#premiere h3 {
    padding-top: 20px;
    text-align: center;
    font-size: 30px;
   
}

#premiere h5 {
    text-align: center;
    padding-bottom: 40px;
}


.adres p {
    text-align: center;

}

/*inschrijffknop*/

.inschrijvenWrap{
    text-align: center;
    padding-bottom: 60px;
}


.inschrijven{
    padding: 10px 20px 8px;
    display: inline-block;
    background-color: var(--pink);
    border-radius: 10px 20px 7px 13px;
    
    box-shadow: 6px 6px 0 var(--orange);
    transform: rotate(-4deg);
    text-decoration: none;
    font-family: "tropics", sans-serif;
    animation: beweeg infinite .5s;
}

.inschrijven:hover{
    background-color: var(--yellowish);
    animation:none;
}


.inschrijvenWrap:active .inschrijven{
    transform: translateY(5px) translateX(5px) rotate(-4deg);
    box-shadow: 1px 1px 0 var(--orange);
    animation: none;
    color: var(--purps);
}



@keyframes beweeg{
    0%{
        box-shadow: 6px 6px 0 var(--orange);
        transform: rotate(-4deg) ;
    }
    90%{
        box-shadow: 3px 3px 0 var(--orange);
        transform: rotate(-4deg) translateY(3px) translateX(3px);
    }

    100%{
        box-shadow: 6px 6px 0 var(--orange);
        transform: rotate(-4deg) ;
    }
}







/* -------- SECTION missie & slides-------- */
#missie {
    background-color: var(--yellowish);
    margin-bottom: 100px;

}

#missie h2{
    color: var(--purps);
}



.missieText {
    padding: 40px;

}


#missie p:first-of-type {
    font-weight: 700;
    padding-left: 10px;

}






/*---slides---*/
.slider {
    background-color: var(--black);
    width: 100%;
}

.slick-slide {
    background-color: var(--black);
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}



.slick-dots li button{
    transform: translateY(24px) translateX(-16px);
    opacity: 1;

    display:none;
}

.slick-dots li button:before {
    content:"";
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    top: 40%;
    left: 40%;
   background-color: var(--menthol);
   border-radius: 50%;
   opacity: 1;

   margin: 4px;
   
}


/*---- docus ---- */

#docus{
    padding: 20px 20px 120px;
}

#docus h3{
    font-family: Archivo, sans-serif;
}


.docuTeam>a{
    
}


.docuTeam>a {
    padding: 10px 20px 8px;
    display: inline-block;
    background-color: var(--pink);
    border-radius: 10px 20px 7px 13px;
    
    box-shadow: 6px 6px 0 var(--orange);
    transform: rotate(-4deg);
    text-decoration: none;
    font-family: "tropics", sans-serif;
}

.docuTeam>a :hover{
    background-color: var(--yellowish);
    animation:none;
}


.docuTeam>a Wrap:active .docuTeam>a {
    transform: translateY(5px) translateX(5px) rotate(-4deg);
    box-shadow: 1px 1px 0 var(--orange);
    animation: none;
    color: var(--purps);
}


/* -------- SECTION testis -------- */

#testimonials{
    margin-bottom: 120px;
}

#testimonials h2{
    text-align: center;
}

#testimonials .slider{
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    background-color:var(--orange);

}

.story>div{
    background-color: var(--orange);
    padding: 0px 0px 120px;
    display: flex;
}

.storyText p:first-of-type{
    padding-top: 20px;
    font-weight: bold;
    font-size: 16px;
}

.storyImage{
    width: 40%;
    margin-left: 20px;
}

.story img{
    width: 100%;
    display: block;
}


.story h3{
    padding-top: 40px;
    text-align: center;
    font-size:40px;
    padding-bottom: 30px;
}

.story p{
    max-width: 400px;
    font-size: 14px;
}


/*------------- #dank  --*/

#dank{
    
}

.sponsors{
    background-color:white;
  
    padding: 40px 20px 120px;

    
}

.sponsorbeeldjes{
    display: flex;
    align-items: flex-start;
}

.sponsorbeeldjes img{
    width: 40%;
    margin-right: 5%;
}



.dankTekst{
    background-color: var(--white);
  
    padding: 40px 20px 120px;
}

.sponsors p, .dankTekst p{
    text-indent: 0;
    padding: 0 0 20px;
}
.dankTekst ul{
    list-style: none;
   
}

.dankTekst ul li{
    font-size: 14px;
    padding-bottom: 12px;
    padding-left: 40px;
    font-weight: 600;
}

footer{
   padding: 20px 20px 0px;
}

.insta{
    text-align: center;
    padding: 60px 20px 60px;
}

.insta li{
    display:inline-block;
    margin: 10px;
}

.insta a{
    display:block;
    text-decoration: none;
    color: var(--white);
    font-size: 10px;
}

.insta li a:before{
    content: "";
    display:block;
    margin: 0 auto;
    width: 64px;
    aspect-ratio: 1/1.15;
    background-repeat: no-repeat;

    filter: drop-shadow(6px 6px 0 pink);
   
}

.insta li a:hover:before{
   
    transform: translate(2px,2px);
    filter: drop-shadow(4px 4px 0 pink);
   
}

.insta li a:active:before{
   
    transform: translate(5px,5px);
    filter: drop-shadow(1px 1px 0 pink);
   
}

.insta li:nth-of-type(1) a:before{
    background-image: url(../img/ig/ig-purps.svg);
}

.insta li:nth-of-type(2) a:before{
    background-image: url(../img/ig/ig-orange.svg);
}

.insta li:nth-of-type(3) a:before{
    background-image: url(../img/ig/ig-mentol.svg);
}

.leus{
    font-size: 40px ;
    font-weight: normal;
    width: 80%;
    padding: 40px 40px 80px;
    max-width:100%;
}

.leus a{
    text-decoration: none;
    color: var(--yellowish);
    padding: 20px 0;
}

address{
    text-align: center;
    padding-bottom: 120px;
}

address p{
    padding-bottom: 0;
    font-style: normal;
    max-width:100%;
    
}

address p:first-of-type{
    font-size: 24px;
    text-indent: 0px;
}

address a{
    padding-bottom: 0;
    color: var(--yellowish);
}

footer h6{
    text-align: right;
}


@media (min-width:500px) {

    .leus{
        width: 500px;
        margin: 0 auto;
    }

    .slick-dots li button{

        display:block;
    }
}


@media (min-width:600px) {

    header {
        justify-content: space-between;
    }

    .mainLogoWrap {
        margin: 0;
    }

    /* ---premiere --*/

    .premiereWrap {
        display: flex;
        justify-content: center;
    }

    .poster {
        max-width: 300px;
        margin: 0 30px 0 0;
    }

    .premiereText {
        margin-left: 40px;
    }


  

   /* .column-span-2 {
        grid-column: 4 / 5;
        grid-row: 2 / 5;

    }*/
}






@media (min-width:960px) {


    header {
        display: flex;
    }

    /* menu */

    nav ul {
     
        
        padding: 6px 20px ;
        background-color: transparent;

        position: static;
        height: auto;
        width: auto;
      
    }

    nav ul,
    .menuVerborgen ul {
        display: flex;
    }

    nav ul li{
        margin-left: 16px;
        padding: 0;
       
    }
    nav ul li a{
    
        padding: 0;
        font-family: "archivo" ;
        font-size: 16px;

        font-weight: 300;
        
    }

    nav ul li.active a{
        color: var(--white);
       
    }

    nav ul li a:hover{
        color: var(--white);
        background-image: none;
        background-color: transparent;
    }

    .menuButton {
        display: none;
    }

     /* end menu */

    #missie {
        display: flex;
        align-items: flex-start;
        padding-bottom: 0px;

        position: relative;
        margin-bottom: 120px;
    }

    .missieText {
        width: 50%;
    }

    #missie .slider {
        width: 50%;
        background-color: transparent;
        transform: translate(0px, 64px) rotate(5deg);
        
        box-shadow: 6px 6px 0 var(--orange);
    }

    #missie:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        height: 100px;
        width: 100%;
        background-image: url(../img/dividers/divider11.svg);
        background-repeat: no-repeat;
        background-size: cover;
        transform-origin: center bottom;
        transform: rotate(180deg);
        z-index: 1;
    }
    


    .dankWrap{
        display: flex;
    }
    .sponsors, .dankTekst{
        width: 50%;
        padding-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .sponsorbeeldjes{
        display: block;
    }

    .sponsorbeeldjes img{
        width: 80%;
        margin-bottom: 20px;
    }


}