/* colors
beige: #CDAD7A
orange: #C18646
brown: #8A5C3A 
green: #666633
red: #A93F33
 */


 /* body and text etc */

body{
  background-color: #CDAD7A;
}

p{
  font-family: 'Garamond';
  font-weight: regular;
}

@media only screen and (max-width: 720px) {
  p{
    font-family: 'Times New Roman';
    font-size: 14px;
  }}

h4{
  font-family: 'Garamond';
  font-weight: regular;
  font-style: italic;
  font-size: 14px;
}

@media only screen and (max-width: 720px) {
  h4{
    font-family: 'Times New Roman';
  }}

h3{
  font-family: 'Garamond';
  font-weight: bold;
  font-size: 17px;
}

@media only screen and (max-width: 720px) {
  h3{
    font-family: 'Times New Roman';
    font-size: 11px;
  }} 

h2{
  font-family: 'Garamond';
  font-weight: bold;
  padding: 10px;
}

@media only screen and (max-width: 720px) {
  h2{
    font-family: 'Times New Roman';
    font-size: 18px;
  }} 


/* Blocks on the site */

.wrapper{
  height: 1300px;
  width: 1500px;
  margin: auto;
}

@media only screen and (max-width: 720px) {
    .wrapper {
      height: 1500px;
      width: 340px;
    }}

.wrapper-index{
  height: 1200px;
  width: 1500px;
  margin: auto;
}

@media only screen and (max-width: 720px) {
    .wrapper-index{
      height: 1260px;
      width: 340px;
    }}

.header{
  height: 150px;
  width: 1500px;
  text-align: center;
  background-color: #C18646; 
}

@media only screen and (max-width: 720px) {
  .header{
    height: 75px;
    width: 340px;
  }} 
  
.logo{
  width: 350px;
}  

@media only screen and (max-width: 720px) {
  .logo{
    width: 175px;
  }}

.content{
  height: 1060px;
  width: 1200px;
  margin: auto;
  margin-top: 15px;
  background-color: #666633;
}

@media only screen and (max-width: 720px) {
  .content{
    height: 1370px;
    width: 340px;
  }}

.content-index{
  height: 960px;
  width: 1200px;
  margin: auto;
  margin-top: 15px;
  background-color: #666633;
}

@media only screen and (max-width: 720px) {
  .content-index{
    height: 1120px;
    width: 340px;
  }}

.introduction{
  width: 950px;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .introduction{
    width: 320px;
  }}

.addax{
  width: 500px;
}

@media only screen and (max-width: 720px) {
  .addax{
    margin-top: -20px;
    width: 250px;
  }}

.introduction-text{
  float: left;
  width: 700px;
}

@media only screen and (max-width: 720px) {
  .introduction-text{
    float: center;
    width: 320px;
    margin-top: -20px;
  }}

.introduction-text2{
  float: left;
  width: 700px;
  padding-top: 50px;
  text-align: right;
}

@media only screen and (max-width: 720px) {
  .introduction-text2{
    float: center;
    width: 320px;
    text-align: center;
    margin-top: -40px;
  }}

.maps{
  width: 250px;
}

@media only screen and (max-width: 720px) {
  .maps{
    width: 150px;
  }}

.introduction-img{
  float: left;
  width: 250px;
  padding-left: 20px;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .introduction-img{
    width: 150px;
    padding-left: 10px;
  }}

.introduction-img2{
  float: left;
  width: 250px;
  padding-right: 20px;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .introduction-img2{
    width: 150px;
    padding-left: 10px;
  }}

/* menu opmaak */
.menu-border{
  height: 50px;
  width: 1500px;
  margin: auto;
  background-color: #8A5C3A;
}

@media only screen and (max-width: 720px) {
  .menu-border{
    height: 35px;
    width: 340px;
  }}

.menu{
  height: 100%;
  width: 1200px;
  margin: auto;
  background-color: #8A5C3A;
}

@media only screen and (max-width: 720px) {
  .menu{
    height: 100%;
    width: 340px;
  }}

.menu-blocks{
  height: 100%;
  width: 240px;
  float: left;
  margin-right: 80px;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .menu-blocks{
    width: 85px;
    margin-right: 0px;
  }}

.menu-blocks:hover{
  height: 100%;
  width: 240px;
  background-color: #666633;
  float: left;
  margin-right: 80px;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .menu-blocks:hover{
    width: 85px;
    margin-right: 0px;
  }}

.menu-blocks:active{
  height: 100%;
  width: 240px;
  background-color: #A93F33;
  float: left;
  margin-right: 80px;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .menu-blocks:active{
    width: 85px;
    margin-right: 0px;
  }}

.menu-last{
  height: 100%;
  width: 240px;
  float: left;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .menu-last{
    width: 85px;
  }}

.menu-last:hover{
  height: 100%;
  width: 240px;
  background-color: #666633;
  float: left;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .menu-last:hover{
    width: 85px;
  }}

.menu-last:active{
  height: 100%;
  width: 240px;
  background-color: #A93F33;
  float: left;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  .menu-last:active{
    width: 85px;
  }}

/* links opmaak */
a:link {
  color: black;
  }
  
a:visited {
  color: black;
  }
  
a:hover {
  color: #CDAD7A;
  }
  
a:active {
  color: #CDAD7A;
  }


/* lightbox */
  * {
    box-sizing: border-box;
  }
  
  /* .row > .column {
    padding: 10px;
  } */
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .row1{
    width: 600px;
    float: left;
  }

  @media only screen and (max-width: 720px) {
    .row1{
      width: 330px;
    }}

  .row2{
    padding-right: 10px ;
    width: 600px;
    float: right;
  }

  @media only screen and (max-width: 720px) {
    .row2{
      width: 340px;
      float: left;
    }}

  .row3{
    width: 600px;
    margin: right;
  }

  @media only screen and (max-width: 720px) {
    .row3{
      width: 330px;
      float: left;
    }}
  
  .row4{
    padding-right: 10px ;
    width: 600px;
    float: right;
  }

  @media only screen and (max-width: 720px) {
    .row4{
      width: 340px;
      float: left;
    }}

  .row5{
    padding-right: 10px;
    width: 600px;
    margin: right;
  }

  @media only screen and (max-width: 720px) {
    .row5{
      width: 340px;
      float: left;
    }}
  
  .row6{
    width: 600px;
    float: left;
  }

  @media only screen and (max-width: 720px) {
    .row6{
      width: 330px;
    }}

  .column {
    float: left;
    width: 50%;
    padding-left: 10px;
    text-align: center;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #CDAD7A;
    margin: auto;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #CDAD7A;
    margin: auto;
    max-width: 700px;
  }

  @media only screen and (max-width: 720px) {
    .modal-content {
      max-width: 330px;
    }}

  .hero-content{
    position: relative;
    background-color: #CDAD7A;
    margin: auto;
    width: 700px;
  }

  @media only screen and (max-width: 720px) {
    .hero-content{
      width: 330px;
    }}

  .row-hero{
    width: 350px;
    float: left;
  }

  @media only screen and (max-width: 720px) {
    .row-hero{
      width: 330px;
    }}
    
  .column-modal {
    float: left;
    width: 33.333%;
  }
  
  /* The Close Button */
  .close {
    color: #A93F33;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }

  @media only screen and (max-width: 720px) {
    .close{
      font-size: 25px;
    }}
  
  .close:hover,
  .close:focus {
    color: #666633;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  @media only screen and (max-width: 720px) {
    .prev,
    .next {
    padding: 10px;
    font-size: 15px;

  }}
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #CDAD7A;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: #CDAD7A;
    padding: 2px 16px;
    color: black;
    font-weight: bold;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover {
    transition: 0.3s;

  }
  
  .hover-shadow:hover {
    margin: -4px;
  }