h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.2;
  color: black;
  font-family: 'Roboto Mono';
  text-transform: uppercase;
}

h3, .h3, h2, .h2, h1, .h1 {
  /*text-decoration: underline;*/
}

h6, .h6, h5, .h5, h4, .h4 {
  color: var(--bs-secondary);
  /*font-weight: bold;*/
}

.top-nav-link {
  color: var(--bs-secondary) !important;
}

.top-nav-link.active {
  font-weight: bold !important;
}

.top-heading {
  border-bottom: solid;
}

.login-background {
  background-image: url("../img/logo/FullLogoTall.png");
}

label {
  color: #1e1e1e;
}
