.meet-the-team {
  margin-top: 20px;
  color: #0097b5; }
  @media only screen and (max-width: 1190px) {
    .meet-the-team {
      margin-top: 100px; } }
  @media only screen and (max-width: 800px) {
    .meet-the-team {
      margin-top: 40px; } }
  @media only screen and (min-width: 1140px) {
    .meet-the-team {
      margin-top: 100px; } }

.team-wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 50px;
  text-align: center;
  background-color: #666666;
  background-color: rgba(0, 151, 181, 0.4);
  margin: 0; }
  @media only screen and (min-width: 600px) {
    .team-wrapper {
      padding: 20px; } }
  .team-wrapper hr {
    border-top: none;
    border-bottom: 1px solid rgba(0, 151, 181, 0.4); }
  .team-wrapper .span {
    font-size: 1.8em;
    color: #0097b5; }

.team {
  max-width: 940px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 100px; }
  @media only screen and (max-width: 320px) {
    .team {
      display: block; } }
  @media only screen and (min-width: 480px) {
    .team {
      display: flex;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 1140px) {
    .team {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 200px; } }
  .team .team-member {
    position: relative;
    margin: auto;
    padding: 10px 0;
    margin: 10px auto; }
    .team .team-member img {
      width: 100%;
      height: auto;
      border-radius: 50%;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .team .team-member img:hover {
        border: 1px solid rgba(0, 0, 0, 0.4); }
    .team .team-member .nameplate {
      color: #ffffff;
      text-align: center; }
    .team .team-member .nameplate2 {
      text-align: center;
      margin-bottom: 15px; }
    .team .team-member .nameplate-alex {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }

.team-member {
  width: 250px;
  height: auto; }
  .team-member span {
    color: rgba(0, 151, 181, 0.6); }

.nameplate h3 {
  color: #0097b5; }

.team-member-wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  background-color: #ffffff;
  margin: 0; }
  @media only screen and (min-width: 600px) {
    .team-member-wrapper {
      padding: 20px; } }
  .team-member-wrapper hr {
    border-top: none;
    border-bottom: 1px solid rgba(0, 151, 181, 0.4); }
  .team-member-wrapper .span {
    font-size: 1.8em;
    color: #0097b5; }

.member-profile-wrapper {
  display: block;
  text-align: left;
  margin: 50px auto;
  margin-bottom: 50px;
  padding: 10px;
  padding-bottom: 40px;
  background-color: rgba(0, 151, 181, 0.2); }
  @media only screen and (min-width: 1140px) {
    .member-profile-wrapper {
      display: flex;
      justify-content: flex-start;
      flex-wrap: nowrap; } }
  .member-profile-wrapper .member-profile {
    max-width: 400px;
    background-color: #666666;
    background-color: #0097b5;
    color: #ffffff; }
    @media only screen and (min-width: 1140px) {
      .member-profile-wrapper .member-profile {
        min-width: 400px;
        padding-bottom: 20px; } }
    .member-profile-wrapper .member-profile p {
      display: block;
      margin-left: 15px;
      font-size: 1.1em;
      font-family: 'Open Sans', sans-serif; }
      @media only screen and (min-width: 1140px) {
        .member-profile-wrapper .member-profile p {
          display: inline;
          margin-left: 15px; } }
    .member-profile-wrapper .member-profile img {
      width: 100%;
      height: auto; }

.member-profile, .member-description {
  margin: 10px; }

.member-description p:first-child {
  padding-top: 20px; }
  @media only screen and (min-width: 1140px) {
    .member-description p:first-child {
      padding-top: 0; } }

.transition {
  max-width: 600px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 150px; }
  .transition .back, .transition .next {
    padding: 10px 20px;
    margin-right: 30px;
    background-color: #0097b5;
    font-size: 1.2em;
    border-radius: 10px; }
    .transition .back span, .transition .next span {
      color: rgba(255, 255, 255, 0.7); }
    .transition .back a, .transition .next a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none;
      font-weight: 700; }
      .transition .back a:hover, .transition .next a:hover {
        color: #ffffff; }
