@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');



body {
    
width: 100%;
height: 100%;
overflow: hidden;
text-decoration: none !important;
color: black !important;    
    
}

 a:link {
      text-decoration: none;
     color: black !important;
}

a:visited {
      text-decoration: none;
      color: black !important;
}

a:hover {
      text-decoration:none;
      color: darkgray;
}

a:active {
      text-decoration:none;
      color: darkgray;
}


#overlay {
    
  position: absolute;
  z-index: -1 !important;
  opacity: .2; 
}

img {
    
  opacity: 1;    
  height: 100%;
    

}

#map {
    
z-index: 1 !important;
 opacity: 0.6;    
height: 100% !important;

}



#accordion {

width: 300px;
height: 100%;
position: absolute;
z-index: 2 !important;
top: -15px;
    
}


/* coordinates */
#info {
    width: 300px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    margin-left: 20px
    
}


#box {

position: relative;
width: 100%;
height: 100%;
background-color: white;
opacity: 1;    
z-index: 2 !important;    

    
}


p {
    
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}



h1 {
    font-family: 'Montserrat', sans-serif; 
    font-size: 21px;
    letter-spacing: 4px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 16px;
    text-decoration: none;
    
}


h2 {
    font-family: 'Montserrat', sans-serif; 
    font-size: 36px;
    letter-spacing: 4px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 16px;
    color: white; 
    text-decoration: none;
}

section {
    width: 90%;
    display:grid;
    grid-template-columns: auto 1fr;
    border-bottom: 1px solid black; 
    padding 24px 0 24px 0;
    grid-gap: 0 24px;
    
}


section h3 {
    
    font-family: 'Montserrat', sans-serif; 
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 1; 
    text-decoration: none;
    
}


section div.info {
    
   display: none; 
   line-height: 1.4s;
   font-size: 18px;
   margin: 20px 0;
   max-width: 40em;
    
    
}

section.opened div.info {
    
    display: block;
}


#openSection section div.info {
    
    display: block !important; 
}

section div.status {
    
    width:15px; 
    height:15px;
    background: transparent;
    border: 3px solid black;
    border-radius: 100px;
    margin-top: 16px;
    margin-left: 20px;
    transition: 0.3s;
}


section.opened div.status {
   
    background: black;
}


#openSection section div.status {
    
     background: black !important;
} 



.slideshow-container {
    
    position:absolute;
    width: 500px; 
    z-index: 2 !important;
    opacity: 100%;
    margin-left: 40%;
    margin-top: 100px;
    height:750px;  
    
}

.slideshow-container img {
    
    width: 100%;
    


}

/* Hide the images by default */
.mySlides {
  display: none;
    
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: pink;
  font-weight: bold;
  font-size: 22px;
  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;
}

/* 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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
/*.dot {
 cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: pink;
    opacity: 1;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


 @media screen and (max-width: 600px) {
    
 #accordion {
      width:100% !important;
    }    
 #box{
     width:100% !important;
     overflow: hidden;
    }      


}










