h1, h2, h3, h4, h5, h6 {
  font-family: 'Old Standard TT';
  font-weight: lighter;
  color: var(--bs-gray-500);
  letter-spacing: 3px;
}

p {
  font-family: 'Open Sans';
  letter-spacing: 1px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #803a3d;
  color: white;
}

p > a {
  text-decoration: none;
  color: var(--bs-secondary);
}

p > a:focus, p > a:hover {
  color: var(--bs-primary);
}

strong, em {
  color: var(--bs-primary);
}

a.course {
  text-decoration: none!important;
  color: #4e4e4e;
}

a.course:focus, a.course:hover {
  box-shadow: var(--bs-box-shadow-sm);
}

