/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
 /* #map {
    height: 95%;
  } */
  
  #map {
    position: relative;
    /* border: 1px solid black; */
    border-radius: 5px;
    height: 650px; 
    width: 100%;
  }
  /* 
   * Optional: Makes the sample page fill the window. 
   */
  /* html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  #navmap{
    margin: 1rem;
    text-decoration: none;
  } */

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
  display: none;
}

.leaflet-pane .leaflet-map-pane{
  transform: translate3d(613px, 390.8px, 0px);
}

