.team-member img {
  height: 15em;
  border-radius: 4px;
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.20);
}

h2 {
  line-height: 1.5em;
}

.bg-primary h2 {
  color: white;
}

.bg-primary {
  color: rgba(255, 255, 255, .5);
}

.nav-menu h4 {
  margin-top: -9px;
}

.about-list li {
  margin-bottom: 1.3em;
  font-weight: 600;
}

.about-list {
  margin-top: 2em;
}

.simple-bar .logo {
  max-width: 800px;
  max-height: 70px;
  bottom: 24px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .nav-menu {
    padding-top: 36px !important;
  }
  .pure-text-centered h2 {
    font-size: 1.3em;
  }
}
