* {
  box-sizing: border-box;
}

@font-face {
  font-family: zvm;
  src: url(cartoon.ttf);
}


@font-face{
  font-family: pindakaas;
  src: url(KaushanScript-Regular.otf);
}



body{
    background: #cfc;
    padding: 0;
    margin: 0;
}

header{
  background-color: #9ff;
  background-image: linear-gradient(-10deg, #050, #bff);
  margin: 0;
  padding: 10px;
  border-bottom: double 3px #050;
  border-radius: 100% 100% 0 0;
  box-shadow: 0px -20px 50px 50px #cff;

}

header h1{
    background: #588 url("../images/Colorful-Natural-Tree.svg") no-repeat left bottom;
    background-blend-mode: luminosity;
    color: #fed;
    text-align: center;
    width: 500px;
    margin: 0px auto;
    padding: 15px 10px;
    border: double 0px #f0a;
    border-top: double 9px #f0a;
    border-bottom: double 9px #f0a;
    border-radius: 50%;
    font-family: zvm;
    font-size: 110%;
    box-shadow: 0px -30px 50px 40px #ffd;
}


.kopletters{
  font-size: 230%;
}

@media screen and (max-width: 700px){
  header{
    
  }

  header h1{
    font-size: 80%;
    width: 300px;
  }

  @font-face {
   font-family: pindakaas;
   src: url(Arial.ttf);
  }
}


/***********************     navigatie     **************************/

button{
  background-color: red;
}


nav {
  overflow: hidden;
  background-color: #070;
  color: bisque;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 5px 5px 10px 10px #aca;
}

nav a {
  float: left;
  display: block;
  color: bisque;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;


}

.active {
  background-color: #7c9;
  color: #060;
  border-bottom: 2px solid #050;
}

nav:last-child(2){
  float: right;
}


nav .icon {
  display: none;
}

.subMenu {
  float: left;
  overflow: hidden;
}

.subMenu .subMenuBtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: bisque;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}



.subMenu-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.subMenu-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

nav a:hover, .subMenu:hover .subMenuBtn {
  background-color: #555;
  color: white;
}

.subMenu-content a:hover {
  background-color: #ddd;
  color: black;
}

.subMenu:hover .subMenu-content {
  display: block;
}

nav a{
  float: left;
}

nav .loggen{
  float: right;
}


@media screen and (max-width: 850px){

  nav a:not(:first-child), .subMenu .subMenuBtn {
    display: none;
  }
  nav a.icon {
    float: right;
    display: block;
    
  }
  .icon{
    margin: 0;
    padding: 2px 10px 4px 30px;
    font-size: 35px;
  
  }
}

@media screen and (max-width: 850px) {
  nav.responsive {position: relative;}
  nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  nav.responsive .subMenu {float: none;}
  nav.responsive .subMenu-content {position: relative;}
  nav.responsive .subMenu .subMenuBtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.active a{
  color: black;
}


/*****************     login       ****************/



form {
  border: 3px solid #f1f1f1;
  max-width: 500px;
  margin: auto;
}

/* Full-width inputs */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
.container {
  padding: 16px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}




.login, .register {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
}

.login h1, .register h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.login .links, .register .links {
  display: flex;
  padding: 0 15px;
}

.login .links a, .register .links a {
  color: #9da3ac;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: 500;
}



/***********************  Welkom bezoeker  ***************************/


#welkom{
  text-align: center;
  font-family: zvm;
  font-size: 120%;

}

.welkom{
    display: inline-block;
}

.welkom::first-letter{
  font-size: 200%;
}


/***************     main     ***************/

main{
  background-color: #7ff;
  width: 95%;
  margin: auto;
  min-height: 500px;
  padding: 20px;
  border: double 7px goldenrod;
  border-radius: 30px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
}



#repertoire, #repetitie, #studeren, #tips{
  text-align: center;
}

/*************   home   **********************/




#home article{
  background-color: #fff;
  width: 95%;

  margin: 20px auto;
  border: 5px double blue;
  border-radius: 10px;
  padding: 6px;
}

#home article img{
  width: 96%;
  border-radius: 100px;
  margin: 0 20px;
  position: relative;
  left: 0px;
  top: 34px;
  opacity: 0.3;
  

}

#home article div{
  font-family: pindakaas;
  height: 0px;
  padding: 40px 40px;
  font-size: 150%;
  position: relative;
  top: -450px;

  width: 100%;

}


@media screen and (max-width: 1200px) {
  #home article div{
    font-size: 130%;
    padding: 100px 40px 0 40px;
  }
}

@media screen and (max-width: 1100px) {
  #home article div{
    font-size: 120%;
    margin: 150px 0 1px 0;
    padding: 0px 40px 0 40px;
  }
}


@media screen and (max-width: 900px) {
  #home article div{
    font-size: 90%;
    margin: 200px 0 1px 0;
  }
}

@media screen and (max-width: 700px) {
  #home article div{
    font-size: 90%;
    margin: 400px 0 1px 0;
  }

  #home article img{
  width: 90%;
  border-radius: 100px;
  margin: 0 20px;
  position: relative;
  left: 0px;
  top: 34px;
  opacity: 0.4;
  
  }
}


/*********************    contact    *********************/


#contact{
    background-color: #F8F9F9;
    padding: 30px;
    box-sizing: border-box;
    font-family: Tahoma, Geneva, sans-serif;
}


#contact input, #contact textarea, #contact p{
    outline: 0;
}

#contact h1 {
    margin: 0;
    padding: 20px;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #eceff2;
    color: #6a737f;
    font-weight: 600;
}
.contact {
    background-color: #fff;
    width: 500px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
}
.contact .fields {
    position: relative;
    padding: 15px;
}
.contact input[type="text"], .contact input[type="email"] {
    display: block;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #dfe0e0;
    width: 100%;
}
.contact input[type="text"]:focus, .contact input[type="email"]:focus {
    border: 1px solid #c6c7c7;
}
.contact input[type="text"]::placeholder, 
.contact input[type="email"]::placeholder, 
.contact textarea::placeholder {
    color: #858688;
}
.contact textarea {
    resize: none;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #dfe0e0;
    width: 100%;
    height: 150px;
}
.contact textarea:focus {
    border: 1px solid #c6c7c7;
}
.contact input[type="submit"] {
    display: block;
    margin-top: 15px;
    padding: 15px;
    border: 0;
    background-color: #518acb;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 100%;
}
.contact input[type="submit"]:hover {
    background-color: #3670b3;
}
.contact input[name="email"] {
    position: relative;
    display: block;
}
.contact label {
    position: relative;

}
.contact label i {
    position: absolute;
    color: #dfe2e5;
    top: 31px;
    left: 15px;
    z-index: 10;
}
.contact label i ~ input {
    padding-left: 45px !important;
}
.contact .responses {
    padding: 15px;
    margin: 0;
}











/********************   dirigent   ***********************/

#dirigent h1{
  text-align: center;
  font-family: pindakaas;
}

#dirigent p{
  font-family: pindakaas;
  font-size: 140%;
}


#nico img{
    width: 170px;
    float: left;
    margin: 15px;

    clip-path: ellipse(50% 50% at 50% 50%);
    shape-outside: circle(55%); 
}

@media screen and (max-width: 700px) {
  #dirigent p{
  font-size: 100%;
  }

  #nico img{
    border-radius: 20px;
  }
}

/***************     concerten      ******************/


#concerten p{
  font-family: pindakaas;
  font-size: 140%;
}


/***************     repertoire      ******************/


#repertoire p{
  font-family: pindakaas;
  font-size: 140%;
}


/*************   jaarschema   ***************/

.jaarschema table {
  width: 600px;
  margin: center;
  background-color: #0ef;
}

.jaarschema td{
    width: 100px;
    text-align: center;
    border-bottom: dashed 1px #050;
    border-left: dashed 1px #050;
}

.jaarschema .vakantie{
  font-weight: bold;
}

/**********************     tips    *****************/


#tips p{
  font-family: pindakaas;
  font-size: 140%;
  text-align: left;
}


/************   oefenen   *****************/

.oefenen{
  width: 600px;
  margin: auto;
}

#oefenen ul{  /*#muziekpagina */
  background: #070;
  padding: 4px 8px;
  width: 600px;
  border:  3px double #da1;
  cursor: pointer;
  list-style-type: none;
  border-radius: 7px;
}

#programmaLijst{
 /* display: none;*/
}

.aanhef{
  font-family: pindakaas;
  text-align: center;
  background-color: #050;
  color: #fff;
  padding: 12px;
  border-radius: 50%;
}

.muziekstuk{
  color: #fff;
  padding: 5px;

}

.muziekstuk:hover{
  background: #0375b4;
}

#oefenen .aanhef{
   background: #0375b4;
   font-size: 100%;
}

#oefenen audio{
  width: 572px;
  border: 3px double #da1;
  border-radius: 10px;
  margin: 0 auto;
  background: #afa;
}

#oefenen audio:hover{
    background: #8d8;
}

#zoen_music h3{
    background-color: #060;
    color: #da1;
    font-stretch: extra-expanded;
    text-align: center;
    width: 300px;
    font-family: pindakaas;
    font-size: 170%;
    border-top: 9px double #da1;
    border-bottom: 5px double #da1;
    border-left: 1px double #da1;
    border-right: 1px double #da1;
    padding: 10px 14px;
    margin: 0 auto;
    border-radius: 50%;

}

#kopi_partituur{
  display: none;
}

#zoen_music a{
  text-align: center;
  display: block;
  color: #fed;
  font-weight: bold;
  width: 60%;
  margin: 8px auto -15px;
  text-decoration: none;
  background-color: #088;
  border: 1px solid #ff0;
  border-radius: 20px;
}

#zoen_music a:hover{
  background-color: #fed;
  color: #088;
}

@media screen and (max-width: 700px) {
  .oefenen{
    width: 400px;
    margin: auto;
  }
  #oefenen ul{ 
    width: 400px;
  }
  #oefenen audio{
    width: 372px;
  }
}

@media screen and (max-width: 620px) {
  .oefenen{
    width: 320px;
    margin: auto;
  }
  #oefenen ul{ 
    width: 320px;
  }
  #oefenen audio{
    width: 292px;
  }
}


/******************          ***************/













