/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                   Owner: Cooper | Tierney                        */
/*                 Copyright 2025 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                   Owner: Cooper | Tierney                        */
/*                 Copyright 2025 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
.animate__delay-half-s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

#team-roster {
  background-color: #344b5b;
}

.modal-profile-description-overview {
  font-size: 12px;
}

.modal-profile-description-title {
  font-size: 16px;
  color: #344434;
  text-decoration: underline;
}

.modal-profile-photo > img {
  height: 400px;
}

.profile-description {
  padding-top: 10px;
}

.profile-list > li {
  list-style-type: circle;
}

.profile-name {
  display: inline;
  font-size: 18px;
  font-weight: 500;
  padding-right: 7px;
}

.profile-photo > img {
  height: 300px;
}

.profile-title {
  border-left: 2px solid #1c241c;
  display: inline;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}

.profile-wrapper {
  background-color: #b1b1b1;
  padding: 15px 30px;
  margin-left: 20%;
  width: 60%;
  border: 1px solid #1c241c;
  border-radius: 10px;
  transition: all 0.3s;
}

.profile-wrapper:hover {
  cursor: pointer;
  box-shadow: #fff 0px 8px 25px;
  border-color: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 427px) {
  .profile-photo > img {
    height: 150px !important;
  }
  .profile-name {
    padding-right: 0px;
  }
  .profile-title {
    border-left: 0px;
    display: block;
    padding-left: 0px;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .modal-profile-description-overview {
    font-size: 12px;
  }
  .modal-profile-description-title {
    font-size: 16px;
  }
  .modal-title {
    font-size: 20px;
  }
  .profile-name {
    font-size: 12px;
  }
  .profile-photo > img {
    height: 200px;
  }
  .profile-title {
    font-size: 10px;
  }
  .team-email {
    font-size: 13px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .modal-profile-description-overview {
    font-size: 12px;
  }
  .modal-profile-description-title {
    font-size: 16px;
  }
  .modal-title {
    font-size: 20px;
  }
  .profile-name {
    font-size: 14px;
  }
  .profile-photo > img {
    height: 240px;
  }
  .profile-title {
    font-size: 10px;
  }
  .team-email {
    font-size: 14px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .profile-name {
    font-size: 18px;
  }
  .profile-photo > img {
    height: 300px;
  }
  .profile-title {
    font-size: 14px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .profile-name {
    font-size: 16px;
  }
  .profile-photo > img {
    height: 290px;
  }
  .profile-title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1020px) {
  .modal-profile-description-overview {
    font-size: 16px;
  }
  .modal-profile-description-title {
    font-size: 20px;
  }
  .modal-title {
    font-size: 26px;
  }
  .profile-photo > img {
    height: 300px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .profile-name {
    font-size: 16px;
  }
  .profile-title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1295px) {
  .profile-name {
    font-size: 18px;
  }
  .profile-title {
    font-size: 14px;
  }
}

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