*{
    box-sizing: border-box;
    outline:0;
    padding:0;
    margin:0;
}

html{
    scroll-behavior: smooth;
}

body{
  font-family:sans-serif,"arial";
}

/* Pop-up */
.overlay{
    position: fixed;
    top:0;
    right:0;
    width:100vw;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.overlay.show{
    opacity: 1;
    pointer-events: auto;
}

.close{
    position: fixed;
    top: 30px;
    right: 30px;
    font-size: 3rem;
    color:#fff;
    cursor:pointer;
}

/*  */

.image{
margin-block:auto;
  max-width:50%;
  max-height: 280px;
  padding:20px;
}

img{
    max-width: 100%;
}

.header{
    margin-bottom:3rem;
    color:#00560d;
}

.container{
    width:100%;
    max-width:1100px;
    margin:0 auto;
    padding-inline:10px;
}

.flex-row{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:1em;
}

img,video,.photo{
    width: 100%;
    height: 100%;
}

/* .flex-row .video{
    max-width: 500px;
    max-height: 500px;
} */

/*                  */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.5rem;
    margin-block: 1.2rem;
}

.wrapper{
    width: 100%;
    /* height: 100%; */
}

.video {
    padding: 10px;
    display: none;
    overflow: hidden;
    /* background-color: #f1f1f1; */
}

.wrapper h2{
    margin-bottom: 2rem;
}

/*                       */

/* .flex-row div{
    margin: auto;
    margin-top:6rem;
} */

header{
    /* margin-bottom: 5rem; */
    /* min-height: 300px; */
    display: flex;
    align-items: center;
}

.photos{
    width:100%;
    display:grid;
    grid-template-columns: repeat(auto-fit,350px);
}

.photos .photo{
    cursor:pointer;
    /* width:250px; */
    height:350px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.photos .photo:hover .black{
    opacity: 1;
}

#photos.container{
  margin-top:2rem;
}

.black{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color:rgba(0,0,0,0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color:#fff;
}

.pointer{
    width:30px;
    margin-left: auto;
}

.pointer img{
    width: 60%;
}

table td{
    border-collapse: collapse;
    /* border: 2px black solid; */
    text-align: left;
    padding-top:7px;
    font-size: 1rem;
}

table{
    width:100%;
    max-width:800px;
    border-collapse:collapse;
    margin:auto;
}

table th{
  background:#00560d;
  color:white;
  font-size: 1.3rem;
  font-weight: normal;
  padding-bottom:1rem;
  padding:1rem;
}

section.container{
    margin-top: 10rem;
}

.header{
    font-size: 1.5rem;
    padding:1rem;
    background:#00560d;
    color:white;
}

.map{
    width:100%;
    overflow: hidden;
    position:relative;
    top:-60px;
    border:none;
    margin-top: 6rem;
}

.map iframe{
    width: 100%;
}

.photos .photo:nth-child(1){
    background-image: url('imgs/1.jpeg')
}

.photos .photo:nth-child(2){
    background-image: url('imgs/2.jpeg')
}

.photos .photo:nth-child(3){
    background-image: url('imgs/3.jpeg')
}

.photos .photo:nth-child(4){
    background-image: url('imgs/4.jpeg')
}

.photos .photo:nth-child(5){
    background-image: url('imgs/5.jpeg')
}

.photos .photo:nth-child(6){
    background-image: url('imgs/6.jpeg')
}

.photos .photo:nth-child(7){
    background-image: url('imgs/7.jpeg')
}

.photos .photo:nth-child(8){
    background-image: url('imgs/8.jpeg')
}

.photos .photo:nth-child(9){
    background-image: url('imgs/9.jpeg')
}

.photos .photo:nth-child(10){
    background-image: url('imgs/10.jpeg')
}

.photos .photo:nth-child(11){
    background-image: url('imgs/11.jpeg')
}

@media screen and (max-width: 1100px){
    .photos{
        justify-content: center;
    }
    .flex-row{
        flex-direction: column;
        justify-content: center;
    }

    .flex-row div{
        margin: auto;
    }

    nav{
        margin-bottom: 5rem;
    }
}

nav{
    width:100%;
    background-color: rgb(200, 200, 200);
    padding:10px;

}

nav .container{
    display: flex;
    flex-wrap: wrap;
}

ul{
    display: flex;
    gap: 3rem;
    list-style-type: none;
    align-items: center;
    flex-wrap: wrap;
}

ul a{
    color:#00560d;
    text-decoration: none;
}

#map{
  background:rgb(200,200,200);
}

.logo{
    margin-right: auto;
    width:60px;
}

footer{
  display:flex;
  justify-content: center;
  padding:10px;
}
