:root {
  --bs-primary-rgb: 12, 38, 82;
}

/* Global */

h1, .h1 {
  font-size: 3rem;
}

.banner-title {
  font-weight: 400 !important;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

@media (max-width: 576px) {
  h1, .h1 {
    font-size: 2.25rem;
  }

  .banner-title {
    font-weight: 400 !important;
  }

  h2, .h2 {
    font-size: 1.75rem;
  }

  h3, .h3 {
    font-size: 1.5rem;
  }

  .section.section-band-image {
    background-position: center;
  }
}

/* Navbar */
.navbar-logo {
  height: auto;
  width: calc(100 / 16 * 1rem);
}

.bg-primary p,
.bg-primary li,
a.link.link-cta {
  color: white;
}

.testimony {
  text-align: center;
}

.testimony .header {
  height: calc(80 / 16 * 1rem);
}

.testimony .image {
  width: 100%;
  margin-bottom: 1rem;
}

.case-content h5 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.case-content a {
  margin-bottom: 0.5rem;
}

a.link.link-cta.dark {
  color: black;
}

a.link.link-cta.dark svg {
  stroke: black;
}

footer a {
  color: #BDBBB4;
}

.about-btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.story-content {
  font-size: calc(18 / 16 * 1rem);
}

.title-wrapper {
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
