.body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #000000 !important; }
.bg-hero { background-color: #45b06cff; }
::-webkit-meter-even-less-good-value
/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }
/*banner*/
.bannerwrap{
  width: 100%;
}
.bannerimg{
  width: 100%;
}
/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }

footer {
  flex-shrink: 0; 
}




.style{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.text{
  font-family: Arial;
  font-size: 20px;
  color:#E6E6FA;
}
.title{
    font-family: Arial;
    font-size: 16px;
    color:#E6E6FA;
}
.description_title{
  font-family: Arial;
  font-size: 40px;
  color:#E6E6FA;
}
/* page - team*/
.container{
  position: relative;
  width: 1200px; 
  height: 600px;
  margin: 80px auto 0; 
}
.container .box {
  position: relative;
  width: calc(400px-30px); 
  height: calc(300px-30px); 
  background: #000;
  float: left;
  margin:15px;
  box-sizing:border-box;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0,0,0 .8)
}
.container box:before
{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px; 
    right: 10px; 
    bottom: 10px;
    border-top: 1px solid #fff; 
    border-bottom: 1px solid #fff; 
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(0);
    opacity:0;
    z-index:1;
}
.container .box:hover:before
{
    transform:scaleX(1);
    opacity:1;
}
.container box:after
{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px; 
    right: 10px; 
    bottom: 10px;
    border-left: 1px solid #fff; 
    border-right: 1px solid #fff; 
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(0);
    opacity:0;
    z-index:1;
}
.container .box:hover:after
{
    transform:scaleX(1);
    opacity:1;
}
.container  .box .imgBox
{
    position: relative;
    align-items: center; 
}
.container  .box .imgBox img
{
    width:100%;
    transition: 0.5s;
    align-items: center;

}
.container  .box:hover .imgBox img
{
    opacity: 0.2;
    transform: scale(1.2);
    align-items: center;
}
.container  .box .content
{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
    text-align:center;

}
.container  .box .content h2
{
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    transform: 0.5s;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}
.container  .box .content p
{
    margin: 0;
    padding: 0;
    color: #fff;
    transform: 0.5s;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}
.container  .box:hover .content h2,
.container  .box:hover .content p
{
   opacity: 1;
   visibility: visible;
   transform: translateY(0px);
   transition-delay:0.2s;
}
.container{
  position: relative;
  /*
  width: 120px; 
  height: 60px;
  */
  margin: 80px auto 0; 
  background: #262626;
}
.container .box {
  position: relative;
  width: calc(400px-30px); 
  height: calc(300px-30px); 
  background: #000;
  float: left;
  margin:15px;
  box-sizing:border-box;
}


.wrap {
    height: wrap;
    background-color:rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    margin-bottom: 100px;
  }
.teamwrap {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    width: 80%;
    background-color: #000000;
    margin-bottom: 200px;
  }
  .advisor-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    background-color: #000000;
  }
  .title_team {
    margin-top: 100px;
    font-size: 50px;
    align-items: left;
    text-align: left;
    justify-content: left;
    margin-bottom: 50px;
    color:#F38986;
  }
  .title_lead{
    margin-top: 30px;
    font-size: 50px;
    align-items: left;
    text-align: left;
    justify-content: left;
    margin-bottom: 50px;
    color:#F38986;
  }
  
  .temp_pic_advisor {
    width: 40%;
    height: 40%;
    background-color: #000000;
  }
  .image_advisor {
    width: 100%;
    height: 100%;
    border: 1px #000000;
    background-color: #000000;
  }
  .description_advisor_wrap {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  .description_advisor_name {
    font-size: 40px;
    color: #E6E6FA;
  }
  .description_advisor {
    color: #E6E6FA;
    font-size: 20px;
    margin-top: 30px;
  }
  
  #bottomwrap {
    margin-bottom: 200px;
  }
  .teamimage {
    width: 30%;
  }
  .member {
    position: relative;
    border-radius: 20px;
    display: flex;
    margin: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex: 1;
    flex-grow: 1;
  }
  #wetlabteamtitle {
    margin-top: 250px;
  }
  .teamtitleimagewrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #wetlabimage {
    background-color: rgba(8, 32, 118, 0.85);
  }
  .icon {
    height: 100%;
    width: 100%;
  }
  #RandKimage{
    background-color: #9d1ced;
  }
  #drylabimage {
    background-color: rgba(202, 154, 73, 0.9);
  }
  #hpimageimgimg {
    background-color: rgba(195, 99, 29, 0.9);
  }
  #wikiimage {
    background-color: rgba(66, 143, 148, 0.8);
  }
  .image_team_overlay {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(187, 184, 184, 0.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 20px;
    transition: opacity 0.25s;
  }
  
  .image_team_overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
  }
  .image_team_overlay:hover {
    backdrop-filter: blur(2px);
    opacity: 1;
  }
  .image_team_overlay:hover > * {
    transform: translateY(0);
  }
  .image_text_head {
    font-size: 25px;
    letter-spacing: 2px;
    text-align: center;
  }
  .wrapwrapwrap {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .dividerteam {
    background-color: white;
    width: 100%;
    height: 2px;
    border: none;
    outline: none;
  }
  .image_text_head,
  .image_text_roles {
    color: white;
  }
  .team_title_wrap {
    display: flex;
  
    margin-bottom: 5px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .titles_team {
    font-size: 15px;
    color: white;
    margin-left: 10px;
  }
  .image_text_team {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
  }
  .temp_pic {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: whitesmoke;
  }

  .team_advisor_photo_wrap {
    width: 80%;
    height: 100%;
    border-radius: 50%;
    background-color: whitesmoke;
  }
  .advisor_photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    flex-grow: 1;
  }
  .advisor_image_wrap {
    display: flex;
    width: 85%;
    align-self: center;
    flex-direction: row;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: center;
  }
  .teamtitleimage {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 40%;
  }
  #team_title_margin {
    margin-top: 200px;
  }
  .hersectionteamword {
    margin-left: 50px;
    margin-top: -170px;
    z-index: 2;
  }
  .herosectionteam {
    /* background-color: #082076; */
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  #hpimage {
    width: 70%;
    margin-top: 200px;
  }
  .body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
  }
  .team_container {
    margin:0 auto;
    width: 600px;
  }
  .imagewrap {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  .teamtitle {
    margin-top: 200px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
  }
  .teamtitle_advisor {
    margin-top: 100px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
  }
  .image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #f6f6f6;
  }

  .advisor_name {
    color: #626161;
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
  }
  .image_herosection {
    /* height: 500px; */
    overflow: hidden;
    display: block;
  }
  .slider-frame {
    overflow: hidden;
    /* height: 500px; */
    width: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .shadow {
    background-color: rgba(0, 0, 0, 0.2);
    height: 600px;
    position: absolute;
    width: 3000px;
    left: 0;
    z-index: 1;
    /* background: linear-gradient(to bottom, transparent, white); */
  }

  #opening {
    display: block;
  }
  .slide-images {
    width: 300%;
    height: 600px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    animation: slide_animation 15s infinite;
  }
  .img-container {
    width: 33.333333%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }
  .teamtitleword {
    color: white;
    letter-spacing: 7px;
    font-size: 90px;
  }
  .teamtitledesc {
    font-size: 25px;
    color: white;
  }
  .team-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }



  
  .banner_header {
    background-image: url(https://static.igem.wiki/teams/4271/wiki/team-pic.png);
    height: min-content;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 50px;
    padding-top: 249px;
  }
  #attributionbanner {
    background-image: url(https://static.igem.wiki/teams/4271/wiki/attribution.png);
  }
  .imageattributionsponsors {
    width: 100%;
    margin: 50px;
    align-self: center;
  }
  .attributionimagewrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  @keyframes slide_animation {
    0%,
    25%,
    100% {
      overflow: hidden;
      left: 0;
    }
  
    30%,
    55% {
      overflow: hidden;
      left: -100%;
    }
  
    60%,
    85% {
      overflow: hidden;
      left: -200%;
    }
  }
  @media screen and (max-width: 1350px) {
    .herosectionteam {
      height: 500px;
    }
    .shadow {
      height: 500px;
    }
    .teamimage {
      width: 50%;
    }
    .wrapwrapwrap {
      display: none;
    }
    .titles_team {
      display: none;
    }
    .dividerteam {
      display: none;
    }
  }
  @media screen and (max-width: 900px) {
    .herosectionteam {
      height: 55vw;
    }
    .advisor_image_wrap {
      width: 90%;
    }
    .shadow {
      height: 100%;
    }
    .hersectionteamword {
      margin-top: -20%;
    }
    .temp_pic_advisor {
      display: none;
    }
    .teamtitleword {
      font-size: 60px;
    }
    .teamtitledesc {
      font-size: 20px;
    }
    .title_team {
      font-size: 45px;
    }
  }
  @media screen and (max-width: 800px) {
    .imagewrap {
      display: none;
      width: 0px;
      height: 0px;
    }
    .teambanner {
      padding-top: 150px;
      align-items: center;
      justify-content: center;
    }
    .title_team {
      font-size: 30px;
    }
  }
  
  @media screen and (max-width: 700px) {
    .team-wrap {
      flex-direction: column;
      width: 90%;
    }
    .wrapwrapwrap {
      margin-top: 20px;
      display: flex;
    }
    .dividerteam {
      display: flex;
    }
    .titles_team {
      display: flex;
    }
    .team_title_wrap {
      margin-bottom: 20px;
    }
    .teamtitleword {
      font-size: 40px;
    }
    .teamtitledesc {
      font-size: 15px;
    }
  }
  /*team*/
  
  /*menu*/
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #454D57;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    border-radius: 15px;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  /*engineering success*/
    .aside {
      width: 16%;
      position: sticky;
      top: 20%;
      padding-right: 2%;
      float: left;
      margin-left: 50px;
    }
    /*.aside {
      width: 16%;
      position: sticky;
      top: 20%;
      padding-right: 2%;
      float: left;
      margin-left: 50px;
    }
    .aside {
      width: 16%;
      position: sticky;
      top: 20%;
      padding-right: 2%;
      flex:auto;
      
      margin-left: 50px;
    } */
    
    .pointer {
      transition: all 0.2s ease-in-out;
      background-color: #eeeeee;
      text-indent: 0;
      display: inline-block;
      font-size: 1em;
      font-style: normal;
      height: fit-content;
      line-height: 40px;
      width: 100%;
      color: #428f94;
      text-decoration: none;
      text-align: center;
      margin-bottom: 5px;
      border-left: #428f94 10px solid;
      z-index: 98;
      
    }
    
    .engineeringtitle1{
      font-size: 50px;
    }
    #engineeringtitle1color{
      color: #86F3D6;
    }
    .engineeringtitle2{
      font-size: 40px;
    }
    #engineeringtitle2color{
      color: #86F3D6;
    }
    .engineeringtext{
      font-size: 20px;
    }
    #engineeringtextcolor{
      color: #E6E6FA;
    }
    #descriptioncolor{
      color:#F3E586
    }
    #hpcolor{
      color: #93C4FF;
    }
/*safetyyy*/
    .safetytitle1{
      font-size: 50px;
    }
    #safetytitle1{
      color: #86F3D6;
    }
    .safetytitle2{
      font-size: 40px;
    }
    #safetytitle2{
      color: #984747;
    }
    .safetytext{
      font-size: 20px;
    }
    #safety{
      color: #ffffff;
    }

/*notebook*/
.collapsible {
  background-color: #c3631d;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: auto;
  padding-left: 30px;
  border: 2px solid #c3631d;
  text-align: left;
  outline: none;
  width: 90%;
  margin-top: 35px;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: 150ms;
}
#hpcollapse {
  color: white;
  background-color: #ca9a49;
  border: 2px solid #ca9a49;
}
.collapsible:hover {
  background-color: white;
  color: #c3631d;
  border: 2px solid #c3631d;
}
#hpcollapse:hover {
  background-color: white;
  color: #ca9a49;
  border: 2px solid #ca9a49;
}
.collapsible.active {
  background-color: white;
  color: #c3631d;
  border: 2px solid #c3631d;
}
#hpcollapse.active {
  background-color: white;
  color: #ca9a49;
  border: 2px solid #ca9a49;
}
#hpcollapse:after {
  content: '▽';
  color: white;
  transition: 150ms;
  float: right;
}
.collapsible:after {
  content: '▽';
  color: white;
  transition: 150ms;
  float: right;
}
.collapsible:hover:after {
  color: #c3631d;
}
#hpcollapse:hover:after {
  color: #ca9a49;
}
.collapsible.active:after {
  content: '△';
  color: #c3631d;
  float: right;
}
#hpcollapse.active:after {
  color: #ca9a49;
  content: '△';
  float: right;
}
.content_pdf {
  width: 90%;
  display: none;
  background-color: black;
}
.pdffiles {
  width: 100%;
  height: 1000px;
}
/*Inclusivity*/
/*inclusivity*/
.inclusivitytitle1{
  font-size: 50px;
}
#inclusivitytitle1{
  color: #93C4FF;
}
.inclusivitytitle2{
  font-size: 40px;
}
#inclusivitytitle2{
  color: #93C4FF;
}
.inclusivitytext{
  font-size: 20px;
}
#inclusivity{
  color: #ffffff;
}

/*homepage*/
.herowrap {
  width: 100%;
  height: wrap;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap {
  height: wrap;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}
#brochurewrap {
  margin: 0;
  position: relative;
}
.homepagebrochure {
  margin-top: 200px;
  width: 100%;
}

/*loading*/
.loadingwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  top: 0;
  z-index: 15;
  animation: fadeOut 2s forwards;
  animation-delay: 5s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color:black;
}

.loadinggif {
  height: 500px;
  width: 500px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes fadeOut {
  to {
      opacity: 0;
      visibility: hidden;
  }
}

