/**
 * The stylesheet for this website.
 

@import "init.css";

@import "navbar.css";

@import "header.css";

@import "footer.css";

@import "main.css";

@import "byline.css";

@import "two_column_layout.css";

@import "two-col-layout-left.css";

@import "responsive.css";

@import "slideshow.css";
*/

#map2 { 
  height: 200px;
  width: 100%;
  position: relative; 

}

#map { 
  height: 400px;
  width: 100%;
  position: relative; 

}
.popup-img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px !important;
}

.leaflet-popup-content {
  margin: 0px 0px 0px 0px !important;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 2px !important;
}

#cardbodymap {
  padding:0% !important;

}

#subtitlepopup {
      margin-top: 0% !important;
      margin-left: 3%; 

}

.leaflet-container a {
  color: #ffffff !important; 
}

#adresspopup {
  margin-left: 3%; 
}

#buttonpopup {
  margin-left: 3%;
  margin-top: 10px;
}