body {
  background-color:#fff;
}

#header, .mobile-menu {
  animation-delay:.25s;
} 

#join .title h1 {
  width: 450px;
  max-width: 90vw;
}

#join {
  padding-top: 7rem;
  z-index:1;
  animation-delay: .5s;
}

#join:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image:url(../img/team.png);
  background-position: bottom right;;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: .075;
}

#join .aboutContent ul {
  list-style: none;
  display: block;
  margin:0 auto;
  line-height:2;
}

#join .aboutContent ul li {
  padding:.2rem 0;
  color:#000;
}

#join .aboutContent ul li img {
  height:20px;
  margin-right:1rem;
}

#join .aboutContent div {
  text-align: left;
  width: auto;
  margin: 0 auto;
  display: flex;
}

.badge {
  position: relative;
  bottom:0 !important;
  right:0;
  width:180px;
  justify-content: center;
  padding:2rem;
  margin:2rem auto;
}

.strong {
  font-weight:800;
  text-shadow: 0px 0px #000;
}

@media only screen and (min-width: 768px) {
  #join {
    padding-top: 12rem !important;
    min-height:64.8vh;
  }
}

