@media screen and (max-width: 670px) {
  .navbar-brand {
    display: none;
  }
  .navbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .hero-section {
    max-height: 60vh;
    min-height: 32vh;
}


.slogan-title {
    font-size: 24px;
}

.slogan-text {
    font-size: 16px;
    padding:10px;
}


}