@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */


 .main-block-container {
    max-width: 2000px;
    font-size: 1.3rem;
 }

 .left-container.biggerHeightClass,  .right-container.biggerHeightClass{

padding-bottom: 200px;
/* var(--palette-bg); */
 }

 

.titlesHP {
    display: flex;
    font-family: "OpenSans", sans-serif;
    font-weight: 600;
    font-style: normal;
    justify-content: center;
    align-items: center;
    font-size: 4rem;

    color: var(--palette-purple);
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    text-align: center !important;
    border-bottom: var(--palette-purple) 5px solid;
}

#headerTeam {
    background-image: url(https://static.igem.wiki/teams/4663/wiki/group-pic-version2.jpg);
    background-size: cover;
    backdrop-filter: blur(3px);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 550px;
    padding: unset;
    background-color: white;
    width: 100%;
     
}
.page-title {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    
    color: var(--palette-yellow) !important;
    background-color: rgba(0,0,0,0.2);
    font-family: "OpenSans", sans-serif;
    text-align: center;
    min-height: 550px;
    font-size: 4em;
    padding-top: 85px;
    padding-left: 40px;
    
}

.page-headerTeam {
    background-color: #fff;
    height: 200px;
    padding-left: 0rem;
    padding-right: 0rem;
    width: 100%;
    word-wrap: break-word;
    text-align: center;
    margin: auto;
    margin-top: 0px;
}
.right-container{
    position:relative;
    width: 100%;
    margin:auto;
    margin-right: 0%;
    margin-left: 0%; 

    margin-top: 100px;
    min-height: 130px;
    
}

.left-container {
    position: relative;
    width: 100%;
    margin: auto;
    margin-right: 0%;
    margin-left: 0%; 
    margin-top: 100px;
    min-height: 130px;
}
.picture-left {
    width: 33%;
    border-radius: 10rem;
    position: absolute;
    margin-left: -18%;
    margin-top: -1.5rem;
}
.picture-right {
    width: 33%;
    border-radius: 10rem;
    position: absolute;
    margin-left: 85%;
    margin-top: -1.5rem;
}

.picturesupervisors{
    width: 33%;
    height: auto;
}

.dot-left{
    height: 80px;
    width: 80px;
    background-color: #bd776e;
    border-radius: 50%;
    display: inline-block;
    border-radius: 10rem;
    position: absolute;
    margin-left: -40px;
    margin-top: 14rem;
}

.dot-right{
    height: 80px;
    width: 80px;
    background-color: #bd776e;
    border-radius: 50%;
    display: inline-block;
    border-radius: 10rem;
    position: absolute;
    margin-left: 96%;
    margin-top: 14rem;
}

.students-left, .students-right {    
    display: block;
    align-items: center;
    width: 100%;
    height: 40% !important;
    background-color: white;
    border: 6px solid white;
    border-radius: 1rem;
    text-align: center;
}

.students-left-super, .students-right-super {    
    display: block;
    align-items: center;
    width: 100%;
    height: 40% !important;
    background-color: white;
    border: 6px solid white;
    border-radius: 1rem;
    text-align: center;

    padding-bottom: 20px;
    border-color: var(--palette-bg);
}

.name-left {
    color:white ;
    font-size: 1.5rem;
    font-family: "OpenSans", sans-serif;
    font-weight: bold;
    font-style: normal;

    display: flow-root;
    margin: auto;
    background-color: var(--palette-footer);
    height: fit-content;
    width: fit-content;
    padding-left: 1rem;
    padding-right: 1rem;

    border: 6px solid var(--palette-footer);
    border-radius: 1rem 1rem 1rem 0rem;
    margin-bottom: 1rem;
    position: center;
    margin-top: -1.6em;
    margin-left: 20%;
}


.name-right {
    color: white;
    font-size: 1.5rem;
    font-family: "OpenSans", sans-serif;
    font-weight: bold;
    font-style: normal;

    display: flow-root;
    margin: auto;
    background-color: var(--palette-footer);
    height: fit-content;
    width: fit-content;
    padding-left: 0.8rem;
    padding-right: 1rem;

    border: 6px solid var(--palette-footer);
    border-radius: 1rem 1rem 0rem 1rem;
    margin-bottom: 1rem;

    
    margin-top: -2rem;
    margin-right: 20%;
}

.content-container-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-right: 0rem;
    margin-left: 0em;
    margin-bottom: auto;
}
.quote {
    width: 80%;
}



.content-container-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
    margin-top: auto;
    margin-left: 0rem;
    margin-right: 0em;
    margin-bottom: auto;
}
.supervisor-left, .supervisor-right {
    display: block;
    align-items: center;
    width: fit-content;
    height: 40% !important;
    background-color: white;
    border: 6px solid white;
    border-radius: 1rem;
    text-align: center;
}
.role-title-left {
    display: inline-block;
    width: 70%;
   
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5rem;
    text-align: left;
    margin-left: 10%;
    
}
.role-title-right {
    display: inline-block;
    width: 70%;
   
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5rem;
    text-align: right;
    
    margin-right: 10%;
    
}
.quote {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    padding: 0.5rem;
    text-align: center;
}
.description-left {
    padding: 0rem;
    width: 90%;
    padding-bottom: 2rem;
    font-size: large;
    padding-left: 12%;
    line-height: 1.7;

}
.description-right {
    padding: 0rem;
    width: 90%;
    padding-bottom: 2rem;
    font-size: large;
    padding-right: 12%;
    line-height: 1.7;
}







.fa-right{
    align-items: right;
    align-content: center;
    align-self: center;
    background-color: fill;
    color: #ebd5d5;
    
    display: inline-block;
    scale: 2;

    /* width: 33%; */
    border-radius: 10rem;
    position: absolute;
    left: 20%;
    top: 50%;
    /* margin-top: 16.5rem; 
    margin-left: 19.5%; */
/*     
    right: 4px; */
}

.fa-left{
    
    align-items: left;
    align-content: center;
    align-self: center;
    background-color: fill;
    color: #ebd5d5;
    
    display: inline-block;
    scale: 2;

    /* width: 33%; */
    border-radius: 10rem;
    position: absolute;
    /* margin-left: -25px;
    margin-top: 16.5rem; */
    left: 20%;
    top: 50%;
}

/* #icon-stack {
    display:flex;
    position: relative;
    align-content: center;
    cursor: pointer;
    width: 1em;
    height: 1em; 
  } */
  
.icon-stack i {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity(0.3s) ease-in-out;
  }
  
.icon-stack:hover i {
    opacity: 0.5
    
  }
  
.icon-stack i:first-child {
    z-index: 1;
  }




/* 
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .col-6 {
    flex: 0 0 calc(50% - 3%); /* 50% width with 3% padding between columns 
  } */
  
  /* Media query for screens 768px or less */
  /* @media (max-width: 1300px) {
    .row {
      flex-direction: column;
    }
  
    .col-6 {
      flex: 0 0 100% !important; /* Full width for stacked columns */
      /* padding: 0; Remove padding between stacked columns */
    /* } */
  /* }  */
  

  @media (max-width: 1300px) {
    .main-block-container .col-6 {
        width: 100%;
        
    }
    .fa-right {
        /* margin-left: 15%; */
    }
    .PusherUpToEqualSpace1{top: -100px;}
    .PusherUpToEqualSpace2{top: -200px;}
    .PusherUpToEqualSpace3{top: -350px;}
    .PusherUpToEqualSpace4{top: -400px;}
    .PusherUpToEqualSpace5{top: -500px;}
    .PusherUpToEqualSpace6{top: -600px;}
    .PusherUpToEqualSpace7{top: -700px;}
    .PusherUpToEqualSpace8{top: -800px;}
    .PusherUpToEqualSpace9{top: -900px;}
    .PusherUpToEqualSpace10{top: -1000px;}
    .PusherUpToEqualSpace11{top: -1100px;}
    .PusherUpToEqualSpace12{top: -1200px;}
    .PusherUpToEqualSpace13{top: -1300px;}

    .IconUpToEqualSpace{margin-top: 7vw !important;}
    
    
  }

  .IconUpToEqualSpace{margin-top: 17vw;}
  

    .PusherUpToEqualSpace2{top: -200px;}
    .PusherUpToEqualSpace3{top: -200px;}
  
    .PusherUpToEqualSpace4{top: -400px;}
    .PusherUpToEqualSpace5{top: -400px;}
  
    .PusherUpToEqualSpace6{top: -600px;}
    .PusherUpToEqualSpace7{top: -600px;}
  
    .PusherUpToEqualSpace8{top: -800px;}
    .PusherUpToEqualSpace9{top: -800px;}
  
    .PusherUpToEqualSpace10{top: -1000px;}
    .PusherUpToEqualSpace11{top: -1000px;}

    .PusherUpToEqualSpace12{top: -1200px;}
    .PusherUpToEqualSpace13{top: -1200px;}


