.DivHeadPic {
  background-image: url("../images/headpic_2024.png") !important;
}
.DivTitle > nobr > span {
  color: #1b3e80 !important;
}

@media (min-width: 769px) {
  .navbar .navbar-nav a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 6px;
    bottom: 0;
    left: 0;
    background-color: #008059;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

  .navbar .navbar-nav > li > a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .nav > li > a:hover,
  .navbar .navbar-nav > .active > a {
    background: none !important;
  }

  .navbar .navbar-nav > .active > a::after {
    transform: scaleX(1);
  }

  .PlainTextLink a:link,
  .PlainTextLink a:visited {
    color: #1b3e80 !important;
  }
}
