
html {
    font-family: 'Open Sans', sans-serif;
 }

 iframe{
  display: block;
  margin: 0 auto;
  text-align: center;
  border:none; 
  height: 454px; 
  width: 375px;
  scale: 50%;
}
 
 a:link{
  text-decoration: none;
  color: black;
 }

 a:visited{
   color: black;
 }

 a:hover{
   color: black;
 }

 body {
    margin: 0%;
    display: flex;
    flex-wrap: flex;
    flex-direction: column;
}

 /*kop van de tekst*/

.boarder{
    width: 100%;
    margin: 0;
}

 h3 {
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     margin: auto;
 }

 .intro{
   text-align: center;
   padding-left: 10vw;
   padding-right: 10vw;
   margin-top: 4vw;
 }

 h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
 }

 .kopje{
   color: rgb(197, 187, 206);
   font-weight: 600;
 }

 .kopje-licht{
   color: rgb(239, 232, 247);
  font-weight: 600;
 }

.tekst-licht{
  color: white;
}

 table{
  font-family: 'Open Sans', sans-serif;
 }
 
 .bold {
     font-weight: 600;
 }

  /* navbar */

  .header {
    background-color: rgb(197, 187, 206);
    text-align: center;
  }
  
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: rgb(197, 187, 206);
    width: 100%; 
  }
  
  .header li a {
    display: flex;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    justify-content: center;
    text-align: center;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: rgb(239, 232, 247);
  }
  
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }

  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 20px 20px;
    position: relative;
    user-select: none;
   
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
   
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 300px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
  /* Computer grootte */
  
  @media (min-width: 48em) {
    .title {
      text-align: center;
      display: inline-block;
      height: 9vw;
      width: 100%;
      background: rgb(238, 225, 248); 
   }

   .schaar-logo {
    width: auto;
    height: 100%;
    vertical-align: middle;
    }

    /*menu*/

    .header li {
      float: left;
    }
    .header li a {
      padding: 10px 20px;
    }
    .header .menu {
      clear: none;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
    .header ul {
      display: flex;
      justify-content: center;
    }  

    .reserveer{
      text-align: center;
      padding-left: 10vw;
      padding-right: 10vw;
      padding-top: 5vw;
      padding-bottom: 5vw;
      margin-top: 5vw;
      margin-bottom: 5vw;
      background: linear-gradient(rgb(105, 93, 116, 0.5), rgb(105, 93, 116, 0.5)), url("./Hairdressing.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed;
     }
  }


  /*Telefoon grootte*/

  @media (max-width: 48em) {
    .header {
      flex-direction: row-reverse;
      justify-content: center;
    }

    .schaar-logo {
      width: 300px;
      margin-left: auto;
      margin-right: auto;
      vertical-align: middle;
  }

  label.menu-icon{
    float: right;
  }
  
  .title {
    text-align: center;
    display: inline-block;
    width: 100%;
    background: rgb(238, 225, 248);
 }
 
 .reserveer{
  text-align: center;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
  background: linear-gradient(rgb(105, 93, 116, 0.5), rgb(105, 93, 116, 0.5)), url("./Hairdressing.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
 }
    
  }
  
  