 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 }

 .banner-wrap {
  background-image: url("./assets/photo-1605379399642-870262d3d051.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.overlay {
  z-index: -1;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 80%;
  position: absolute;
  top: 0;
}

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.scrolling {
  background: black;
  opacity: 80%;
  transition: all 0.5s;
}

.btn-secondary {
  margin-top: 50px;
  }