ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: auto;
  position: relative;
  font-size: 22px;
  font-family: montserrat;
  color: #122700;
  }
li{
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
}
li:last-child{
  margin-right: 30px;
}
a{
  text-decoration: none;
  color: #122700;
}
.logo{
  display: flex;
  height: 70px;
  image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
nav{
  height: 80px;
  width: 100%;
  position: sticky;
  background-color: whitesmoke;
  top:  0;
  left: 0;
  display: flex;
  z-index: 100;
}

.menu{
  display: none !important;
}

.banner{
  height: 380px;
  width: 100%;
  margin:  0;
  top:  70px;
}

.header-block{
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: inherit;
}

.header-image{
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: inherit;
  background-color: darkgreen;
}
.title{
  background: url(../images/logo-banner.jpg) no-repeat center center fixed;
  background-size:  cover;
  top: 70px;
  width: 100%;
  margin:  auto;
  color: black;
  text-align: center;
  font-size: 80px;
  padding-top: 100px;
  padding-bottom: 100px;

}


h2.content{
  font-size: 60px;
  color:#122700;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 5%;
  margin-right: 5%;
}
a.content{
  display: block;
  font-size: 20px;
  position: relative;
  text-decoration: underline;
  color:#122700;
  font-family: montserrat;
  margin-right: 10%;
  margin-left: auto;
  width: fit-content;
  margin-top: 10px;
}
p.content{
  margin-left: 5%;
  margin-right: 5%;
  font-size: 20px;
  color:#122700;
  font-family: montserrat;
  font-weight: 400;
}

.intro{
  font-weight: 600;
  color: #122700;
  margin-left: 15% !important;
  margin-right: 15% !important;
  text-align: center;
  font-size: 30px !important;
  margin-bottom: 80px !important;

  border-top: #96714B solid 3px;
  padding-top: 30px;
}

div.content::after{
  content: "";
  background: url(../images/spiraal.jpg);
  background-size:  cover;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;   
  filter: grayscale(100%);
  background-position: 50%;
}

img.banner-image{
  position: relative;
  display: block;
  margin-left: 0;
  margin-right: 0;
  height: 500px;
  object-fit:  cover;
  width: 100%;
}

div.content{
  display: flex;
  padding-top: 1px;
  padding-bottom: 50px;
  flex-direction: column;
  width: 80%;
  align-items: center;
}

.first_image{
    width: 60%;
    margin-left: 20%;
  }
   


h4 {
  font-size: 35px;
  color: #122700;
  margin-left: 5%;
  margin-right: 5%;
  display: inline;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.body{
  background-color: rgba(209,209,209, 0.4);
position: relative;
padding-bottom: 70px;
padding-top: 1px;
}
.text-block{
  margin-left: 15%;
  width: 70%;
  margin-right: 15%;

  font-size: 20px;
  color: #122700;

  font-family: montserrat;
  font-weight: 400;

}

.text-block:first-child{
  padding-top: 30px;
}



.contact{
  text-align: center;
  position: relative;
  margin:  0;
  color:  #122700;
}
h2.contact{
  font-size: 35px;
  margin-top: 70px;
  font-family: montserrat;
}
h3.contact{
  font-size: 21px;
  margin-bottom: 70px;
  font-family: montserrat;
}
@media only screen and (max-width: 1300px) {
  ul#dropdown{
    top: 70px;
    position: absolute;
    display: none;
    height: fit-content;
    background-color: whitesmoke;
    border-bottom-left-radius: 10px;
    margin:  0 !important;
    padding:  10px;
    padding-top: 0px !important;
  }
  .menu{
  display: inline-block !important;
  float: right;
  top: 0;
  bottom: 0;
  right: 20px;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: auto;
  position: relative;
  font-size: 38px !important;
  }

  .menu:hover{
    cursor: pointer;
  }
  li.dropdown{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0px !important;
    padding-top:  10px;
    padding-bottom: 10px;
    width: 100%;
  }

  li:hover{
    background-color: rgba(211, 211, 211, 0.4);
  }
}





  .content p{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
.content h1{

    text-decoration: none;
    color: #075307;
  }

body{
  margin: 0;
}

.logo-text {
  margin: 0;
    text-decoration: none;
    color: #122700;
    font-family: montserrat;
}

@media only screen and (max-width:  1113px){
  h1{
    font-size: 26px !important;
  }

  h2{
   font-size: 18px !important;
  }

  h3{
   font-size: 15px !important;
   margin: 0 !important;
  }

  .logo {
    display: flex;
    object-fit: contain;
    height: 70px;
  }
  .logo-link{
    margin-left: 25px !important;
  }

  a.content{
    font-size: 14px !important;
  }

  .first_image{
    margin: 0 !important;
    width: 100% !important;
  }

  div.content{
    display: flex;
    padding-top: 1px;
    padding-bottom: 50px;
    flex-direction: column;
    width: 100%;
  }
}

.logo-link{
  text-decoration: none;
  color: #122700;
  display: flex;
  align-items: center;
  margin-left: 50px;
}

body{
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}


.contact-page{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.contact-item{
  max-width: 300px;
  margin: 0px 20px 20px 20px !important;
  font-family: montserrat;
}
form{
  display: flex;
  flex-direction: column;
}

h1.content{
  display: flex;
}