
h1 {
  font-size: 5vh;
  color: rgb(138, 4, 93);
  text-align: center;
  text-decoration: underline rgb(3, 135, 175);
}

.nopadding{
	padding: 0px !important;
}

#mapid{
	height: 90vh;
	margin-top: 2vh;
}

.leaflet-popup-content-wrapper {
  color: white;
  /* height: 8vh; */
  font-size: 1.5vw;
  background-color: #000;
}