html, body #container{
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}




html, body, #map-id{
  height:100%;
}

#map-id {
  /* position: absolute; */
  height: calc(100vh - 80px);
  top: 80px;
  bottom: 0;
  padding-right: 0px;
  padding-left: 0px;
  display: block;
}

.legend {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #555;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.navbar {
  position: absolute;
  /* top: 0; */
  width: 100%;
  margin-bottom: 0;
  z-index: 500
}