/* From the Bootstrap "cover" template:
  https://getbootstrap.com/docs/5.1/examples/cover/
  By @mdo
*/

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .6);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, 1);
}
.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}
.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
.nav-masthead h1 {
  font-size: 1.75rem;
  font-weight: bold;
}
.nav-masthead h1 a {
  text-decoration: none;
}
.nav-masthead h1, .nav-masthead a.nav-link {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

/* End bootstrap cover code */

.bg-primary {
  background-color: #219ebc !important;
}
a {
  color: #219ebc;
  text-decoration: underline;
}
.dropdown-item.active, .dropdown-item:active {
  color:#fff;
}
.dropdown-item:focus,
.dropdown-item:hover, a:hover {
  color: #219ebc;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #219ebc;
  color:#fff;
}
body {
  background-color: #f4f4f4;
}
.top-bg {
  background-size:cover;
  background-position-y: center;
  background-position-x: center;
  background-opacity:1;
  height:500px;
}
.card h1{font-size:2rem;font-weight:bold}
@media (max-width: 1200px) {
  .card h1{font-size:1.7rem;font-weight:bold}
}

body > .container footer img {
  width: 22px;
}
