.banner {
  background-color: black;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0px;
  margin-bottom: 24px;
  width: 100%;
}

@media only screen and (max-width: 850px) {
  .banner {
    justify-content: center;
  }
}

.bannerImage {
  max-height: 50px;
  width: auto;
  max-width: 90%;
  margin-left: 20px;
}

.nav-button {
  color: white;
  text-align: center;
  margin: 0px 24px;
  text-decoration: none;
  line-height: 60px;
}

.nav-button:hover {
  opacity: 0.7;
  color: white;
  text-decoration: none;
}