:root {
  --bs-link-color-rgb: 13, 17, 253;
  --bs-link-color: rgb(13, 17, 253);
}

/* needed for interactive map in listplace.xsl */
div#map {
  height: 50vh;
}

/* Match bootstrap navlink focus outline color. */
:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}



dd {
  margin-left: 1.5rem;
}

.all-caps {
  font-variant: small-caps;
}

.entity {
  text-decoration: underline dotted;
  cursor: pointer;
}
.footer-logo {
  max-width: 50%;
  max-height: 150px;
}

