@font-face {
  font-family: BebasNeue;
  src: url("../fonts/bebas_neue/BebasNeue-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: DancingScript;
  src: url("../fonts/dancing_script/DancingScript-VariableFont_wght.ttf");
  font-weight: normal;
}
@font-face {
  font-family: JustAnotherHand;
  src: url("../fonts/just_another_hand/JustAnotherHand-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: PatrickHand;
  src: url("../fonts/patrick_hand/PatrickHand-Regular.ttf");
  font-weight: normal;
}
.tlp-team-small {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.tlp-team-small .tlp-team-item {
  max-width: 200px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 13px 0 hsla(0, 0%, 0%, 0.1);
}
.tlp-team-small .tlp-team-item .tlp-team-item-image {
  display: flex;
  padding: 15px;
  justify-content: center;
}
.tlp-team-small .tlp-team-item .tlp-team-item-image img {
  height: 200px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.tlp-team-small .tlp-team-item .tlp-team-item-name {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-family: "JustAnotherHand";
  padding-bottom: 15px;
}
.tlp-team-small .tlp-team-item .tlp-team-item-name a {
  text-decoration: none;
}
.tlp-team-small .tlp-team-item .tlp-team-item-name a:hover {
  color: #45b9b9;
  opacity: 0.7;
}

.tlp-team-full {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tlp-team-full .tlp-team-item {
  display: flex;
  gap: 30px;
}
.tlp-team-full .tlp-team-item .tlp-team-item-detail {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 13px 0 hsla(0, 0%, 0%, 0.1);
  height: max-content;
}
.tlp-team-full .tlp-team-item .tlp-team-item-detail .tlp-team-item-image {
  display: flex;
  padding: 15px;
  justify-content: center;
}
.tlp-team-full .tlp-team-item .tlp-team-item-detail .tlp-team-item-image img {
  height: 200px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.tlp-team-full .tlp-team-item .tlp-team-item-detail .tlp-team-item-name {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-family: "JustAnotherHand";
  padding-bottom: 15px;
}
.tlp-team-full .tlp-team-item .tlp-team-item-detail .tlp-team-item-rrss {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  min-height: 35px;
}
.tlp-team-full .tlp-team-item .tlp-team-item-detail .tlp-team-item-rrss.tlp-team-role-admin {
  background-color: #8c8c86;
}
.tlp-team-full .tlp-team-item .tlp-team-item-detail .tlp-team-item-rrss.tlp-team-role-designer {
  background-color: #45b9b9;
}
.tlp-team-full .tlp-team-item .tlp-team-item-detail .tlp-team-item-rrss.tlp-team-role-pollywog, .tlp-team-full .tlp-team-item .tlp-team-item-detail .tlp-team-item-rrss.tlp-team-role-creative {
  background-color: #e7668c;
}
.tlp-team-full .tlp-team-item .tlp-team-item-detail .tlp-team-item-rrss a img {
  width: 20px;
}
.tlp-team-full .tlp-team-item .tlp-team-item-detail .tlp-team-item-rrss a img:hover {
  opacity: 0.5;
}
.tlp-team-full .tlp-team-item .tlp-team-item-content p {
  font-size: 15px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .tlp-team-full .tlp-team-item {
    flex-direction: column;
  }
  .tlp-team-full .tlp-team-item .tlp-team-item-detail {
    width: 100%;
    max-width: 50%;
    margin: auto;
  }
}
@media (min-width: 576px) {
  .tlp-team-full .tlp-team-item .tlp-team-item-detail {
    width: 30%;
  }
  .tlp-team-full .tlp-team-item .tlp-team-item-content {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .tlp-team-full .tlp-team-item .tlp-team-item-detail {
    width: 20%;
  }
  .tlp-team-full .tlp-team-item .tlp-team-item-content {
    width: 80%;
  }
}

/*# sourceMappingURL=tlp-team-public.css.map */
