.hero {
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nav-link.active {
  border-bottom: 2px solid #fff;
}

body {
  background: #f8f9fa;
}