@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
html {
  scroll-behavior: smooth;
}
body {
  background-color: #c9ebff;
}
.skip-nav-link {
  position: absolute;
  left: 0.5rem;
  background-color: #fff;
  color: #002b88;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  padding: 0.25rem 1rem;
  transform: translateY(-120%);
  transition: transform 325ms ease-in;
  z-index: 10;
}
.skip-nav-link:focus {
  transform: translateY(20%);
}
main > .container {
  padding: 60px 15px 60px;
}
.bg-dark {
  background-color: #002b88 !important;
}
.navbar {
  box-shadow: 0px 1px 5px 0px #002b88;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 2px black;
  /*text-decoration: underline;*/
}
.dropdown-menu {
  border-radius: 0;
  background-color: #002b88;
}
.dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.dropdown-menu .dropdown-item.active {
  color: #fff;
  background-color: inherit;
}
.dropdown-menu > li > a:hover {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 2px black;
  background-color: inherit;
  /*text-decoration: underline;*/
}
.display-5 {
  text-shadow: 2px 2px 3px #52658f;
}
.list-group {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.list-group-item {
  background-color: #c9ebff;
  border: none;
}
.custom-img {
  max-height: 350px;
  min-width: 200px;
}
.useful-info-content {
  line-height: 1.6;
}
footer {
  text-shadow: 1px 1px 2px black;
}
