@font-face {
    font-family: 'mymerriweather';
    src: url('../fonts/Merriweather-Regular.otf');
  }
  @font-face {
    font-family: 'imprima';
    src: url('../fonts/Imprima-Regular.ttf');
  }
  
  @font-face {
    font-family: 'textstuk';
    src: url('../fonts/Podkova-VariableFont_wght.ttf');
  }
  @font-face {
  font-family: 'links';
  src: url('/fonts/KaushanScript-Regular.ttf');
}
  
  body{
  
      background-image: url(../images/background.jpg);
     
      height: 100%;
       
      background-repeat: no-repeat;
      background-size: cover;
      color: black;
      margin: 0px;
      
      
  
  }
  .Welkom{
    display: flex;
    flex-direction: column;
    font-family: imprima;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 60px;
    font-size: 25px;
  }
.links {
    overflow: hidden;
    font-family: links;
    display: flex;
    justify-content: center;
    background-color: #a7cef8;
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .alink {
    
    display: block;
    color: black ;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 1%;
    margin-left: 1%;
  }
  
  .links a:hover {
    color: red;
  }
  
  .links a.active {

    color: white;
  }
   .logoimg{
    width: 20%;
    border-radius: 20px;
  }
  .imagelogo{
    margin-left: 10px;
    padding: 0%;
  }
  

  
.links .icon {
  display: none;
}
  
  b{
    
    display: flex;
    justify-content: center;
    color: black;
    font-size: 30px;
  }
  .flex-container{
    margin-top: 40px;
    background-color: #b4c7ed;
    width: 35%;
    border-radius: 20px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .text_stuk{
    display: flex;
    color: black;
    flex-direction: column; 
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 30px;
    font-size: 19PX;
    font-family: textstuk;
    
    
    }
  
  .img{
   border-radius: 20px;
    width: 50%;
    margin-top: 10px;

  }
  .show-img{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .text_stuk > div { 
    margin-left: 25px;
    margin-top: 20px;
  
  }
  .goeidoel{
    margin-top: 40px;
    text-align: center;
    margin-bottom: 10px
  }
  .goei_doel:link{
      
    color: rgb(0, 0, 0);
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #04AA6D; 
    
    
    border-radius: 10px;
  }
  .goei_doel:hover {
    background-color: #04AA6D;
    color: white;
  }
  
  
  
  .text_stuk2{
    background-color: #D4D066;
    margin-left: 30px;
    margin-right: 30px;
    height: 350px;
    width: 75%;
    border: 5px solid black;
    border-radius: 30px;  
    color: black;
    font-family: textstuk;

  }
    .text_stuk2 > div { 
    margin-left: 25px;
    margin-top: 10px;
  
  }
  .img2{
    width: 300px;
    height: 340px;
    border-radius: 20px;
    margin-left: 30px;
    margin-top: 20px;
    border: 5px solid black;
  }
  
  .projecten{
    display: flex;
    justify-content: space-around;
  }
  .p{
    text-align: justify;
    font-size: 15px;
  }
  .logoimg{
    width: 20%;
    border-radius: 20px;
  }
  .imagelogo{
    margin-left: 10px;
    padding: 0%;
  }