/*
 * Legacy Bootstrap-level visual overrides ported from the customized Drupal 9 theme.
 * These replace the direct edits that had previously been made inside bootstrap.min.css.
 */

a {
  color: #5F5046;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: rgb(220, 145, 30);
  text-decoration: underline;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: #5F5046;
}

/* Kept here as a legacy bootstrap-level behavior because it was previously injected there. */
.navbar-collapse {
  position: absolute;
  right: 10px;
  top: 20px;
}
