/*:root {
  --bg-color-light: #0796fe;
  --bg-color-dark: #001d3f;
}

body,
html {
  height: 100%;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.noGutter-x {
  --bs-gutter-x: 0;
}*/

/*.teamMemberRow {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10rem;
}*/

/*.teamMemberRow .teamMemberContainer {
    width: 200px;
}*/

.teamHeader {  
  color: #2e2e2e;
  text-align: center;
  font-family: Poppins;
  font-size: 2.6rem;  /*2.84rem*/
  font-style: normal;
  font-weight: 400;
  line-height: 5rem; /* 175% */
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.teamHeaderText {
    position: relative;
    width:fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
}

.teamHeaderText div.bottom::before {
    position: absolute;
    content: "";    
    left: 0;
    bottom: 0;    
    width: 100%;
    border-bottom: 3px solid var(--bg-color-light);
}

.teamMemberContainer {
  text-align: center;
  position: relative;
}

/*.team2ndRow {
  margin-top: 9rem;
  margin-bottom: 17rem;
}*/

.teamImage {
  border-radius: 50%;
  border: solid 8px #fff;
  width: 18rem;
  height: 18rem;
  margin-bottom: -9rem;
}

.teamDesc {
    text-align: center;
    border-radius: 5px;
    height: 32rem;
    width: 100%;
   /* margin-right: 1rem;
    margin-left: 1rem;*/
  /*  margin-right: 6rem;
    margin-left: 6rem;*/
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.teamMemberData {
  position: absolute;
  left: 0;
  right: 0;
  color: var(--bg-color-light);
}

.memberName {
  top: 20rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #000;

  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.memberTitle {
  top: 23rem;
  font-size: 1.6rem;
  font-weight: 600;

  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.memberSocialLinks {
  top: 28rem;
}

.memberBioLink {
  top: 34rem;
}

.memberBioLinkText {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bg-color-light);
  text-decoration: underline;
  cursor: pointer;
}

.circleTwo {
  -webkit-transition: fill 0.25s ease;
  -moz-transition: fill 0.25s ease;
  -o-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}

.circleOne,
.PathOne,
.PathTwo {
  -webkit-transition: fill 1s ease;
  -moz-transition: fill 1s ease;
  -o-transition: fill 1s ease;
  transition: fill 1s ease;
}

.modal-dialog {
  width: 90%;
  min-height: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.modal-content {
  background-color: transparent;
}

.modalContainer {
  border-radius: 10px;
}

.modalBioLeft {
  background-color: var(--bg-color-light);
  
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  color: #fff;
  padding-bottom: 3rem;
}

.modalBioRight {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.modalBioImage {
  border-radius: 50%;
  margin-top: 3rem;
  margin-bottom: 1rem;
  width: 18rem;
  height: 18rem;
  display: none;
}

.modalBioName {
  font-size: 2rem;
  font-weight: 400;
  display: none;
}

.modalBioTitle {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  display: none;
}

.modalBioLinkedIn {
  margin-bottom: 3rem;
}

.modalBioText {
  color: #6d6d6d;
  margin: 3rem;
  display: none;
}

/*.TobyBioMargin, .WendyBioMargin, .BrunoBioMargin {
    margin-top: 0px;
}*/

/* media queries */

@media (min-width: 768px) {
    .teamHeader {
        font-size: 2.84rem;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        /* display: none; */
        width: 82.4rem;
        max-width: 82.4rem;
        min-height: 45rem;
    }

    .modalBioLeft {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 8px;
    }

    .modalBioRight {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .TobyBioMargin {
        margin-top: 6rem;
    }

    .WendyBioMargin {
        margin-top: 4.5rem;
    }

    .BrunoBioMargin {
        margin-top: 6rem;
    }

    .teamMemberRow {
        display: flex;
        justify-content: space-evenly;
        padding-bottom: 10rem;
    }

    .teamMemberRow .teamMemberContainer {
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .teamMemberRow .teamMemberContainer {
        width: 220px;
    }
}

@media (min-width: 1400px) {
    .teamDesc {        
       /* margin-right: 6rem;
        margin-left: 6rem;      */  
    }

    .teamMemberRow .teamMemberContainer {
        width: 240px;
    }
}
