.body-wrapper {
  overflow-y: scroll;
}
.body-wrapper section.team {
  height: auto;
}
.body-wrapper section.team a.outer-logo-link {
  display: block;
  width: 100vw;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
}
.body-wrapper section.team a.outer-logo-link .outer-logo {
  width: 195px;
  height: 39px;
  position: absolute;
  top: 16px;
  left: 75px;
  background-image: url("../assets/img/logo-5.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.body-wrapper section.team .back-illu {
  top: 150px;
}
.body-wrapper section.team .home-link a {
  color: white;
  text-decoration: underline;
}
.body-wrapper section.team .team-wrapper h3.team-category-title {
  font-family: "Chaparral Pro";
  text-transform: uppercase;
  display: block;
  width: 100%;
  color: white;
  text-align: center;
}
