.markerTeller {
  background-image: url('./assets/automaticTellerMachine.png');
  background-size: cover;
  width: 30px;
  height: 30px;
}


.markerFountainPlaza {
  background-image: url('./assets/FountainPlaza.svg');
  background-size: cover;
  width: 50px;
  height: 50px;
}
.markerGuestServices {
  background-image: url('./assets/GuestServices.svg');
  background-size: cover;
  width: 30px;
  height: 30px;
}
.markerBusStop {
  background-image: url('./assets/BusStop.svg');
  background-size: cover;
  width: 30px;
  height: 30px;
}
.markerValet {
  background-image: url('./assets/valet.svg');
  background-size: cover;
  width: 30px;
  height: 30px;
}
.markerBikeRack {
  background-image: url('./assets/BikeRack.svg');
  background-size: cover;
  width: 30px;
  height: 30px;
}

.markerPawPark {
  background-image: url('./assets/PawPark.svg');
  background-size: cover;
  width: 30px;
  height: 30px;
}



.legendTeller {
  background-image: url('./assets/automaticTellerMachine.png');
  background-size: cover;
  width: 15px;
  height: 15px;
}


.legendFountainPlaza {
  background-image: url('./assets/FountainPlaza.png');
  background-size: cover;
  width: 15px;
  height: 15px;
}
.legendGuestServices {
  background-image: url('./assets/GuestServices.svg');
  background-size: cover;
  width: 15px;
  height: 15px;
}
.legendBusStop {
  background-image: url('./assets/BusStop.svg');
  background-size: cover;
  width: 15px;
  height: 15px;
}
.legendValet {
  background-image: url('./assets/valet.svg');
  background-size: cover;
  width: 15px;
  height: 15px;
}
.legendBikeRack {
  background-image: url('./assets/BikeRack.svg');
  background-size: cover;
  width: 15px;
  height: 15px;
}

.legendPawPark {
  background-image: url('./assets/PawPark.svg');
  background-size: cover;
  width: 15px;
  height: 15px;
}

.my-legend .legend-title {
  color: #0b1c65;
  text-align: left;
  margin-top: .5em;
  margin-bottom: .2em;
  font-weight: bold;
  font-size: 95%;
  padding-top: 5px;
  padding-left: 1em;
  }

  hr.line {
  margin-top: 0em;
  margin-bottom: 1em;
  border: 1.5px solid #0b1c65;
  margin-left: 5px;
  margin-right: 5px;
}

.my-legend .legend-scale ul {
  margin: 0;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right:10px;
  padding: 0;
  float: left;
  list-style: none;
  }
.my-legend .legend-scale ul li {
  font-size: 80%;
  list-style-position: center;
  margin-left: 0;
  line-height: 18px;
  margin-bottom: 20px;
  }
.my-legend ul.legend-labels li span {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 5px;
  margin-left: 0;
  }
.my-legend .legend-source {
  font-size: 70%;
  color: #999;
  clear: both;
  }
.my-legend a {
  color: #777;
  }

.my-legend {
  position: absolute;
  top: 20px;
  right: 50px;
  background-color: #ffffff;
  opacity: .85;
  border-radius: 5px;
  z-index: 10;
}

.skyOSLogo {
  position: fixed;
  z-index: 2;
  bottom: 5px;
  right: 5px;
  background-size: cover;
}

