#body_container{
  width: 100%;
  min-height: 650px;
  height: 100%;
}

#main_content{
  height: 100%;
}

.details{
  text-align: justify;
}

h2{
  text-align: left;
}

h3, h4 {
  padding-top: 15px;
}
.contact-details{
  font-size: 17px;
}

ul {
  list-style: none;
}

section {
  margin-right: 1rem;
}


img.circle-picture{
    border-radius: 50%;
    border: 1px solid lightgrey;

    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    image-orientation: 0deg;
    background-color: white;
    margin-top: 3vh;
}

.team-member{
    text-align: center;
    /* width: 25%; */
    margin: 0 25px 25px 25px;
    background: lightgrey;
}

.team-member > .card-text{
  margin-bottom: 2vh
}

.team-member > p{
  display: table-cell;
}

.team-social{
  display: none !important;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .team-member{
    /* max-width: 15vw; */
  }
}

@media (max-width: 768px;) {

  .details{
    text-align: justify;
  }

  h2{
    text-align: left;
  }
}

/* Newly added */



#teamInfoContainer{
  position: realtive;

  min-width: 98vw;
  height: 99.9vh;

  padding: 20px;

  margin: 0px;
  /* border-width: 20px 30px 10px 20px; */
  border-color: #F6C507;
  border-style: solid;
  border-width: 1px;
}

.specialContainer{
  position: relative;

  min-width: 25vw;
  width: 25vw;
  max-width: 25vw;

  min-height: 25vw;
  height: 25vw;
  max-height: 25vw;

  margin: 5px;

  box-sizing: border-box;

  background: #7FDBFF;

  border: 10px solid #F6C507;
}

.hoverFadeEffect{
  background: lightgrey;

  transition: 0.3s ease-in-out;

}

.hoverFadeEffect:hover{
  background: white;

  /* box-shadow: 0 0 0 0.3rem rgb(211,211,211,.7); */
  /* opacity: 0.6;
  filter: alpha(opacity=60); */
  transition: 0.3s ease-in-out;
}

.cursor-pointer{
  cursor: pointer;
}

.modal-dialog-team-format{
  min-width: 40vw;
}

.modal-content-team-format{
  /* position: relative; */
  /* min-height: 50vh; */
  padding: 8px;
  padding-left: 15px;
  align-self: center;
}

img.bio-picture{
  margin: 0px;
  padding: 0px;

  min-width: 11vw;
  width: 11vw;
  max-width: 11vw;

  min-height: 11vw;
  height: 11vw;
  max-height: 11vw;

}

.boxContainer{
  box-sizing: border-box;

  position: absolute;

  width: 35%;
  height: 28%;

  margin-top: 10%;
  margin-right: 20%;

  z-index: 1;

  top: 0;
  right: 0;
  align-self: end;
  border: 1px solid #000000;

}

.team-member{
  /* max-width: 25vw; */
  /* max-height: 28vh; */

  position: relative;

  /* padding-top: 3vh; */

  background: white;
  /* background: rgb(220,220,220, 0.8); */

  border: 1px solid white;
  transition: 0.3s ease-in-out;
}

.team-member:hover{
  /* border-bottom: 1px solid #F6C507; */

  transform: scale(1.1, 1.1);

  box-shadow: 0 0 2rem 0 rgb(211,211,211,.7);

  transition: 0.3s ease-in-out;
}

.card-title p{
  margin: 0;
  font-size: 14px;
}

.card hr{
  border-top: 1px solid #F6C507;

  align-self: center;

  position: absolute;

  width: 0%;

  bottom: 0;

  transition: 0.3s ease-in-out;
}

.card:hover hr{
  width: 100%;

  transition: 0.3s ease-in-out;
}

button.special-close-button{
  padding: 0;

  color: white;

  text-align: center;
  position: absolute;

  align-self: end;

  z-index: 100;

  top: -15px;
  right: -15px;

  min-width: 40px;
  width: 40px;
  max-width: 40px;

  min-height: 40px;
  height: 40px;
  max-height: 40px;

  /* transform: translateX(10vw);
  transform: translateY(-5vh); */

  opacity: 1;

  text-shadow: 0 0px 0 #CD4227;

  border-radius: 50%;
  border: 0;
  background-color: #CD4227 ;

  /* transform: rotate(0deg); */
  transition: 0.4s ease-in-out;


}

button.special-close-button:hover{
  color: white;

  border: 0;
  opacity: 1 !important;

  box-shadow: 0 0 0.3rem 0.2rem rgb(211,211,211,.7);

  /* transform: rotate(-180deg); */
  transition: 0.4s ease-in-out;
}

.container-for-partners{
  align-self: center;

  width: 50vw;
  min-height: 15vh;

  object-fit: contain;
  background: black;
  text-align: center;
}

.papers{
  margin-left: 2vw;
}

.researchgate>a>i{
  color: #00CCBB;
}

.researchgate>a>i:hover{
  color: #00A76F;
}

section #specificContainer{
  max-width: 85vw;
  margin-left: 5vw;
  margin-right: 5vw;
  position: relative;
}

.contact-text {
  padding-top: 0;
  margin-top: 0;
}
