body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100vh;
  width: 0;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 60px;
  overflow-y: scroll;
}



.sidenav button {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 2vw;
  color: #867777;
  background-color: #111;
  display: block;
  white-space: nowrap;
  transition: 0.3s;
  outline: none;

}


.sidenav p {
  padding: 4px 4px 4px 16px;
  text-decoration: none;
  font-size: 1vw;
  color: #bba9a9;
  display: block;
  transition: 0.3s;
  
}




.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: red;
}

@media screen and (max-width: 1080px) {
  .sidenav {padding-top: 15px;  overflow-y: scroll;}
  .sidenav button {
    padding: 8px 8px 8px 30px;
    text-decoration: none;
    font-size: 8vw;
    color: #867777;
    background-color: #111;
    display: block;
    transition: 0.3s;
    outline: none;
  }
  .sidenav p {
    padding: 4px 4px 4px 1px;
    text-decoration: none;
    font-size: 3.5vw;
    color: #bba9a9;
    display: block;
    transition: 0.3s;
    
  }
  .map h2{
    font-size: 300px;
    text-align: center;
    color: white;
    
  }
  
  .map img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    
  }
  
  
}



.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}



.content {
  padding: 0 18px;
  overflow: hidden;
  background-color: #111;
  max-height: 0;
  transition: max-height 0.6s ease-out;
}

.content2 {
  padding: 0 18px;
  overflow: hidden;
  background-color: #111;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.map h2{
  font-size: 30px;
  text-align: center;
  color: white;
  
}

.map img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.map .leaflet-popup-content-wrapper{
  background-color:rgb(51, 46, 46);
}

