/*Legend specific*/

/*Box*/
.legend {
  padding: 1.2vh 1.6vh;
  font-size: 2.5vh;
  font: Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3vh rgba(0, 0, 0, 0.2);
  border-radius: 1vh;
  line-height: 4.8vh;
  color: #555;
  list-style-type: none;
  min-width: 40vh !important;
}

/*Title of legend*/
.legend h4 {
  text-align: center !important;
  font-size: 2.5vh !important;
  margin: 0.4vh 2.4vh 1.6vh !important;
  color: #777 !important;
}

.legend h5 {
  text-align: center;
  font-size: 2.5vh !important;
  margin: 5vh 2.4vh 1.6vh !important;
  color: #777 !important;
}


/*Subtitle*/
.legend h6 {
  text-align: center !important;
  font-size: 2.5vh !important;
  margin: 0.4vh 2.4vh 1.6vh !important;
  color: #777 !important;
}


.leaflet-popup-content {
  font-size: 3vh !important;  
}

/*Buffer - not really sure whether to use
.legend span {
  position: relative;
  bottom: 3px;
}*/


/*main icon*/
.legend ipoint {
  width: 3.6vh;
  height: 3.6vh;
  float: left;
  margin: 0 1.6vh 0 0;
  opacity: 0.95;
  border-radius: 50%;
}


.legend iline {
  width: 7.2vh;
  height: 3.6vh;
  float: left;
  margin: 0 3.6vh 0 0;
  opacity: 0.95;
}



