html,
body {
    background: #000;
}

body{
  padding: 0;
  margin: 0;
}

html, body, #map {
  height: 100%;
  width: 100%;
}
#map {
  z-index: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #9e9e9e;
  background-color: #ffffff;
}

#map {
  position: absolute;
  /* top: 80px; */
  left: 0;
  right: 0;
  bottom: 0;
}

#map.leaflet-container {
  background-color: #000;
}

#map .leaflet-control-zoom-in,
#map .leaflet-control-zoom-out {
  font: bold 21px 'Lucida Console', Monaco, monospace;
}

#map .leaflet-bar a,
#map .leaflet-bar a:hover {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000;
  border-bottom: solid 1px #222;
  color: #eee;
}

#map .leaflet-right .leaflet-control {
  margin-right: 20px;
}

#map .leaflet-top .leaflet-control {
  margin-top: 80px;
}

#map .leaflet-control-zoom.leaflet-bar.leaflet-control {
  border: solid 1px #333;
}

@media (max-width: 768px), (max-height: 320px) {
  #map .leaflet-right .leaflet-control {
      margin-top: 60px;
  }
 
}