body {
  padding-top: 56px;
}
.left-aligned {
  margin-left: auto;
}
.bg-dark {
  background-color: #343a40 !important;
}
.bg-hero {
  background-color: #45b06cff;
}

/* CALLOUT */
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout h4 {
  margin-bottom: 0.25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}

/* footer */
.footer-infos a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.footer-infos a:hover {
  color: white;
  text-decoration: underline;
}
/* footer a { color: white; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; } */
.menubg #menu {
  color: #fffdf5;
}
.menubg #menu .t1 {
  color: var(--mg);
  height: min(3vw, 53px);
  overflow: hidden;
  font-size: 30px;
  cursor: pointer;
}
.menubg #menu .t1.unfold + .h2-sec {
  color: var(--y);
}
.menubg #menu .t2 {
  color: var(--mg);
}
.menubg #menu .t2.show {
  color: var(--y);
}
.menubg #menu {
  position: sticky;
  padding: 30px 20px;
  width: 100%;
  transition: width 0.5s;
}
.menubg #menu .t1 {
  position: relative;
  text-transform: capitalize;
  padding: 5px;
  font-size: 15px;
  transition: 0.5s;
}
.menubg #menu .t1::before {
  opacity: 0.3;
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  left: -2px;
  top: 8px;
  transform: translateX(-100%);
  transition: 0.5s;
  background-image: url(https://static.igem.wiki/teams/4628/wiki/menuicon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.menubg #menu .t1:hover::before {
  opacity: 1;
}
.menubg #menu .t1.unfold::before {
  top: 10px;
}
.menubg #menu .t1.unfold + .h2-sec {
  grid-template-rows: 1fr;
  opacity: 1;
  font-size: 10px;
}
.menubg #menu .t1.unfold + .h2-sec .t2 {
  text-transform: capitalize;
  padding: 3px 15px;
  border-radius: 5px;
}
.menubg #menu .h2-sec {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid 0.5s, opacity 0.8s;
  opacity: 0;
  font-size: 0;
}
.menubg #menu .h2-sec .t2 {
  transition: 0.8s;
  min-height: 0;
}
.menubg #menu .divide {
  opacity: 0;
  height: 0;
  width: fit-content;
  position: relative;
  margin-top: 0;
  left: 15px;
  transition: 0.8s;
}
.menubg #menu .t1.unfold + .h2-sec .divide {
  height: 20px;
  margin-top: 5px;
  opacity: 1;
}
.menubg #menu .divide img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.menubg #menu.fixed {
  position: fixed;
  top: 80px;
  width: 280px;
}
.menubg #menu .t1 {
  position: relative;
  text-transform: capitalize;
  padding: 5px;
  font-size: 15px;
  transition: 0.5s;
}
.menubg #menu .t1::before {
  opacity: 0.3;
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  left: -2px;
  top: 8px;
  transform: translateX(-100%);
  transition: 0.5s;
  background-image: url(https://static.igem.wiki/teams/4628/wiki/menuicon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.menubg #menu .t1:hover::before {
  opacity: 1;
}
.menubg #menu .t1.unfold::before {
  top: 10px;
}
.menubg #menu .t1.unfold {
  font-size: 25px;
  color: #02bff9;
  height: 70px;
}
.menubg #menu .t1.unfold + .h2-sec .t2 {
  text-transform: capitalize;
  padding: 3px 15px;
  border-radius: 5px;
}
.menubg #menu .h2-sec {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid 0.5s, opacity 0.8s;
  opacity: 0;
  font-size: 0;
}
.menubg #menu .h2-sec .t2 {
  transition: 0.8s;
  min-height: 0;
}
.menubg {
  height: 700px;
  width: 15%;
  max-width: 720px;
  min-width: 350px;
  position: sticky;
  top: 18vh;
  margin-right: max(25px, 2vw);
  padding: 30px 20px 30px 10px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transform: translateX(-10%);
}
.menubg #menu .divide {
  opacity: 0;
  height: 0;
  width: fit-content;
  position: relative;
  margin-top: 0;
  left: 15px;
  transition: 0.8s;
}
.menubg #menu .t1.unfold + .h2-sec .divide {
  height: 20px;
  margin-top: 5px;
  opacity: 1;
}
.menubg #menu .divide img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.menubg #menu.fixed {
  position: fixed;
  top: 80px;
  width: 280px;
}
* {
  scroll-behavior: smooth;
}
@font-face {
  font-family: AlibabaPuHuiTi;
  src: url(https://static.igem.wiki/teams/4594/wiki/alibabafont.ttf);
}
@font-face {
  font-family: Arlon;
  src: url(https://static.igem.wiki/teams/4594/wiki/arlonfont.otf);
}
body {
  background-color: black;
  font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif;

}

/* change font-family */
/* pff stands for p's font-family */
.pff {
  font-family: "Courier New", Courier, monospace;
}

.pagecontainer {
  position: relative;
  justify-content: center;
  margin-top: 20vh;
  margin-left: min(100px, 5vw);
  margin-right: min(100px, 5vw);
  margin-bottom: min(80px, 15vh);
}

.pagecontainer > .title {
  margin-bottom: 10vh;
}
.pagecontainer > .title > span {
  font-family: Arlon;
  font-size: 10vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: transparent;
  -webkit-text-stroke: 3px #f8f0e8;
}
.pagecontainer > .title2 > span {
  font-family: Arlon;
  font-size: 10vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #f8f0e8;
  /* -webkit-text-stroke: 3px black; */
}
.pagecontainer > .title > p {
  text-align: left;
  margin-top: 35px;
  width: 70%;
  font-family: AlibabaPuHuiTi;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #f8f0e8;
  text-align: justify;
}

.pagebody {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.pagenav {
  height: 700px;
  width: 15%;
  max-width: 720px;
  min-width: 350px;
  position: sticky;
  top: 18vh;
  margin-right: max(25px, 2vw);
  padding: 30px 20px 30px 10px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transform: translateX(-10%);
}
.pagenav > div {
  height: min(3vw, 53px);
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.pagenav > div::before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.pagenav > div > span {
  font-family: Arlon;
  color: #f8f0e8;
  font-size: min(1.56vw, 24px);
  letter-spacing: 2px;
  vertical-align: middle;
  transition: all 0.2s ease-out;
}
.pagenav > div > span:hover {
  font-size: min(1.6vw, 26px);
  transition: all 0.1s linear;
}

.pagecontent {
  background: #f8f0e8;
  padding: 30px 5%;
  margin-right: 0;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  transform: translateY(10vh);
  border-radius: 50px;
}
.pagecontent .h {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
/* Katie! */
.pagecontent .h-maomao {
  width: 100%;
  text-align: right;
  margin-bottom: 40px;
}
.box-maomao {
  width: 200px;
  height: 180px;
  display: inline-block;
  background-color: #f8f0e8;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.15s linear;
}
.box-img-maomao {
  width: 200px;
  height: 130px;
  margin: 0 auto;
}
.text-maomao {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: min(1.4vw, 18px);
  font-family: Arlon;
  font-weight: 600;
  transition: all 0.15s linear;
}
.img-maomao {
  margin: 5px auto 0px;
  width: 180px;
  height: 120px;
  transform: translateX(7px);
  transition: all 0.15s linear;
  /* margin-right: 0px; */
}
.img-maomao > img {
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* upon */
.pagecontent .h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 3.07vw;
  font-family: Arlon;
  font-weight: 600;
}
.pagecontent .h2 {
  text-align: left;
  font-size: max(2.2vw, 25px);
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Arlon;
  font-weight: 600;
  color: #4a65fa;
}
.pagecontent .h3 {
  text-align: left;
  font-size: max(2vw, 23px);
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Arlon;
  font-weight: 600;
  margin-left: 30px;
}
.pagecontent .h4 {
  text-align: left;
  font-size: max(1.7vw, 20px);
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Arlon;
  font-weight: 600;
  margin-left: 60px;
}
.img-pagestyle {
  margin: 20px auto 20px;
  /* width and height of pictures! */
  width: 50%;
  height: 50%;
  overflow: hidden;
}
.img-pagestyle > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pagecontent p {
  margin-top: 20px;
  text-align: justify;
  font-family: Comic Sans MS;
  font-size: min(1.5vw, 22px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pagecontent .a-pagestyle {
  text-decoration: none;
  color: #3789da;
}
.pagecontent .a-pagestyle:hover {
  text-decoration: underline;
}
.pagecontent .my-formula {
  font-size: min(1vw, 20px);
  text-align: left;
  padding-left: 2vw;
}
.pagecontent .my-center-formula {
  font-size: min(1.2vw, 22px);
  text-align: center;
}

/* table */
.pagecontent table {
  width: 80%;
  height: 80%;
  margin: 30px auto 10px;
  border: 2px solid black;
  border-collapse: collapse;
  font-family: AlibabaPuHuiTi;
}
.pagecontent th {
  border: 2px solid black;
}
.pagecontent td {
  border: 2px solid black;
}
.pagecontent thead {
  font-size: min(1.7vw, 25px);
}
.pagecontent tbody {
  font-size: min(1.5vw, 22px);
}
.pagecontent .figure-font {
  display: block;
  margin: 5px auto 20px;
  text-align: center;
  font-family: AlibabaPuHuiTi;
  font-size: min(1.3vw, 18px);
  font-style: italic;
  color: rgb(81, 81, 81);
}

/* parts-table */
.parts-table table {
  width: 100%;
  height: 80%;
  margin: 30px auto 10px;
  border: 2px solid #b6b2af;
  border-collapse: collapse;
  font-family: AlibabaPuHuiTi;
  background: #ccc;
}
.parts-table th {
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0 10px 0 10px;
  border-left: 0px;
  border-right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #eee;
  font-weight: normal;
  font-size: min(1.52vw, 22px);
  font-weight: 600;
}
.parts-table td {
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0 10px 0 10px;
  border-left: 0px;
  border-right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: min(1.3vw, 18px);
}
.parts-table tr {
  background: #fff;
}
.parts-table td:hover {
  background: rgb(195, 204, 224);
}
.parts-table a {
  text-decoration: none;
  color: black;
}
.parts-table a:hover {
  text-decoration: underline;
  color: rgb(100, 164, 184);
}

@media screen and (max-width: 1100px) {
  .pagenav {
    display: none;
  }
}

/* css for team roster page */

.roster-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/roster-static/roster-bg-image1.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.roster-pagecontainer {
  position: relative;
  justify-content: center;
  margin-top: 20vh;
  z-index: 5;
  width: 95%;
  margin: 0 auto;
}
.roster-title {
  margin-top: 10vh;
  margin-bottom: 10vh;
  margin-left: 3.8vw;
}
.roster-title > span {
  font-family: Arlon;
  font-size: 8.46vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #f8f0e8;
}
.roster-title > p {
  text-align: left;
  margin-top: 35px;
  width: 62%;
  font-family: AlibabaPuHuiTi;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #f8f0e8;
}
.roster-pagecontent {
  width: 71%;
  transform: translateX(10%);
  margin: 12vw auto 50px;
  position: relative;
  padding: 3.9vw;
  border-radius: 30px;
  background-color: #f8f0e8;
}
.roster-pagecontent-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.roster-pagecontent-per {
  /* each box's size! */
  width: 250px;
  height: 400px;
  padding: 5px;
}

.roster-head {
  border-radius: 50%;
  /* width and height of pictures! */
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.roster-head > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roster-name {
  margin-top: 10px;
  color: #000;
  font-family: AlibabaPuHuiTi;
  /* font-size! */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.roster-infos {
  margin-top: 15px;
}
.roster-infos > p {
  color: #000;
  font-family: AlibabaPuHuiTi;
  /* font-size! */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.roster-maomao {
  position: relative;
  justify-content: center;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  height: 150px;
  margin-bottom: 0;
  transform: translateY(150px);
  transition: all 0.65s ease-in-out;
}
.roster-maomao-image {
  margin: 0 auto;
  width: 90%;
  height: 150px;
  background: url(https://static.igem.wiki/teams/4594/wiki/bottom-maomao.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1600px) {
  .roster-head {
    width: 220px;
    height: 220px;
  }
  .roster-name {
    font-size: 25px;
  }
  .roster-infos > p {
    font-size: 20px;
  }
  .roster-pagecontent-per {
    width: 320px;
    height: 520px;
    padding: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .roster-head {
    width: 130px;
    height: 130px;
  }
  .roster-name {
    font-size: 16px;
  }
  .roster-infos > p {
    font-size: 12px;
  }
  .roster-pagecontent-per {
    width: 200px;
    height: 350px;
    padding: 3px;
  }
}

/* upon */

/* css for attribution page */
.attr-pagecontainer {
  position: relative;
  justify-content: center;
  margin: 20vh auto 20px;
  width: 88%;
  background-color: #f8f0e8;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 10px #f8f0e8;
}
/* upon */

/* css for ihp */
/* css for ihp */
.hp-pagecontainer {
  position: relative;
  justify-content: center;
  margin-top: 10vh;
  padding: 1.5vw;
  /* border: 1px solid white; */
  width: 80%;
  margin: 10vh auto 4vh;
}
.hp-title {
  /* margin-bottom: 10px; */
  transform: translateX(-3.2%);
}
.hp-title > span {
  color: transparent;
  font-family: Arlon;
  font-size: max(5.8vw, 45px);
  font-style: normal;
  font-weight: 600;
  -webkit-text-stroke: 3px #f8f0e8;
  line-height: 135px;
}
.hp-title > p {
  margin-top: 35px;
  text-align: justify;
  color: #f8f0e8;
  width: 70%;
  font-family: AlibabaPuHuiTi;
  font-size: min(1.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hp-contents-container {
  margin: 10vh auto 60px;
  padding-right: 2vw;
}
.hp-contents-box {
  height: 440px;
  display: block;
  margin-bottom: 0px;
  /* 清除inline-block的影响 */
  font-size: 0px;
}
.hp-left-content {
  width: 20%;
  height: 440px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  /* overflow: hidden; */
}
.hp-left-content-date {
  position: absolute;
  top: 30px;
  left: 0;
}
.hp-left-content-date > span {
  color: #f8f0e8;
  font-family: AlibabaPuHuiTi;
  font-size: min(1.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  width: 120px;
  vertical-align: middle;
}
.hp-left-content-date > div {
  margin-left: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f8f0e8;
  vertical-align: middle;
}
.hp-left-content-line {
  width: 17px;
  height: 440px;
  background-color: #b6b2af;
  transform: translateX(157px);
}
.hp-right-content {
  width: 80%;
  height: 440px;
  display: inline-block;
  border-radius: 50px 50px 50px 50px;
  background: #f8f0e8;
  vertical-align: top;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.hp-right-content1 {
  width: 100%;
  /* 410px + 30 margin = 440px */
  height: 410px;
  display: block;
  border-radius: 50px 50px 0px 0px;
  background: #f8f0e8;
}
.hp-right-content1-title {
  margin: 30px auto 25px;
  padding-left: 27px;
  text-align: left;
  font-family: Arlon;
  font-size: min(3vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hp-right-content1-infos {
  display: flex;
  margin-left: 40px;
  margin-right: 40px;
  justify-content: space-between;
}
.hp-right-content1-infos-left {
  width: 25%;
  height: 300px;
}
.hp-right-content1-infos-left > div {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /* background-color: black; */
  margin-bottom: 10px;
}
.hp-right-content1-infos-left > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-right-content1-infos-left > span {
  color: #000;
  font-family: AlibabaPuHuiTi;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 10px;
}
.hp-right-content1-infos-left > p {
  margin-top: 5px;
  padding-left: 10px;
  font-size: min(1vw, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: black;
  font-family: AlibabaPuHuiTi;
}
.hp-right-content1-infos-right {
  width: 70%;
  height: 300px;
  position: relative;
}
.hp-right-content1-infos-right > p {
  color: #000;
  font-family: AlibabaPuHuiTi;
  font-size: min(1.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}
.hp-button1 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: url("https://static.igem.wiki/teams/4594/wiki/ihp-static/hp-button1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.hp-button2 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: url("https://static.igem.wiki/teams/4594/wiki/ihp-static/hp-button2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
/* details */
.hp-details-box {
  display: none;
  /* display: flex; */
  margin-bottom: 0px;
}
.hp-left-details {
  width: 20%;
}
.hp-left-details-line {
  width: 17px;
  height: 100%;
  background-color: #b6b2af;
  transform: translate(157px, 0px);
}
.hp-right-details {
  padding: 50px;
  width: 80%;
  border-radius: 0 0 50px 50px;
  background: #d8d6d3;
  overflow: hidden;
}
.hp-right-details > p {
  color: #000;
  font-family: AlibabaPuHuiTi;
  font-size: min(1.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
  margin-bottom: 40px;
}
/* margin */
.hp-margin-box {
  display: block;
  /* 消除inline-block影响 */
  font-size: 0px;
  height: 80px;
}
.hp-left-margin {
  display: inline-block;
  margin-left: 0px;
  width: 20%;
}
.hp-left-margin-line {
  width: 17px;
  height: 80px;
  background-color: #b6b2af;
  transform: translateX(157px);
}
.hp-right-margin {
  display: inline-block;
  width: 80%;
  height: 80px;
  margin-right: 0px;
  color: #f8f0e8;
  text-align: center;
  font-family: Arlon;
  font-size: 3vw;
  font-weight: 600;
}
.hp-right-margin > p {
  transform: translateY(-35%);
}
/* reflection */
.ref-button1 {
  background: url("https://static.igem.wiki/teams/4594/wiki/ihp-static/hp-button4.svg");
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  transform: translateY(24%);
}
.ref-button2 {
  background: url("https://static.igem.wiki/teams/4594/wiki/ihp-static/hp-button3.svg");
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  transform: translateY(24%);
}
.ref-nobutton {
  background-color: #f8f0e8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(24%);
}
.ref-hp-right-content {
  width: 80%;
  display: flex;
  border-radius: 50px;
  background: #f8f0e8;
  flex-direction: column;
  overflow: hidden;
  padding: 50px;
  opacity: 0;
}
.ref-hp-right-content > p {
  color: #000;
  font-family: AlibabaPuHuiTi;
  font-size: min(1.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 5px;
  padding-right: 5px;
  text-align: justify;
  margin-bottom: 50px;
}
.ref-hp-right-content1-title {
  margin: 30px auto 25px;
  padding-left: 27px;
  text-align: left;
  font-family: Arlon;
  font-size: min(3vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ref-hp-left-content {
  position: absolute;
  top: 60px;
  left: 10px;
  width: 181px;
}
.ref-hp-left-content > span {
  color: #f8f0e8;
  font-family: AlibabaPuHuiTi;
  font-size: min(1.5vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* bottom button */
#back-to-top-hp-button {
  text-decoration: none;
  color: #f8f0e8;
}
#back-to-top-hp-button:hover {
  color: #afada9;
}
#back-to-top-hp-border {
  border: 5px solid #f8f0e8;
}
#back-to-top-hp-border:hover {
  border-color: #afada9;
}

/* for each subpage's background-image */
.contribution-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/bg-static/bg-contribution-project.jpeg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.description-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/bg-static/bg-description-project.jpg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.design-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/bg-static/bg-design-project.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.drylab-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/bg-static/bg-drylab.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.edu-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/bg-static/bg-edu.jpeg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.hp-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/bg-static/hp-bg-img666.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.implement-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/bg-static/bg-implement-project.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.poc-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/bg-static/bg-poc-project.jpeg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.safety-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/bg-static/bg-safety.jpeg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.wetlab-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: linear-gradient(rgba(0, 0, 0, -0.301), rgba(0, 0, 0, 0.301)),
    url("https://static.igem.wiki/teams/5328/assets/image/image/hp/humanpractice/bg.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.collaboration-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/bg-static/collaborationslsh.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.partnership-bg-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3000px;
  background: url("https://static.igem.wiki/teams/4594/wiki/bg-static/par-bg-img.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
.subpage-bg-shelter {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1400px) {
  /* left content */
  .hp-left-content-date {
    transform: translateX(-25px);
  }
  .hp-left-content-date > span {
    font-size: 15px;
    width: 100px;
  }
  .hp-left-content-date > div {
    width: 40px;
    height: 40px;
    margin-left: 0px;
  }
  .hp-left-content-line {
    width: 14px;
    transform: translateX(87px);
  }
  /* left detail */
  .hp-left-details-line {
    width: 14px;
    transform: translate(87px, 0px);
  }
  /* left margin */
  .hp-left-margin-line {
    width: 14px;
    transform: translateX(87px);
  }

  /* left ref */
  .ref-hp-left-content {
    transform: translateX(-40px);
  }
  .ref-button1 {
    width: 40px;
    height: 40px;
  }
  .ref-button2 {
    width: 40px;
    height: 40px;
  }
  .ref-nobutton {
    width: 40px;
    height: 40px;
  }
  .ref-hp-left-content {
    width: 145px;
  }
  .ref-hp-left-content > span {
    font-size: 17px;
  }
  /* right content */
  .hp-right-content1-infos-left > div {
    width: 100px;
    height: 100px;
  }
  /* right font-size */
  .hp-right-content1-title {
    font-size: 35px;
  }
  .hp-right-content1-infos-left > span {
    font-size: 18px;
    padding-left: 8px;
  }
  .hp-right-content1-infos-left > p {
    margin-top: 4px;
    padding-left: 8px;
    font-size: 10px;
  }
  .hp-right-content1-infos-right > p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  /* left content */
  .hp-left-content {
    display: none;
  }
  /* left detail */
  .hp-left-details {
    display: none;
  }
  /* left margin */
  .hp-left-margin {
    display: none;
  }
  /* right font-size */
  .hp-right-content1-title {
    font-size: 32px;
  }
  .hp-right-content1-infos-left > span {
    font-size: 18px;
    padding-left: 6px;
  }
  .hp-right-content1-infos-left > p {
    margin-top: 5px;
    padding-left: 6px;
    font-size: 12px;
  }
  /* right center */
  .hp-contents-box {
    text-align: center;
  }
  .hp-details-box {
    justify-content: center;
  }
  /* right ref */
  .ref-hp-right-content {
    opacity: 1;
  }
  /* hidden */
  .hp-right-content1-infos-right > p {
    display: none;
  }
  .hp-right-content1-infos-left {
    width: 80%;
  }
  .hp-right-content1-infos-left > div {
    width: 120px;
    height: 120px;
    margin: 1px auto 10px;
  }
  /* margin */
  .hp-margin-box {
    height: 50px;
  }
  .hp-right-margin {
    width: 100%;
  }
}
@font-face {
  font-family: AlibabaPuHuiTi;
  src: url(https://static.igem.wiki/teams/4594/wiki/alibabafont.ttf);
}
@font-face {
  font-family: Arlon;
  src: url(https://static.igem.wiki/teams/4594/wiki/arlonfont.otf);
}
.homepage-holder {
  /* it holds and expands the whole homepage */
  margin: 0 auto;
  width: max(100%, 1300px);
  height: 14500px;
  background-color: black;
  /* the following codes make all boxes placed in center */
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-around;
}

/* all the main block elements below need to add position: absolute */
/* z-index: contents-9; backgrounds-0; canvas-5; navbar-10; logoShelter-7; logoStatic-8; shelterForbg1-6; shelterForCanvasStart-6; */

/* for canvas */
#tutorial {
  position: absolute;
  z-index: 5;
  top: 700px;
}

/* for global styles of subtitles and contents */
.homepage-subtitle-style {
  margin: 0 auto;
  text-align: left;
  color: #f8f0e8;
  font-family: Arlon;
  font-size: 40.625px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.homepage-contents-style {
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
  color: #f8f0e8;
  font-family: AlibabaPuHuiTi;
  font-size: 20.313px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.homepage-elements {
  /* not for backgrounds!! */
  position: absolute;
  z-index: 9;
}

/* main title style: */
.homepage-maintitle {
  top: 260px;
  width: 1300px;
  height: 400px;
}
.homepage-maintitle-name {
  margin: 0 auto;
  margin-top: 10px;
  width: 1300px;
  height: 200px;
  color: #f8f0e8;
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: Arlon;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
}

/* shelter for background1 */
.shelter-for-bg1 {
  position: absolute;
  margin: 0 auto;
  top: 980px;
  width: 300px;
  height: 300px;
  box-shadow: 0px 0px 30px 20px black;
  background-color: black;
  z-index: 6;
}

/* shelter for canvas start */
.shelter-for-canvas-start {
  position: absolute;
  width: 200px;
  height: 400px;
  top: 950px;
  z-index: 6;
  transform: translateX(-150%);
  background-color: black;
}

/* background images style: */
.homepage-bg-img1 {
  position: absolute;
  z-index: 0;
  width: 1300px;
  height: 1167.231px;
  flex-shrink: 0;
  top: 0;
  box-shadow: inset 120px 0px 70px -30px black,
    inset -120px 0px 70px -30px black;
  background: url("https://static.igem.wiki/teams/4594/wiki/background-image1.png");
}
.homepage-bg-img2 {
  position: absolute;
  z-index: 0;
  width: 1300px;
  height: 866.667px;
  flex-shrink: 0;
  top: 1686px;
  box-shadow: inset 0px 0px 50px 30px black;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.35) 100%
    ),
    url("https://static.igem.wiki/teams/4594/wiki/background-image2.png"),
    50% / cover no-repeat;
  filter: blur(3.3854165077209473px);
}
.homepage-bg-img3 {
  position: absolute;
  z-index: 0;
  width: 1300px;
  height: 884.271px;
  flex-shrink: 0;
  top: 8324px;
  box-shadow: inset 0px 0px 40px 20px black;
  background: linear-gradient(
      180deg,
      #000 0%,
      rgba(0, 0, 0, 0) 52.08%,
      #000 100%
    ),
    url("https://static.igem.wiki/teams/4594/wiki/background-image3.png"),
    50% / cover no-repeat;
  filter: blur(3.3854165077209473px);
}

/* content images style: */
.homepage-content-img1 {
  top: 930px;
  transform: translateX(-73%);
  width: 349.375px;
  height: 526.094px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image1.png"),
    50% / cover no-repeat;
  opacity: 1;
  transition: all 0.5s linear;
}
.homepage-content-img2 {
  top: 1358px;
  transform: translateX(40%);
  width: 459.74px;
  height: 236.979px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image2.png"),
    40% no-repeat;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img3 {
  top: 2080px;
  transform: translateX(-65%);
  width: 465.833px;
  height: 304.688px;
  flex-shrink: 0;
  border-radius: 33.854px;
  /* border: 0.677px solid #FFF; */
  background: url("https://static.igem.wiki/teams/4594/wiki/homepage-gaigaigailsh.png");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: black; */
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img4 {
  top: 2080px;
  transform: translateX(65%);
  width: 467.188px;
  height: 304.688px;
  flex-shrink: 0;
  /* border: 0.677px solid #FFF; */
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/hompage-add12.png");
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: bottom 63px right 30px;
  /* background-color: black; */
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img5 {
  top: 3377px;
  width: 848.385px;
  height: 304.688px;
  flex-shrink: 0;
  background: url("https://static.igem.wiki/teams/4594/wiki/homepage-whatif100.png");
  transition: all 0.8s linear;
}
.homepage-content-img6 {
  top: 4110px;
  transform: translateX(40%);
  width: 323.646px;
  height: 236.979px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image6.png"),
    50% / cover no-repeat;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img7 {
  /* it's a static for logo shelter, thus z-index is different */
  /* this element in .html has no class "homepage-elements" */
  top: 5640px;
  width: 1017px;
  height: 243px;
  overflow: hidden;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image7.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 8;
  transform: translateX(0.8px);
  background-size: cover;
}
.homepage-content-img8 {
  top: 6700px;
  width: 318.229px;
  height: 376.458px;
  flex-shrink: 0;
  transform: translateX(110%);
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("https://static.igem.wiki/teams/4594/wiki/content-image8.png"),
    0px / 124.243% 105.026% no-repeat;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img9 {
  top: 6790px;
  width: 400.833px;
  height: 400.833px;
  transform: translateX(-42.5%);
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image9.png");
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img10 {
  top: 7345px;
  width: 415.56px;
  height: 236.979px;
  transform: translate(60%);
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("https://static.igem.wiki/teams/4594/wiki/content-image10.png"),
    0px -70.565px / 100% 129.911% no-repeat;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img11 {
  top: 7478px;
  width: 349.206px;
  height: 236.979px;
  flex-shrink: 0;
  border-radius: 33.854px;
  transform: translateX(-70%);
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url("https://static.igem.wiki/teams/4594/wiki/content-image11.png"),
    50% / cover no-repeat;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img12 {
  /* It's an href, img is placed in its "a" in .html */
  top: 8515px;
  width: 320px;
  height: 92px;
  transform: translateX(130%);
}
.homepage-content-img12 > a > div {
  margin: 0 auto;
  width: 250px;
  height: 60px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image12.png");
  background-size: 125%;
  background-position: left;
  background-repeat: no-repeat;
  transition: all 0.1s linear;
}
.homepage-content-img12 > a > div:hover {
  background-size: 130%;
  transition: all 0.1s linear;
}
.homepage-content-img13 {
  top: 8697px;
  transform: translateX(-66%);
  width: 415.729px;
  height: 236.979px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url("https://static.igem.wiki/teams/4594/wiki/content-image13.png"),
    50% / cover no-repeat;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img14 {
  top: 8697px;
  transform: translateX(68%);
  width: 475.313px;
  height: 236.979px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url("https://static.igem.wiki/teams/4594/wiki/content-image14.png"),
    50% / cover no-repeat;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img15 {
  top: 9524px;
  transform: translateX(110%);
  width: 336px;
  height: 216px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image15.png"),
    50% / cover no-repeat;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img16 {
  top: 9930px;
  transform: translateX(110%);
  width: 336px;
  height: 237px;
  flex-shrink: 0;
  border-radius: 33px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image16.png");
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content-img17 {
  top: 11040px;
  transform: translateX(-100%);
  width: 285.729px;
  height: 304.688px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image17.png"),
    50% / cover no-repeat;
}
.homepage-content-img18 {
  top: 11090px;
  width: 266.094px;
  height: 203.125px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image18.png"),
    50% / cover no-repeat;
}
.homepage-content-img19 {
  top: 11090px;
  transform: translateX(112%);
  width: 226.823px;
  height: 203.125px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image19.png"),
    50% / cover no-repeat;
}
.homepage-content-img20 {
  top: 11090px;
  transform: translateX(250%);
  width: 187.552px;
  height: 203.125px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image20.png"),
    50% / cover no-repeat;
}
.homepage-content-img21 {
  top: 11661px;
  transform: translateX(-220%);
  width: 192.969px;
  height: 236.979px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image21.png"),
    50% / cover no-repeat;
}
.homepage-content-img22 {
  top: 11661px;
  transform: translateX(-135%);
  width: 171.302px;
  height: 236.979px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image22.png"),
    50% / cover no-repeat;
}
.homepage-content-img23 {
  top: 11593px;
  transform: translateX(60%);
  width: 290.469px;
  height: 304.688px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image23.png"),
    50% / cover no-repeat;
}
.homepage-content-img24 {
  top: 11467px;
  transform: translateX(190%);
  width: 237px;
  height: 237px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image24.png"),
    50% / cover no-repeat;
}
.homepage-content-img25 {
  top: 11717px;
  transform: translateX(190%);
  width: 237px;
  height: 237px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image25.png"),
    50% / cover no-repeat;
}
.homepage-content-img26 {
  top: 12241px;
  transform: translateX(-170%);
  width: 237px;
  height: 237px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image26.png"),
    50% / cover no-repeat;
}
.homepage-content-img27 {
  top: 12241px;
  transform: translateX(-100%);
  width: 186px;
  height: 237px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image27.png"),
    50% / cover no-repeat;
}
.homepage-content-img28 {
  top: 12241px;
  transform: translateX(70%);
  width: 186px;
  height: 237px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image28.png"),
    50% / cover no-repeat;
}
.homepage-content-img29 {
  top: 12241px;
  transform: translateX(155%);
  width: 216.582px;
  height: 304.688px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image29.png"),
    50% / cover no-repeat;
}
.homepage-content-img30 {
  top: 12826px;
  transform: translateX(-140%);
  width: 203.125px;
  height: 304.688px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image30.png"),
    50% / cover no-repeat;
}
.homepage-content-img31 {
  top: 12826px;
  transform: translateX(-44%);
  width: 190.26px;
  height: 237px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image31.png"),
    50% / cover no-repeat;
}
.homepage-content-img32 {
  top: 12826px;
  transform: translateX(57.8%);
  width: 193px;
  height: 237px;
  flex-shrink: 0;
  border-radius: 33.854px;
  background: url("https://static.igem.wiki/teams/4594/wiki/content-image32.png"),
    50% / cover no-repeat;
}

/* bottom links style */
.homepage-link1 {
  top: 13551px;
  transform: translateX(-410px);
  width: 400px;
  height: 500px;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-link2 {
  top: 13551px;
  width: 400px;
  height: 500px;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-link3 {
  top: 13551px;
  transform: translateX(410px);
  width: 400px;
  height: 500px;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-link1 > a {
  text-decoration: none;
}
.homepage-link2 > a {
  text-decoration: none;
}
.homepage-link3 > a {
  text-decoration: none;
}
.homepage-link-img1 {
  margin: 0 auto;
  width: 400px;
  height: 300px;
  background: url("https://static.igem.wiki/teams/4594/wiki/homepage-lshgaide.png");
  background-repeat: no-repeat;
  background-size: 91%;
  background-position: center;
  transition: all 0.1s linear;
  transform: translateY(2px);
}
.homepage-link-img2 {
  margin: 0 auto;
  width: 400px;
  height: 300px;
  background: url("https://static.igem.wiki/teams/4594/wiki/homepage-img104.png");
  background-repeat: no-repeat;
  background-size: 91%;
  background-position: center;
  transition: all 0.1s linear;
  transform: translateY(2px);
}
.homepage-link-img3 {
  margin: 0 auto;
  width: 400px;
  height: 300px;
  background: url("https://static.igem.wiki/teams/4594/wiki/homepage-img105.png");
  background-repeat: no-repeat;
  background-size: 91%;
  background-position: center;
  transition: all 0.1s linear;
  transform: translateY(2px);
}

/* content boxes style: */
.homepage-content1 {
  top: 900px;
  transform: translateX(28%);
  width: 440px;
  height: 450px;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content2 {
  top: 1788px;
  transform: translateX(-80%);
  width: 415px;
  height: 200px;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content3 {
  top: 2400px;
  width: 1000px;
  height: 35px;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content4 {
  /* it's a subtitle content */
  top: 2864px;
  width: 560px;
  height: 190px;
  font-family: Arlon;
  font-size: 135px;
  font-style: normal;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #f8f0e8;
  opacity: 0;
  transition: all 0.7s linear;
}
.homepage-content5 {
  top: 3805px;
  width: 400px;
  height: 65px;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content6 {
  top: 4165px;
  width: 235px;
  height: 160px;
  transform: translateX(-110%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content7 {
  top: 4502px;
  width: 220.052px;
  height: 155.052px;
  transform: translateX(-120%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content8 {
  /* it's a subtitle content */
  top: 4910px;
  width: 900px;
  height: 400px;
  font-family: Arlon;
  font-size: 135px;
  font-style: normal;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #f8f0e8;
  text-align: left;
  transform: translateX(7%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content9 {
  /* it's a shelter for lines behind logo, thus z-index is different */
  /* this element in .html has no class "homepage-elements" */
  top: 5750px;
  width: 1000px;
  height: 90px;
  background-color: black;
  position: absolute;
  z-index: 7;
}
.homepage-content10 {
  top: 6000px;
  width: 500px;
  height: 28px;
  flex-shrink: 0;
}
.homepage-content11 {
  top: 6630px;
  width: 340px;
  height: 200px;
  transform: translateX(35%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content12 {
  top: 7100px;
  width: 340px;
  height: 200px;
  transform: translateX(-80%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content13 {
  top: 7280px;
  width: 340px;
  height: 200px;
  transform: translateX(60%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content14 {
  top: 7624px;
  width: 340px;
  height: 200px;
  transform: translateX(-60%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content15 {
  /* it's a subtitle content */
  top: 8244px;
  width: 1000px;
  height: 200px;
  transform: translateX(10%);
  font-family: Arlon;
  font-size: 135.417px;
  font-style: normal;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #f8f0e8;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content16 {
  top: 8505px;
  width: 400px;
  height: 92px;
  transform: translateX(-70%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content17 {
  top: 8897px;
  width: 415px;
  height: 120px;
  transform: translateX(-65%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content18 {
  top: 8897px;
  width: 475px;
  height: 120px;
  transform: translateX(68%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content19 {
  top: 9257px;
  width: 447px;
  height: 200px;
  transform: translateX(-30%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content20 {
  top: 9607px;
  width: 447px;
  height: 200px;
  transform: translateX(-30%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content21 {
  top: 10023px;
  width: 447px;
  height: 200px;
  transform: translateX(-30%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content22 {
  /* it's a subtitle content */
  top: 10636px;
  width: 900px;
  height: 200px;
  transform: translateX(5%);
  font-family: Arlon;
  font-size: 135px;
  font-style: normal;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #f8f0e8;
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content23 {
  top: 10846px;
  width: 302px;
  height: 100px;
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content24 {
  top: 11272px;
  width: 340px;
  height: 120px;
  transform: translateX(-15%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content25 {
  top: 11873px;
  width: 400px;
  height: 120px;
  transform: translateX(-80%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content26 {
  top: 11873px;
  width: 350px;
  height: 100px;
  transform: translateX(60%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content27 {
  top: 12455px;
  width: 400px;
  height: 120px;
  transform: translateX(-80%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content28 {
  top: 12455px;
  width: 350px;
  height: 100px;
  transform: translateX(60%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content29 {
  top: 12852px;
  width: 400px;
  height: 200px;
  transform: translateX(80%);
  opacity: 0;
  transition: all 0.5s linear;
}
.homepage-content30 {
  /* it's a subtitle content */
  top: 13290px;
  width: 1100px;
  height: 200px;
  text-align: center;
  font-family: Arlon;
  font-size: 135px;
  font-style: normal;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #f8f0e8;
  opacity: 0;
  transition: all 0.5s linear;
}

/* bottom icon style */
.bottom-icon1 {
  top: 14157px;
  width: 209.115px;
  height: 141.345px;
  flex-shrink: 0;
  background: url("https://static.igem.wiki/teams/4594/wiki/bottom-icon1.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(18%);
  opacity: 0;
  transition: all 0.8s linear;
}
.bottom-icon2 {
  /* top: 14133px; */
  top: 14150px;
  width: 461.186px;
  height: 267.135px;
  flex-shrink: 0;
  background: url("https://static.igem.wiki/teams/4594/wiki/bottom-icon2.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-5%);
  opacity: 0;
  transition: all 0.8s linear;
}
.bottom-icon3 {
  /* top: 14169px; */
  top: 14163px;
  width: 506.307px;
  height: 256.329px;
  flex-shrink: 0;
  background: url("https://static.igem.wiki/teams/4594/wiki/bottom-icon3.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-12%);
  opacity: 0;
  transition: all 0.8s linear;
}
.bottom-icon4 {
  /* top: 14151px; */
  top: 14154px;
  width: 713.797px;
  height: 232.5px;
  flex-shrink: 0;
  background: url("https://static.igem.wiki/teams/4594/wiki/bottom-icon4.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.8s linear;
}
.bottom-icon5 {
  /* top: 14163px; */
  top: 14160px;
  width: 896.432px;
  height: 209.378px;
  flex-shrink: 0;
  background: url("https://static.igem.wiki/teams/4594/wiki/bottom-icon5.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.8s linear;
}

@font-face {
  font-family: red hat display;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://static.igem.wiki/teams/4657/wiki/assets/fonts/8vif7wur0m80wwyf0qcxzzyzuotk8rzqvrd-d1nybourqkez-eec.woff2)format('woff2');
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}
.vp-title {
  font-size: 27px;
  font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif;

}
@font-face {
  font-family: red hat display;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://static.igem.wiki/teams/4657/wiki/assets/fonts/8vif7wur0m80wwyf0qcxzzyzuotk8rzqvrd-d1nybourqk8z-a.woff2)format('woff2');
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: red hat text;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://static.igem.wiki/teams/4657/wiki/assets/fonts/rrqcbohi-ic6b3yvszgbrmx6zi-cy1a6ok2ml7hwzr-qclvf.woff2)format('woff2');
  unicode-range: U+100-2AF, U+304, U+308, U+329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: red hat text;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://static.igem.wiki/teams/4657/wiki/assets/fonts/rrqcbohi-ic6b3yvszgbrmx6zi-cy1a6ok2ml7hwzrhqca.woff2)format('woff2');
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
