body {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif; 
}


/*Start Styling of the header for all pages*/

header{ background-color:#fff;
  padding: 3em;
  padding-top: 4em;
  padding-bottom: 2.5em;

}

#logosondernaam{
  position: absolute;
  margin-left: -30px;
  margin-top: -120px;
}

/*Start Styling of the nav*/
/* Add a white background color to the top navigation */
.topnav {
  background-color: white;
  overflow: hidden;
  border-bottom: #C2AC82 solid 3px;
  float: right;
  margin-top: -40px;


}

/* Style the links inside the navigation bar */


.topnav a {
  float: left;
  display: block;
  color: #9EA487;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  margin-bottom: -6px;


}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #9EA487;
  color: white;
  border-radius: 3px;

}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #fff;
  color: #9EA487;
}
.topnav a.active:hover {
  background-color: #9EA487;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/*Ending Styling of the nav*/



/*Start Styling logo and slogan for all pages*/

#logo{
  color: #C2AC82;
  text-align: left;
  margin-left: 120px;
  margin-top: -30px;
  margin-right: 500px;
  margin-bottom: -7px;

}

.big{
  font-size: 4.5em;
  margin-right: -2px;
 
}

.small{
  font-size: 2.5em;
 
}

#slogan{
  text-align: left;
  color:#C2AC82;
  margin-top: 0px;
  font-size: 1.8em;
  margin-left: 123px;
  margin-right: 500px;

}



/*Ending Styling of the header for all pages*/


/*Start Styling of the three paragrapes on the home page*/

#column{
    display:flex; 
    justify-content: center; 
    column-gap: 40px; 
    width: 100%;

    
}

.paragraph{
    background-color: #c8cdb5; 
    text-align: center;
    color: white;
    padding-top: 0.5em;
    padding-left: 5em;
    padding-right: 5em;
    padding-bottom: 2em;
    margin-top: 1em;
    margin-bottom: 0.5em;
   
}

h2{ 
    font-size: 2.3em;
    font-family: 'Handlee', cursive;
   
}


p{
    font-size: 1.1em;
   

}


.paragraph2{
    background-color: #c8cdb5; 
    text-align: center;
    color: white;
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
    margin-top: 1em;
    margin-bottom: 0.5em;
   
}



/*Ending Styling of the three paragrapes on the home page*/



/*Starting styling of slideshow on home page*/
* {box-sizing: border-box;}
          
            .mySlides {display: none;}
            img {vertical-align: middle;}
            
            /* Slideshow container */
            .slideshow-container {
              max-width: 400px;
              position: relative;
              margin: auto;
            }
            
            
            
            /* Number text (1/3 etc) */
            .numbertext {
              color: #f2f2f2;
              font-size: 12px;
              padding: 8px 12px;
              position: absolute;
              top: 0;
            }
            
            /* The dots/bullets/indicators */
            .dot {
              height: 15px;
              width: 15px;
              margin: 0 2px;
              background-color: #bbb;
              border-radius: 50%;
              display: inline-block;
              transition: background-color 0.6s ease;
            }
            
            .active {
              background-color: #717171;
            }
            
            /* Fading animation */
            .fade {
              animation-name: fade;
              animation-duration: 1.5s;
            }
            
            @keyframes fade {
              from {opacity: .4} 
              to {opacity: 1}
            }
            
            /* On smaller screens, decrease text size */
            @media only screen and (max-width: 300px) {
              .text {font-size: 11px}
            }

     /*Ending styling of slideshow on home page*/



 /*Start styling of button on home page*/
 button {
    border-radius: 30px;
    padding: 15px 10px;
    font-size: 25px;
    width: 20%;
    border: none;
    text-align: center;
    margin-top: 500px;
    color: white;
    background-color: #C8CDB5;
    position:absolute;
    margin-right: 20px;
}

button:hover {
    color: #9EA487;

}

 /*End styling of button on home page*/

 /*Start styling of hero image on home page*/

 #homeHero{
    margin-top: 20px;


 }

  /*End styling of hero image on home page*/


  /*start styling of headings 1 of gallery, services and contact pages*/

  h1{ 
    font-size: 3em;
    font-family: 'Handlee', cursive;
   
}

  /*end styling of headings 1 of gallery, services and contact pages*/

  /*start styling img and buttons of gallery page*/
  * {
    box-sizing: border-box;
  }
  
  .columnimg{
  
    float: left;
    width: 33.33%;
    padding: 5px;
    margin-top: 20px;
  }
  
  /* Clearfix (clear floats) */
  .images::after {
    content: "";
    clear: both;
    display: table;
   
    
  }

  #buttonlandscape{
    font-size: 3.5em;
    margin-top: -200px; 
    width: 32%;
    background-color: transparent; 
    display:flex; 
    justify-content: center; 
   
    
}

#buttonwildlife{
    font-size: 3.5em;
    margin-top: -200px; 
    width: 32%;
    background-color: transparent; 
    display:flex; 
    justify-content: center; 
   


}

#buttonplantlife{
    font-size: 3.5em;
    margin-top: -200px; 
    width: 32%;
    background-color: transparent; 
    display:flex; 
    justify-content: center; 
   


}

 /*End styling img and buttons of gallery page*/

 /*Beginning of slider reference follows https://www.codepel.com/carousel/multiple-image-slider-in-html-source-code/*/


  
  .flt-left{
    float:left;
 
    font-size: 30px;
    width: 2%;
    border: #9EA487;
    color: white;
    background-color: #9EA487;
    margin-top: 0px;
    margin-left: -36px;
   

  }


  .flt-right{
 
 
    font-size: 30px;
    width: 2%;
    border: #9EA487;
    color: white;
    background-color: #9EA487;
    margin-top: 0px;
    margin-left: 8px;
   
   

  }
  .carousel{
    width:100%;
    margin:50px;
  
  }
  .row{
    width: 90%;
    padding:0;
    overflow:hidden;
    margin:auto;
    padding-left: 170px;
    
  }
  .row-container{
    width: 2000px;
    transition:0.5s;
    display:flex; 
    justify-content: center; 
    column-gap: 40px; 
    width: 100%;
    background-color: #fff;
    border-radius: 0px;
    
  }
  .container{
    width:250px;
    display:inline;
    margin:0 5px;
  }
  .clear{
    clear:both;
  }
  .controls{
    width:100%;
    margin:auto;
  }
 
   /*End of slider reference follows https://www.codepel.com/carousel/multiple-image-slider-in-html-source-code/*/


  /*Beginning styling of forms on services page*/

 #order{
    display:flex; 
    justify-content: center; 
    margin-top: 20px;
    margin-bottom: 20px;
    



 }

  form{
    border: 2px solid #C2AC82;
    border-radius: 15px;
    background-color: #fff;
    padding: 20px;
    width: 450px;
    height: 750px;
    font-family: sans-serif;
    color: #9EA487;
   
  }

  #fs-frm-selects{
    border: none;
    padding-left: 0px;
   


  }

  #fs-frm-inputs{
    border: none;
   
   

  }

  #fss-frm{
    height: 400px;
   



  }

 

  
  input, select{

    margin: 10px;
    
  }


  input [type=text], textarea{
    border: 1px solid #9EA487;
    padding: 5px;
 
  }


  textarea{margin: 10px;
    width: 80%;
   
  }

  #submit{
    background-color:#C8CDB5;


  }

  #submit:hover{
    background-color:#9EA487;
    border-radius: 3px;
    color: #fff;
    


  }


 
 
   
  

  /*End styling of forms on services page*/

 /*Beginning styling of forms on contact page*/

  #contact{

    display:flex; 
    justify-content: center; 
    margin-top: 20px;
    margin-bottom: 20px;
    

  }

  #contact-form{
    background-color: white;


  }

  #submiting{
    background-color:#C8CDB5;


  }

  #submiting:hover{
    background-color:#9EA487;
    border-radius: 3px;
    color: #fff;
    


  }

   /*End styling of forms on contact page*/



  /*Start editing gallery of the landscape, wildlife and plant life pages*/

   .landscapegallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .gallerycolumn {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .gallerycolumn img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }


   /*End editing gallery of the landscape, wildlife and plant life pages*/

    /*Start editing image descriptions of the landscape, wildlife and plant life pages*/



.landscapegallery{
    display:flex; 
    justify-content: center; 



}

.photodescription {
    position: relative;
    width: 100%;
   
  }
  
  
  
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  
  .photodescription:hover .overlay {
    opacity: 1;
  }

    /*End editing image descriptions of the landscape, wildlife and plant life pages*/


    #footerprogress{
      color:#9EA487;
      
      text-align: center;
      font-size: 2.5em;



    }

    #logoprogress{
      display:flex; 
      justify-content: center; 
      margin-top: 50px;
      margin-bottom: 50px;
     

     

    }

   /* backbutton in galleries*/


a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color:#9EA487;
  color:#fff;
}

.previous {
 background-color: transparent;
  color:#C2AC82;
}

/*end*/
/*pdfstyling*/

.pdf{
  color: #C2AC82;


}
.pdf:hover{
  color: #fff;
  background-color:#9EA487;
  border-radius: 10px;




}

.or{

  color: #C2AC82;


}



/*end*/





/*slider on services page */
.row {
  display: flex;
  overflow: hidden;
  


 }

.imagegroup {
  display: flex;
  width: 100%;
  height: 200px; 
  padding-top: 50px;
  
 

 }

.imagegroup img{
 flex-shrink: 0;
 object-fit: cover;
 border: 3px solid white;


}



.imagegroup {
  animation: travel 30s ease-in-out infinite;
 

 }

@keyframes travel {
  0%, 100% {
     transform: translate3d(0,0,0);
   }
  50% {
     transform: translate3d(-100%,0,0);
   }
}

/*end*/

/*buttons on services page*/

.back{
  color:#fff;
  background-color:#9EA487;
  border-radius: 10px;



}

.back:hover{
  color: #fff;
  background-color:#C2AC82;




}

/*end*/


/*Footer*/

.newfoot{
  
  float: left;
  width: 33.33%;
  padding: 5px;
  margin-top: 20px;
 
}

/* Clearfix (clear floats) */
.new::after {
  content: "";
  clear: both;
  display: table;
 
  
}

#imgfooter{

  margin-top: 0px; 
  margin-left: -100px;

  background-color: transparent; 
  display:flex; 
  justify-content: center; 
 
  
}

#footertexts{
  font-size: 1em;
  margin-top: 0px; 
  text-align: center;
  margin-top: 50px;

  color: #fff;
 
  display:flex; 
  justify-content: center; 
 


}




#socialmediadescription2{
  font-size: 1em;
  margin-top: 20px; 

  color: #fff;
  text-align: center;
 
  display:flex; 
  justify-content: center; 
 

}



.rowsocial2 {
  
  border-radius: 6px;
  display:flex; 
  justify-content: center; 
 

}


 
.rowsocial2 a{
 
  font-size: 40px;
  color: #C2AC82;
  padding: 10px;
  margin: 10px;

 
}


.rowsocial2 a:hover {
  background-color: #9EA487;
  color: white;
 
 
}

footer{ 
  background-color: #c8cdb5;
  padding-top: 0em;
  border-bottom: 15px solid #C2AC82;
  margin-top: 1em;
  padding-bottom: 0.3em;

}





