@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)
 */

 
  body { width: 100% !important; }



.header-hp{
    background-image: url(https://static.igem.wiki/teams/4663/wiki/headers-of-pages/header-low-quality.png);
    position: static;
}
  
.centeredImage  {
display: flex;
justify-content: center; /* Horizontally center */
align-items: center; /* Vertically center */
}
.centeredFlexDiv  {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    }
.textcenter{
    text-align: center;
}

.popupHolder.hide {
opacity: 0;
pointer-events: none;
}
.popupHolder.hide .popup {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 50%) scale(.8);
    overflow-y: auto;
}

.popupHolder > .popup {
    background: rgb(255, 255, 255) !important;  
}

.popupHolder {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    transition: all .3s;   
}


.popupHolder .popup {
    position: relative;
    top: 0;
    left: 47.5vw;
    transform: translate(-50%, 25%);
    /* don't change */
    width: 60vw;    
    height: 70vh;
    background-color: white;
    padding: 8px;
    transition: all .3s;
}
@media(max-width:1000px){
    .popupHolder .popup { width: 80vw !important;}
}
@media(max-width:800px){
    .popupHolder .popup { width: 95vw !important;}
}

 
.popup {
    position: relative;
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .5rem;
    outline: 0;
    padding-top: 16px;
    width: 600px;
    
    

}

.modal-content{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    
    height: auto;
    
    pointer-events: inherit ;
    background-color: #eed4d4;
    background-clip: padding-box;
    border: 3px solid #e35a5a4d;
    border-radius: .5rem;
    outline: 0;
    overflow-y: auto ;
}

.modal-title{
  font-size: 1.4rem;  
  font-weight: 600;
  color: #592e5f;
  padding: 0 10px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    text-decoration: none !important;
}

.modal-body{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.spacee{
    line-height: 1.9;
    /* font-size: 1.35vw !important; */
}

.l-space{
margin-left: 1vw;
}

.contImg {
    display: block;
    max-width: 90%;
    margin: 2.5rem auto;
    text-align: center !important;
}

.fixedPopUpTitle{
    font-weight: 500;
    font-size: x-large;
    font-size: 1.4rem;
    color: #5b095b;
}
.fixedPopUpJob{
    font-weight: 500;
    font-size:large;
    font-size: 1.05rem;
}


/* .textt {
 font-size: 1.5;
} */

.HPquote {
    display: inline-block;
    /* margin-left: 10px; */
    font-size: 1.1rem;
    font-weight: bold;
    font-style: italic;
    margin-right: 2.5vw;
    width: 100%;
    margin-left: 1% !important;
    display: flex;
    justify-content: center; 
    align-items: center;
    margin: auto 0;
    margin-top:2vw;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
     
    height: fit-content;
    border: 1px rgb(214, 167, 167) solid; 
    border-radius: 0.5em;
}


.detailed-button-XOX{
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 1.4vw;
    padding-left: 1vw; 
    border: none;
    border-left: 0.7vw solid rgb(185, 109, 15); 
    width: 80%;
    background-color: rgba(165, 107, 107, 0);
}
.detailed-button-OOO{
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 1.4vw;
    padding-left: 1vw; 
    border: none;
    border-left: 0.7vw solid rgb(185, 109, 15); 
    width: 90%;
    background-color: rgba(165, 107, 107, 0);
    cursor: none;
    
}
.detailed-button-OOO:hover{
    cursor:default;
}

.start-HP-bubble{
    /* display: flex; */
    background: linear-gradient(180deg,#d6e6e9, #a1c9e3);  
    border-radius: .5em;
    border: 10px;  
}
.button-HP-bubble{
    /* display: flex; */
    
    background: linear-gradient(0deg, rgb(188 141 195),rgb(201 168 197));
    border-radius: .5em;
    border: 10px;  
}

.title-HP-bubble{
    text-wrap: wrap;
    color: rgb(135 43 8);
    font-size: x-large;
    font-weight: 400;
    font-size: 2.5vw;
   
    padding: 20px;
    text-align: center;
}

.HPboxes{
  height: auto; 
  font-weight: 650;
  align-items: center;
  /* padding: 15px; */
  background-color: rgb(219, 202, 183) ;
  border-radius: .3em;
  margin: 15px;
}

.page-container-preIHP {    
    display: block;
    align-items: center;
    width: 100%;
    border: 20px solid white;
    border-left: 3rem solid white;
    border-right: 3rem solid white;
    border-radius: 1rem 1rem 1rem 1rem;
    text-align: center;
    z-index: 80;
    box-shadow: none;
  }

/* .flex-container > div{
    flex-grow: 1;
    border-radius: 0.4em;
    background-color: rgb(186, 216, 242);
    margin-left: 20px ;
    margin-right: 20px;
    
} */

.maincontributions{
    /* margin-top: 20px;  */
    font-size: 1.4rem
}

.HPpopupFlexbox {
    display: flex;
    align-items: center;
}

.imagePersonHP{
    padding: 1vw;  
     /* height: 200px; */
     width: 13vw;
     min-width: 80px!important;
      height: auto;
       border-radius: 10rem; 
       z-index: 10001;
     /* position: relative; */
       top: auto;
    }

.pointerHPicon{
    width: 30px;
}



/* @media (max-width: 550px) {
    .popupHolder > .popup {
        width: 350px !important;
    }
  } 
 
@media (min-width: 1100px) {
    .popupHolder > .popup {
        width: 900px !important;
    }
}

@media (min-width: 1400px) {
    .popupHolder > .popup {
        width: 1100px !important;
    }
} */

img-shade {
    min-height: 0% !important;
    min-width: 0% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  }

