@font-face {
  font-family: "BarlowCondensed";
  src: URL("fonts/barlowCondensed.ttf") format("truetype");
}

@font-face {
  font-family: "PermanentMarker";
  src: URL("fonts/permanentMarker.ttf") format("truetype");
}

body {
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
}

h1 {
  color: lightblue;
  font-size: 8rem;
  margin: 0rem;
}

section {
  margin-bottom: 3rem;
}

#map {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.leaflet-popup-content {
  overflow: hidden;
}

.leaflet-popup-content ul {
  list-style: none;
  padding: 0rem;
}

.leaflet-popup-content ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 1rem;
  font-family: "BarlowCondensed", Arial, Helvetica, sans-serif;
}

.leaflet-popup-content ul p {
  padding: 0rem;
  margin: 0rem;
}

.leaflet-popup-content ul img {
  width: 1.5rem;
  margin-right: 0.25rem;
  color: #333;
}

.leaflet-popup-content ul a {
  color: #ff0000;
}

.leaflet-popup-content ul a:hover {
  color: #c00000;
}

.leaflet-popup-content h3 {
  margin: 1rem 0rem;
  font-size: 1.25rem;
  font-family: "PermanentMarker", "Times New Roman", Times, serif;
}
