#banner {
  height: 25vh;
  min-height: 325px;
  /*max-height: 500px;*/
  background: rgb(52,72,113);
  background: linear-gradient(143deg, rgba(52,72,113,1) 16%, rgba(215,231,251,1) 100%);
  text-align: center;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 5px 2px gray;
  padding: 25px;
}

#banner-content {
  width: 100%;
}

#banner img {
  width: 256px;
  padding-top: 30px;
}

#banner h3 {
  font-size: 32px;
  color: #ededed;
  text-shadow: 1px 0px 1px #424242;
}

.extra-wrapper {
  padding-left: 10%;
  padding-right: 10%;
}

.content1 h4 {
  font-size: 28px;
}

.u-label {
  text-decoration: underline;
}

@media (max-width: 835px) {
  .extra-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
