*{
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body{
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  min-height: 100vh;
}

.sidebar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 250px;
  z-index: 999;
   background-color: rgba(255, 255, 255, 0.829);
  backdrop-filter: blur(10px);
  box-shadow: 2px 2px 5px rgb(247, 210, 156);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

nav{
  background-color: white;
  box-shadow: 2px 2px 5px rgb(140,112,64);
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

nav ul{
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav li{
  height: 50px;
}

nav a{
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
}

nav a:hover{
  scale: 1.05;
  color: rgb(31,77,87);
  transition: all 0.3s ease;
}
nav li:first-child :hover{
  background-color: white;
  scale: 1.0;
}


nav li:last-child :hover{
  color: white;
  scale: 1.05;
  transition: all 0.3s;
}

nav li:first-child{
  margin-right: auto;
}

nav button{
  text-decoration: none;
  background-color: rgb(31,77,87);
  padding: 10px 30px;
  border-radius: 4px;
  color: white;
  border: none;
  font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}


.sidebar button{
  background-color: #d89f90;
  border: none;
  color: white;
  margin-top: 40px;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  
}



.sidebar li{
  width: 100%;
}

.sidebar a{
  width: 100%;
}

.menu-button{
  display: none;
}

.bar{
  height: 45px;
  background-color: white;
}


/*box*/

.mobiel{
  display: none;
  margin-top: 40px;
}

.box{
  margin-top: 40px;

}
.box2{
  text-align: center;
  display: block;
  text-align: center;
  background-color: white;

}
.box button{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 5vmin;
  color: rgb(140,112,64);
  border-color: rgb(140,112,64);
  text-decoration: none;
  border: 2px solid rgb(140,112,64);
  border-radius: 5px;
  padding: 10px 20px;
  background-color: white;
}

.quote h2{
  letter-spacing: 4px;
  font-weight: bold;
  color: rgb(31,77,87);

}

.quote2{
  color: rgb(140,112,64);
  margin-top: 50px;

  line-height: 2;
  font-size: 25px;
  margin-bottom: 50px;
  letter-spacing: 5px;
  font-weight: bold;
  color: rgb(31,77,87);
  font-style: italic;
}


.image img{
  width: 100%;
  max-width: 600px;
}

/*main body*/
.fotocontainer{
  display: flex;
  gap:90px;
  align-items: center;
  justify-content: left;

}
.fotolinks{
  width: 50%;
  justify-content: justify;
  align-items: left;

}
.fotorechts{
  width: 40%;
  max-width: 800px;
  

}
.fotorechts img{
  margin-top: 40px;
  max-width: 600px;
  min-width: 400px;
}

.mainbody{
  padding-top: 10px;
}

.element{
  width: 90%;
  display: flex;
  margin: auto;
  padding: 20px 5px;
  margin-bottom: 20px;
  /*border: 2px solid rgb(140,112,64);*/
  flex-direction: column;
  text-align: justify;
  font-size: 25px;
}

.element p{
  font-size: 26px;
}

.box1 p{
  margin-top: 10px;
}

.boxbox {
  margin-bottom: 0px;
}

.list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

/*footer*/
.container5{
  background-color: rgb(31,77,87);
  margin-top: 0ppx;
  
}
.footer{
  box-sizing: border-box;
  padding: 70px 0;
  background-color: rgb(31,77,87);
  width: 100%;
  
}

.containerfooter{
  max-width: 1170px;
  margin: auto;
}

.row-footer{
  display: flex;
  flex-wrap: wrap;
}

.footer-col {
  width: 30%;
  padding: 0 15px;
  font-weight: 500;
}

.footer-col h4{
  font-size: 18px;
  color: rgb(248,242,235);
  text-transform: capitalize;
  margin-bottom: 35px;
  position: relative;
}

.footer-col h4::before{
  content: '';
  position:absolute;
  bottom: -10px;
  background-color: rgb(140,112,64);
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul {
  list-style: none;
  text-decoration: none;
}

.footer-col ul li:not(:last-child){
  margin-bottom: 10px;

}

.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #ffffff;
  display: bo;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover{
  color: #ffffff;
  padding-left: 10px;
}

.footerBottom{
  height: 100%;
  text-align: center;
  color: #ffffff;
  background-color:rgba(46, 44, 49, 0.932);
}
.map{
  display: flex;
  overflow: hidden;
}

.credit{
  text-align: center;
  color: #ffffff;
}

.Locatie{
  color: #ffffff;
  line-height: 1.5;
}

.footer-col p{
  color: #ffffff;
  line-height: 1.5;
}

@media(max-width: 700px){
  .mobiel{
    display: flex;
  }
  .fotorechts{
    display: none;
  }

  .fotolinks{
    width: 100%;
  }

}

@media(max-width: 770px){
  .element{
    width: 90%; 
}
}

@media(max-width: 1093px){
  .hideOnMobile{
    display: none;

  }
  .menu-button{
    display: block;
  }

}
  nav a:hover{
    background-color: none;
    scale: 1.0;
  }
  @media(max-width:889px){
    .footer-col:last-child{
      width: fit-content;
    }
    .element p{
      font-size: 15px;
    }
    .element h2{
      font-size: 15px;
    }
  }

  @media(max-width:489px){
    .list{
      font-size: 15px;
      
    }
   
    }

  @media(max-width:430px){
    .footer-col:last-child{
      width: 80%;
    }
  }
  
  @media(max-width:1408px){
    .fotocontainer{
      gap: 30px;
    }
    .fotolinks{
      width: 50%;
    }
  }

  @media(max-width:1204px){
    .fotocontainer{
      flex-direction: column;
      gap: 0px;
    }
    .fotolinks{
      width: 100%;
    }
    .fotorechts{
      margin-bottom: 40px;
      margin-top: 0px;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
    }
  
  }

  @media(max-width:550px){
    .footer-col {
      width: 40%;}
  }