@import "./vars.css";

/************************************ Safety Section ************************************/
#safety-team-info-div {
  max-width: 1000px;
  margin: 100px auto;
}

#team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 80px;
}

.member-container {
  width: 33%;
}

.member-img-container {
  background-color: #3b4958;
  height: 400px;
  width: 100%;
}

.member-img-container > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.member-name-container > p {
  text-align: center;
}

#safety-info {
  display: flex;
  justify-content: space-between;
}

#safety-info > div {
  width: 50%;
}

#safety-info > div:first-child {
  padding-right: 40px;
}

#safety-info > div:last-child {
  padding-left: 40px;
  border-left: 1px solid var(--yellowTheme);
}

#safety-info>div:last-child > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#safety-info>div:last-child>div > a {
  align-self: end;
}

@media screen and (max-width: 800px) {
  .member-container {
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  #safety-info {
    flex-direction: column;
  }

  #safety-info > div:first-child,
  #safety-info>div:last-child {
    width: 100%;
    padding: 0px;
    border: none;
  }

  #safety-info>div:last-child {
    margin-top: 50px;
  }
}

@media screen and (max-width: 500px) {
  .member-container {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  #report-btn {
    width: 100%;
  }

  #report-btn > button {
    width: 100%;
  }
}

/************************************ Code of Conduct Section ************************************/


/************************************ FAQ Section ************************************/
