.nav-item {
}

a.nav-link {
  color: inherit;
  padding-right: 3vw;
  padding-left: 3vw;
}

@media (min-width: 420px) {
  .logo-title {
    line-height: 36px;
    font-size: 36px;
  }
}

@media (min-width: 421px) {
  .logo-subtitle {
    line-height: 15.3px;
    font-size: 15.3px;
  }
}

@media (max-width: 420px) {
  .logo-title {
    line-height: 32px;
    font-size: 32px;
  }
}

@media (max-width: 421px) {
  .logo-subtitle {
    line-height: 13.5px;
    font-size: 13.5px;
  }
}

:root {
  --bs-tertiary: #4876c9;
  --bs-tertiary-rgb: 72,118,201;
  --bs-primary: #1b2c40;
  --bs-primary-rgb: 27,44,64;
  --bs-secondary: #2f5c85;
  --bs-secondary-rgb: 47,92,133;
}

.heroImage {
  height: 124px;
  background: url("../../assets/img/artur-tumasjan-p_cHW1REBWc-unsplash.jpg") center / cover no-repeat;
}

@media (min-width: 576px) {
  .heroImage {
    height: 193px;
    background: url("../../assets/img/artur-tumasjan-p_cHW1REBWc-unsplash%20SMALLER.jpg") center / cover no-repeat;
  }
}

@media (min-width: 992px) {
  .heroImage {
    height: 276px;
  }
}

