body { 
  background-color: #2f3641;
  background-attachment: fixed;
  }
  
  * {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  text-decoration: none;
  }
  
  p {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 20px;
  text-align: left;
  color: #2f3641;
   } 
   
    p1 {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 20px;
  text-indent: 10px;
  text-align: left;
  color: #2f3641;
  }
   
    p2 {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 20px;
  text-indent: 20px;
  text-align: left;
  color: #2f3641;
  }
   p3 {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 20px;
  text-indent: 30px;
  text-align: left;
  color: #2f3641;
  }
   
  
.navbar {
  background-color: #404958;
  overflow: hidden;
  position: fixed;
  display: flex;
  justify-content: center;
  z-index: 99;
  bottom: 0;
  width: 100%;
  
}

/* Style the links inside the navigation bar */
.navbar a {
  float: left;
  display: block;
  color: grey;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  font-size: 30px;
  
}

/* Change the color of links on hover */
.navbar a:hover {
   color: white;
}

/* Add a color to the active/current link */
.navbar a.active {
  color: white;
}
 
 .uitleg {
  position: relative;
  display: inline-block;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: darkorange;
  }

.uitleg .uitlegtext {
  visibility: hidden;
  width: 200px;
  background-color: #fbf087;
  color: darkslategrey;
  font-weight: bold;
  font-size: 20px;  
  text-align: left;
  border-radius: 6px;
  padding: 10px 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.uitleg:hover .uitlegtext {
  visibility: visible;
  opacity: 0.8;
  transition: opacity 1s;
}
   
  #omslag {
  opacity: 1;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  }
  
 .text {
  color: #2f3641;
  font-size: 68px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
        
  #naam {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: darkorange;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  height: 100px;
  transition: .2s ease;
  backface-visibility: hidden;
  }
  
  #naam:link {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: darkorange;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  height: 100px;
  transition: .2s ease;
  backface-visibility: hidden;
  }
  
  #naam:hover {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: coral;
  font-size: 72px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  height: 100px;
  transition: .5s ease;
  backface-visibility: hidden;
  }
  
  #naam:visited {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: gold;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  height: 100px;
  transition: .5s ease;
  backface-visibility: hidden;
  }
    
  .container1 {
  position: relative;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  }
  
  .container1:hover .overlay {
  opacity: 0.85;
}

.overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .10s ease;
  background-color: LightSteelBlue;
}

  .container2 {
  position: absolute;
  display: block;
  top: 70px;
  left: 300px;
   margin-left: 5px;
   }
   
   .container2 a {
   color: darkorange;
    }
    
    container2 a:link {
    color: darkorange;
     }
   
    container2 a:visited {
    color: gold;
     }
     
      container2 a:hover {
    color: coral;
     }
     
      container2 a:active {
    color: coral;
     }
   
   .container3 {
  position: relative;
  display: block;
  width: auto;
  margin-top: 25px;
  padding: 0px 0px 0px 0px;
  margin-left: -25px;
  background-color: ghostwhite;
   }
   
    .container4 {
  position: relative;
  display: block;
  margin-top: 25px;
  width: 800px;
  padding: 0px 0px 0px 0px;
  margin-left: -25px;
  background-color: ghostwhite;
   }
   
   .content1 {
  width: auto;
 height: auto;
 text-align: left;
 font-family: Trebuchet MS, Helvetica, sans-serif;
 color: #2f3641;
 font-size: 20px;
  padding: 0px 0px 25px 25px;
 margin-top: 25px;
   border-top: 2px solid darkorange;
  border-left: 4px solid darkorange;  
  background-color: ghostwhite;
   }
   
   .content2 {
  width: auto;
 height: auto;
 text-align: left;
 font-family: Trebuchet MS, Helvetica, sans-serif;
 color: #2f3641;
 column-count: 2;
 column-gap: 10px;
 font-size: 20px;
  padding: 0px 0px 25px 25px;
   border-left: 4px solid darkorange;  
  background-color: ghostwhite; 
   }
      
   .audio {
   display: block;
   clear: both;
   left: 220px;
   margin-left: 40px;
    }
   
   .header {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: darkorange;  
   }
     
  .flex-container1 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
  top: 75px;
  }
  
  
   .flex-container2 {
  display: flex;
  justify content: center;
  position: relative;
  height: auto;
  width: 50%;
  top: 130px;
  left: 230px;
  margin-left: 40px;
  background-color:ghostwhite;
  }
  
  .flex-container2 ul {
  font-size: 20px;
  color: darkorange;
  
  }
  
  .flex-container2 ul a {
  font-size:20px;
  color: #2f3641;
   }
   
   .flex-container2 ul a:link {
  font-size:20px;
  color: #2f3641;
   }
   
   .flex-container2 ul a:visited {
  font-size:20px;
  color: darkgrey;
   }
   
   .flex-container2 ul a:hover {
  font-size:20px;
  color: darkgrey;
   }
   
   .flex-container2 ul a:active {
  font-size:20px;
  color: darkgrey;
   }
   
   
   .flex-container2 ul h3 a {
   font-size:22px;
   color: darkorange; 
   }
    
    .flex-container2 ul h3 a:link {
   font-size:22px;
   color: darkorange; 
   }
   
   .flex-container2 ul h3 a:visited {
   font-size:22px;
   color: gold;
   }
    
    .flex-container2 ul h3 a:hover {
   font-size:22px;
   color: coral; 
   }
   
   .flex-container2 ul h3 a:active {
   font-size:22px;
   color: coral; 
   }
    
	.flex-container3 {
  display: flex;
  justify content: center;
  position: relative;
  height: auto;
  width: 50%;
  top: 170px;
  left: 230px;
  margin-left: 40px;
  background-color:ghostwhite;
  }
  
  .flex-container3 ul {
  font-size: 20px;
  color: darkorange;
  
  }
  
  .flex-container3 ul a {
  font-size:20px;
  color: #2f3641;
   }
   
   .flex-container3 ul a:link {
  font-size:20px;
  color: #2f3641;
   }
   
   .flex-container3 ul a:visited {
  font-size:20px;
  color: darkgrey;
   }
   
   .flex-container3 ul a:hover {
  font-size:20px;
  color: darkgrey;
   }
   
   .flex-container3 ul a:active {
  font-size:20px;
  color: darkgrey;
   }
   
   
   .flex-container3 ul h3 a {
   font-size:22px;
   color: darkorange; 
   }
    
    .flex-container3 ul h3 a:link {
   font-size:22px;
   color: darkorange; 
   }
   
   .flex-container3 ul h3 a:visited {
   font-size:22px;
   color: gold;
   }
    
    .flex-container3 ul h3 a:hover {
   font-size:22px;
   color: coral; 
   }
   
   .flex-container3 ul h3 a:active {
   font-size:22px;
   color: coral; 
   }
   
.image {
  opacity: 1;
  display: block;
  width: 400px;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.container:hover .image {
  opacity: 0.5;
}

.container:hover naam {
  opacity: 0;
  text-align: center;
}

.container > div {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

 ul {
 list-style-type: none;
 width: 40%;
 height: auto;
 text-align: left;
 font-family: Trebuchet MS, Helvetica, sans-serif;
 color: darkgrey;
 font-size: 20px;
  position: relative;
  padding: 25px;
  margin-top: 25px;
  margin-left: 25px;
  border-top: 2px solid darkorange;
  border-left: 4px solid darkorange;  
  background-color: ghostwhite; 
   }
   
    .lijstbeeld {
  display: inline;
  align: right;
  top: 25px;
  position: relative;
  margin-left: 25px;
     }
     
  .lijstbeeld img {
  border-top: 2px solid darkorange; 
  border-left: 4px solid darkorange;
  border-bottom: 2px solid darkorange;
  border-right: 4px solid darkorange;
   }   
     
      .rand {
  display: inline;
  float: right;
  align: right;
  top: 20px;
  position:relative;
  margin-left: 20px;
     }
     
     .banner {
     padding: 0px;
     height: 20px;
     width: auto;
     margin-left: -25px;
     border-right: 2px solid darkorange;
     border-bottom: 2px solid darkorange;
      }
</style>

  
  
  