/* Global */

#site-wide-alert * {
  color: #fff !important;      
}

.footer {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-icons {
  font-size: 1.5em;
}

/* organizations.html */

.organization-thumbnail {
  width: 72px;
  height: 72px;
}

.organization-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* index.html */

.homepage-categories {
  row-gap: 0.25rem;
}

.homepage-categories .homepage-category-link {
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.homepage-categories .homepage-category-link:hover {
  transform: translateY(-2px);
}

.homepage-categories .homepage-category-link img {
  display: block;
  margin: 0 auto 0.75rem;
  height: 64px;
  width: auto;
  max-width: 100%;
}

.homepage-categories .homepage-category-link span {
  line-height: 1.3;
}

/* la_coverage.html */

.leaflet-map {
  width: 100%;
  height: 50vh;
  margin: 1em 0;
}

.legend {
  background-color: #f5f5f5;
  padding: 1em;
  border-radius: 1em;
}

.legend-circle {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 1;
  border-radius: 100px;
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.legend-list li {
  display: flex;
  margin: 0.5em auto;
  align-items: center;
}
