@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(5rem + 55px);
    padding-bottom: 5rem;
  }
}

.dbh-header-row {
  max-width: 1294px;
  margin: 1rem auto 0;
}

.dbh-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 860px;
}

.dbh-section-title {
  font-size: 2rem;
  font-weight: 700;
  background: #2BBBFA;
  color: #fff;
  padding: 1rem 2rem;
  line-height: 1;
  font-family: 'Catamaran';
  display: inline-block;
}

@media (min-width: 992px) {
  .dbh-section-title {
    font-size: 3rem;
  }
}

.dbh-background {
  background-color: #BDBDBD;
}

.dbh-icon {
  font-size: 4rem;
}

#footer {
  color: #BDBDBD;
}

a {
  color: #000000;
  text-decoration: none;
}

#footer a {
  color: #BDBDBD;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

#footer a:hover {
  color: #BDBDBD;
  text-decoration: underline;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 7rem;
}

header .dbh-main-image {
  padding-bottom: 6rem;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  header.masthead .masthead-content .masthead-heading {
    font-size: 4rem;
  }
}

.btn-dark {
  background-color: #000;
  color: #ffffff;
}

.btn-xl {
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1rem;
}

@media (min-width: 992px) {
  .btn-xl {
    text-transform: uppercase;
    padding: 1.25rem 3rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .1rem;
  }
}

.btn-nr {
  text-transform: uppercase;
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1rem;
}

.dbh-btn-sm {
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .1rem;
}

@media (min-width: 992px) {
  .dbh-btn-sm {
    text-transform: uppercase;
    padding: 0.75rem 2rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: .1rem;
  }
}

a.btn-xl {
  text-decoration: none;
}

.dbh-card-subtitle {
  font-weight: 400 !important;
  font-size: 1.25rem;
}

.dbh-top-card {
  border: none !important;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 1.85rem;
}

@media (min-width: 992px) {
  header.masthead .masthead-content .masthead-subheading {
    font-size: 3.5rem;
  }
}

.dbh-card, .dbh-card .card-header, .dbh-card .card-footer {
  border-color: #000000;
  border-radius: 0;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #2BBBFA;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(43,187,250,1);
}

.form-select:focus {
  border-color: #2BBBFA;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(43,187,250,1);
}

