/* extra Styles */

.orange-font {color:orange}
.orange-background{background-color:orange}
.fat-font {font-weight: 900} 


@media screen and (min-width: 1024px) {
  #map {
    height:40em;
  }
}

img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}