/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
#team {
  background: #112d31 0% 0% no-repeat padding-box;
  padding-bottom: 40px;
}

.team-column > img {
  margin-top: 100px;
  max-width: 90%;
}

.team-description {
  padding-left: 200px;
}

.team-description-title {
  font: normal normal bold 63px/55px Georgia;
  letter-spacing: 0px;
  color: #ffffff;
}

.team-description-subtitle {
  font: normal normal normal 17px/24px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
}

.team-profile-photo-title {
  display: block;
  font: normal normal bold 27px/31px Arial;
  letter-spacing: 0px;
  color: #ffffff;
}

.team-profile-photo-subtitle {
  font: normal normal normal 19px/41px Arial;
  letter-spacing: 0px;
  color: #89bdbb;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .team-column > img {
    margin-top: 50px;
    max-width: 90%;
  }
  .team-description {
    padding: 0px 50px;
    padding-top: 60px;
  }
  .team-description-title {
    font-size: 40px;
    text-align: center;
  }
  .team-description-subtitle {
    font-size: 15px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .team-column > img {
    margin-top: 50px;
    max-width: 90%;
  }
  .team-description {
    padding: 0px 150px;
    padding-top: 60px;
  }
  .team-description-title {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .team-description-subtitle {
    font-size: 15px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .team-description {
    padding: 0px 150px;
    padding-top: 60px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .team-description {
    padding: 0px 150px;
    padding-top: 60px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .team-description {
    padding-left: 125px;
  }
  .team-description-title {
    font-size: 56px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .team-description {
    padding-left: 175px;
  }
}

/*# sourceMappingURL=team.css.map */
