body {
text-align: center;
color: #e5d14c;}

.content {
    background-color: #2d4a1a;
   max-width: 1920px;
    }
nav {
    background-color: #48575e;
    
    font-family: 'Open Sans', sans-serif;
    font-size:2.5vw;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
  }
  
  li {
    float: right;
  }
  
  li a {
    display: block;
    color: #e5d14c;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover {
    color:white;
  }
  .active {
      background-color:#699b2c ;
  }
  img {max-width:100%}
    p {
    font-family: 'Roboto', sans-serif;
        font-size: 2vw;
   }
   h1 {
    font-family: 'Open Sans', sans-serif;
     font-size: 3.5vw;
   }
   h2
{
    font-family: 'Roboto', sans-serif;
        font-size: 2.5vw;
}
.flex-container {
    display:flex;
    justify-content: space-around;
}
.button a:link {
    background-color: #699b2c;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 3.5vw;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }

.button a:hover {
    background-color: #48575e;
    text-decoration: none;
  }
footer {
    background-color: #48575e;
       
}
.footer_contact , .opening_hours p, .contact p {
    line-height: 0.1;
    
}
.attribution p{
    font-size: 1vw;
    text-align: left;
}
.attribution a, .footer_contact a {
    color: #e5d14c;
}


.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }


/*Slideshow start*/
* {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none}
.preview {display: inline;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* Position the "previous button" to the left*/
.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}
/*Slideshow end*/

