body { margin:0; padding:0; font-family: 'Poppins', sans-serif;}

#map { position:absolute; top:0; bottom:0; width:100%;z-index: 1;   transition: margin-left .5s;}


h3 {
    font-size: 20px;
    font-weight: bold;
}

h5 {
    font-size: 15px;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    font-weight: bold;
}

/* The side navigation menu */
.sidepanel {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #F5F5F5; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  padding-left:20px;
  padding-right:20px;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  border-right: 1px solid #BFBAB4;
  font-size: 14px;


}

/* The navigation menu links */
.sidepanel a {

  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #888;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 35px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


.sidepanel ul {
padding: 0px 25px;
}

.sidepanel ul li {
    padding:0px !important;
}

.sidepanel ul li a {

}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidepanel {padding-top: 15px;}
  .sidepanel a {font-size: 18px;}
}


.btn {
    border:1px solid #BFBAB4;
    background: #F5F5F5;
    border-radius: 2px;

    position:absolute; top:5px; right:5px; z-index:999;
}
