/* css styles */

.navbar-logo {
  max-height: 70px;
}


.navbar-brand {
  color: Gold;
}


.navbar-brand:is(:focus, :hover) {
  color: Yellow;
}

.nav-footer {
  font-style: italic;
}


.nav-footer a:link  {
    text-decoration: none;
    color: Gold;
    font-style: italic;
    font-weight: normal;
}


.title {
  font-style: italic;
  color: DarkSlateGrey;
  font-variant: small-caps;
}


a {
    text-decoration: none;
    color: MidnightBlue ;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: inherit
    font-weight: inherit;
}

.accordion {
  --bs-accordion-active-bg: LightSteelBlue ;
}

.accordion-body {
  background-color: whitesmoke;
}


/*.anchorjs-link {
  aria-label="Anchor" 
  data-anchorjs-icon="" 
  href="#panelsStayOpen-headingOne" 
  style="font: 1em / 1 anchorjs-icons; margin-left: 0.1875em; padding-right: 0.1875em; padding-left: 0.1875em;"
}