@import url('https://fonts.googleapis.com/css2?family=Judson:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

  body{
    font-family: 'Judson', serif;
	  font-weight: 400;
	  background-color: #f9f5f0;
  }
  body.overlay-open .menu-toggle {
  display: none;
}

  div.widescreen{
    display: none;
  }
  div.header{
    padding-top:4%;    
  }
  .wide{
    width: 90%;
    position: relative;
    left: 4%;
    justify-content: center;
  }
  img.home_image {
    display: none;
  }
  img.home_image_mobile {
    width: 100%;
  }

/* Einde Menu */
/* Menu bottom */
  div.bottomnav{
    font-family:Judson;
    font-size: 5vw;
/*    font-size: 28px; */
  }
  div.bottomnav p{  
    display: flex;
    position: relative;
    justify-content: center;
  }
  div.bottomnav a{  
    color: black;
    background-color: transparent;
    text-decoration: underline;
  }
  button.button-dark{
    font-family:'Open Sans';
    font-size:5vw;
    border: none;
    width:65%;
    padding: 4%;
    background-color:#384144;
    color:white;
    border-radius: 50px;
  }
      p.header {
        display: flex;
        justify-content: left;
      }
      img.header {
        width: 35%;
      }

        /* Media Query for low resolution  Tablets, Ipads */
        @media (min-width: 481px) and (max-width: 767px) {
            nav {
                background-color: red;
            }
             img.home {
              width: 15%;
            }
       }
  a{  
    color: white;
    background-color: transparent;
    text-decoration: underline;
  }

   hr {
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    height: 1px;
    color: black;
  }
  .darkblue_bg {
    background-color: #384144;
    display: flex;
    left: 0%;
    right: 0%;
    font-size: 2.5vw;
    color: white;
  }

 .quote_bg{
    background-color: #ece6ddd0;
  /*background-color: rgba(255, 255, 255, 0.6);   f9f5f0d0*/
    position: absolute;
    display: flex;
    top: 40%;
    left: 1%;
    right: 0%;
    width: 99%;
    height: 57%;
    font-size: 35pt;
    color: black;
 }
 .quote{
    font-size:5vw;
    padding-top:15%;
    padding-left:15%;
    padding-right:15%;
  }
 .author{
    font-family:'Open Sans';
    font-size:5vw;
    font-weight:bold;
    text-align:right;
    padding-bottom:5%;
 }
 .quot_sans{
    font-family:'Open Sans';
    font-weight:400;
    font-size:5vw;
 }
/* einde afbeelding met tekstblok */ 
 h1.divider{
    font-size:6vw;
    font-weight:400;
    display: flex;
    align-items: center;
 }
 .divider::after {
    flex: 1;
    content: '';
    padding: 0.5px;
    background-color: black;
    margin-left: 3%;
}
 h1.divider1{
    font-size:6vw;
    font-weight:400;
    display: flex;
    align-items: center;
 }
 .divider1::before {
    flex: 1;
    content: '';
    padding: 0.5px;
    background-color: black;
    margin-right: 3%;
}
.divider1::after {
    flex: 1;
    content: '';
    padding: 0.5px;
    background-color: black;
    margin-left: 3%;
}
/* presentatie thumbnails in grid*/
 .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }

  /* Create two equal columns that sits next to each other */
 .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 98%;
 }
   .column {
      flex: 40%;
      max-width: 100%;
      padding: 0 4px;
   }
  .width20{
    width: 0%;
  }

tr{
    padding-top: 0px;
    padding-bottom: 0px;
}
  img.footer {
  /*    width: 210px; */
      width: 40%;
  }

  .footer {
    display: flex;
    justify-content: space-evenly;
    width:100%;
    padding-top: 4px;
    font-size:3vw;
  }

