.topBanner {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.topBanner h1 {
  position: relative;
  float: left;
  top: 50%;
  transform: translateY(-50%);
  margin: 0% 15%;
  font-size: 170%;
}

.topBanner h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 130%;
  height: 3px;
  background: white;
}

.currentPosition {
  text-align: left;
  padding: 0% 15%;
}

.currentPosition a {
  color: black;
}

@media screen and (max-width: 1024px) {
  .parallaxTop {
    background-attachment: unset;
    background-position: center top;
  }
}

@media screen and (max-width: 768px) {
  .topBanner h1:before {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .parallaxTop {
    background-position: 20% 0%;
  }
}
