/* css styles */
.navbar-logo {
  height: 50px !important;
  max-height: unset !important;
}
.nav-footer-left {
  flex: 10 1 0px;
}
.leaflet-popup-content-wrapper {
  width: 500px;
  height: auto;
}
.popup-image {
  max-width: 456px;
}
.temp-legend {
  padding: 10px 10px;
  font: 14px Arial, Helvetica, sans-serif;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  line-height: 20px;
}
.temp-legend text {
  font-size: 14px;
  color:  #000000;
}
.legend-text {
  font-size: 14px;
  color:  #000000;
}
.legend-title {
  font-size: 18px;
}
#legend-container {
  height: auto;
  width: 185px;
  word-wrap: normal;
}
#quarto-sidebar {
  max-height: calc(100vh - 104px) !important; /* page height - USGS footer */
}
.sidebar-navigation .sidebar-item {
  font-size: 1rem;
}
.sidebar a.active {
  color: #000000;
  font-weight: bold;
}
.sidebar a:hover {
  color: #000000;
}
.nav-footer a:hover {
  color: #B3B3B3;
}
.leaflet-control-attribution.leaflet-control svg {
  display: none !important;
}
