*{
    margin: 0;
    padding: 0;
    /*color: rgb(9.0,174.0,193.0);*/
    color: white;
}

@import url('https://fonts.googleapis.com/css?family=Merienda+One|Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Playfair+Display&display=swap');
@import url('https://www.schoolvoorbeeld.be/css/crowl.animations.css');


body{
   font-family: 'Noto Sans JP', sans-serif;
    font-size: 19px;
    /*font-family: 'Athiti', sans-serif;*/
}


h1,h2,h3,h4,h5,h6{
    font-family: 'Playfair Display', sans-serif;
    font-size: 3rem;
}

h1{
    padding: 40px 10%;
    background-color: #848484;
    text-align: center;
}

img{
    max-width:100%;
}


/*opmaak van de banner*/
header{
    background-image: url(../images/closeupkoptelefoon.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    /*
    height: 100vh;
    color: white;
    font-size: 3rem;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/wall.jpg);
    background-size: cover;
    background-position: center center;
    */
    overflow:hidden;
}

header figure{
    display: flex;
    justify-content: center;
    align-items:flex-end;
    height:80vh;
}
header figure img{
    max-width:80%;
}

/**opmaak van de navigatiebalk*/


nav{
    display: flex;
    padding: 30px;
}

nav a{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    background-color: black;
    color: white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    
    cursor: pointer;
    color: white;
    text-decoration: none;
    box-shadow: 3px 3px 3px black;
}

nav a:hover{
    background-color: #848484;
    color: bright:
}


/*opmaak van main*/
main{
    /*background-color: black;*/
    margin: auto;
    background-color: #020202;
}

.breedte{
    width: 80%;
    margin: auto;
    background-color: #848484
}


#muziek{
    padding: 20px 0px;
}


#festivaltervuren{
    height: 110vh;
    background-image: url(../images/festivaltervuren.JPG);
    margin: auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

main iframe{
    margin: auto;
    height: 75vh;
    max-height: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

main section{
    display: flex;
    
}


#artist{
    padding: 0px 20px;
    background-color: #1c3c5c;
    text-align: center;
    align-items: center;
}

#bio{
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.instagram-media{
    height: 100vh;
}

main section a{
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    max-width: 25%;
    min-height: 50px;
    height: 100%;
    width: 100%;
    box-shadow: 3px 3px 3px black;
   
    border-radius: 100px;
    border: 8px solid black;
    padding: 20px 20px;
}


#hyperlinks{
    padding: 20px 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}


main section figure img{
    max-height: 75vh;
}

main section article{
    flex: 1 0 40%;
    padding: 20px 20px;
}

main section article p{
    padding: 40px 0px;
}

main section iframe{
    padding: 20px;
    justify-content: space-between;
    height: 185px;
    max-width: 90%;
}

/*
.soundcloudlinks{
    flex: 1 40%;
    padding: 20px;
}
*/


.spacebetween{
    padding: 20px 0px;;
}

#socials{
    padding: 20px 20px;
}

#vlag{
    height: 110vh;
    background-image: url(../images/vlag2.jpg);
    margin: auto;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/*opmaak van de footer*/
footer{
    display:flex;
    flex-wrap: wrap;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    background-image: url(../images/concert3.jpg);
    margin: auto;
    background-size: cover;
    background-position: center center;
}

footer address{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

footer address a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    height: 100vh;
    width: 100vh;
    border-radius: 100px;
    border: 20px solid black;
    box-shadow: 20px 20px 20px black;
    background-color: white;
}

footer address a img{
    height: 90vh;
    width: 90vh;
    max-height: 100%;
    max-width: 100%;
}

footer h1{
    padding: 40px 10p%;
    width: 100%;
    max-width: 80%;
    text-align: center;
}

#mailbox{
    width: 50%;
    max-width: 50%;
    margin: auto;
    background-color: #020202;
    /*box-shadow: 100px 100px 100px black;*/
    padding: 5vh 10vh;
}

/*style="width:100%; height:250px; color: black; font-size: 20px; padding: 5px;"*/

#textarea{
    font-family: sans-serif;
    width: 100%;
    height: 250px;
    color: black;
    font-size: 20px;
    padding: 5px;
}

#positieknop{
    display: flex;
    justify-content: center;
}

#submit{
    width: 50%;
    height: 45px;
    background-color: black;
    border: 4px solid white;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
}

.labellettertype{
    font-size: 25px;
}

/*width:100%; height:25px; color: black; font-size: 20px; padding: 5px*/

.textbox1{
    width: 100%;
    height: 25px;
    color: black;
    font-size: 20px;
    padding: 5px;
}

iframe{
    border: 0;
    width: 100%;
    height: 100%;
}

/*opmaak voor mobiele toestellen*/

@media (max-width:1000px){
    /*hier komen je stijlregels voor mobiel*/
    .row1{
        flex-direction: column;
    }
    main section{
        flex-direction: column;
    }
    main section a{
        flex-direction: row;
    }
    #submit{
        width: 100%;
    }
    
}