          /*responsive websites*/

*, *:before, *:after{box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.wrapper{max-width: 100%;
    margin:0 auto;}

/***HamburgerMenu***/
  /* Style the navigation menu */
  .topnav {
  overflow: hidden;
  background-color: whitesmoke;
  position: relative;
  }

  /* Hide the links inside the navigation menu (except for logo/home) */
  .topnav #myLinks {
   display: none;
   }

   /* Style navigation menu links */
  .topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  }

  /* Style the hamburger menu */
  .topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  }

  /* Add a grey background color on mouse-over */
  .topnav a:hover {
  background-color: #ddd;
  color: black;
  }

  /* Style the active link (or home/Menu) */
  .active {
  background-color: #4CAF50;
  color: white;
  } 

/**********Background and images**********/
.bgimg-1{
    background-image: url(../pictures/MOOIMM/Moorsel/MOOgebouw.jpg);
    height: 100vh;
}

.bgimg-2{
    background-image: url(../pictures/ESP/ESPgebouw.jpg);
    min-height: 500px;
}

.bgimg-3{
    background-image: url(../pictures/MOOB/Moorselbaan.JPG);
    min-height: 500px;
}

.bgimg-4{
    background-image: url(../pictures/DEBLOE/BloesemKerksken.JPG);
    min-height: 500px;
}

.bgimg-5{
    background-image: url(../pictures/KSSM/SintJozefstraat/gebouw%20kssm.JPG);
    min-height: 500px;
}

.bgimg-6{
    background-image: url(../pictures/RAF/SPP%20RAF.JPG);
    min-height: 500px;
}

.bgimg-7{
    background-image: url(../pictures/STGO/stgo%20gebouw.JPG);
    min-height: 500px;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7{
    position: relative;
    opacity: 0.9;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-family: 'Courgette', cursive;
  text-align: center;
  text-shadow: 2px 2px grey;
  color: #000;
}

.captionpicture {
  position: relative;
  width: auto;
  max-width: 990px;
  height: 227px;
  padding-top: 140px;
  background-image: url(../pictures/banner-organisatiestructuur.jpg); 
  font-family: 'Courgette', cursive;
  font-size: 30px;
  color: dimgray;
  text-align: center;
  
}



.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 40px;
  letter-spacing: 10px;
}


.photoblock{
    position: relative;
    width: auto;
    height: auto;
    max-width: 750px;
    margin:0 auto;
    margin-top: 20px;
    background-color: none;
    text-align: center;
    font-family: 'Courgette', cursive;
    font-size: 40px;
    }

.foto {
    position: relative;
    float: left;
    width: 235px;
    height: 245px;
    border: solid grey 1px;
    border-radius: 15px;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: beige;
    text-align: center;
    }



/**********Titles & subtitles**********/

.buttons {position: relative;
    width: auto;
    height: auto;
    font-family: 'Courgette', cursive;
    font-size: 40px;
    text-align: center;}

.headtitle {position: relative;
    width: auto;
    height: auto;
    background-color: whitesmoke;
    color:grey;
    font-family: 'Courgette', cursive;
    font-size: 50px;
    text-shadow: 2px 1px black;
    text-align: center;
    margin-bottom: 20px;}

.title {position: relative;
    width: auto;
    height: auto;
    background-color: none;
    font-family: 'Courgette', cursive;
    font-size: 40px;
    text-shadow: 2px 1px black;
    text-decoration-color: darkgray;
    text-align: center;}


.intro{position: relative;
    width: auto;
    height: auto;
    margin-top: 30px;
    font-family: 'Courgette', cursive;
    font-size: 20px;
    color:black;
    text-align: center;}

.table {position: relative;
    width: auto;
    height: auto;
    color:whitesmoke;
    font-family: 'verdana', cursive;
    font-size: 15px;
    text-shadow: 2px 2px grey;
    text-align: center;
    margin-bottom: 20px;}

.text {position: relative;
    width: auto;
    height: auto;
    color:darkgrey;
    font-family: 'verdana', cursive;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;}

.subtitle1114 {position: relative;
    width: auto;
    height: auto;
    background-color: black;
    color:whitesmoke;
    font-family: 'Courgette', cursive;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;}

.subtitleteam {position: relative;
    width: auto;
    height: auto;
    background-color: orange;
    color:whitesmoke;
    font-family: 'Courgette', cursive;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
    }
/**********footer**********/
    
.footer{
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
    }
