.navbar.header-navbar {
  padding: 0;
}
.header-navbar .dropdown-toggle::after {
  display: none;
}
.header-navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 21px;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.home {
  background: #beeab9;
}
.home .content {
  padding-top: 5.9%;
  border-bottom: 1px solid transparent;
}
.home .part {
  width: 64.3%;
  margin: 0 auto 14.8%;
  font-size: 28px;
  line-height: 50px;
}
.home .title {
  background: url("https://static.igem.wiki/teams/5522/home-title-bg.png")
    no-repeat;
  color: #fff;
  background-size: 100% 100%;
  display: inline-block;
  font-size: 36px;
  padding: 1.2% 4.6% 3.2% 6.1%;
  position: absolute;
  top: 32px;
  left: -39px;
}
.home .part-l {
  margin-right: 12%;
  background: #fcfcfc;
  border: 3px solid #040404;
  padding: 16.7% 8.1% 5.1% 5.26%;
  position: relative;
}
.home .part-r {
  margin-left: 12%;
  background: #fcfcfc;
  border: 3px solid #040404;
  padding: 16.7% 8.1% 5.1% 5.26%;
  position: relative;
}
.home-part-1-1 {
  width: 19.2%;
  position: absolute;
  right: -3.4%;
  top: -4.45%;
}
.home-part-1-2 {
  width: 37.2%;
  position: absolute;
  left: -8%;
  bottom: -34%;
}
.home-part-2-1 {
  width: 18.4%;
  position: absolute;
  right: 2.7%;
  top: -4.9%;
}
.home-part-2-2 {
  width: 15.9%;
  position: absolute;
  right: -17.9%;
  bottom: 2%;
}
.home-part-3-1 {
  width: 15.9%;
  position: absolute;
  left: -45%;
  bottom: 2%;
}
.home-part-3-2 {
  width: 38%;
  position: absolute;
  right: -31%;
  bottom: -38%;
}

.home-part-4-1 {
  width: 17.2%;
  position: absolute;
  left: 40%;
  top: -7.7%;
}
.home-part-4-2 {
  width: 12.6%;
  position: absolute;
  right: -27.8%;
  top: -4.5%;
}
.home .desc-cloud {
  width: 25.9%;
  left: -45%;
  top: 40%;
  position: absolute;
}
.desc-title {
  font-size: 90px;
  color: #5b685f;
}
.desc .content {
  background-color: #f1ffee;
  padding-top: 3.5%;
  padding-bottom: 3.4%;
}
.navbar-desc {
  width: 17.3%;
  float: left;
  margin-left: 8%;
  max-height: calc(100vh - 95px);
  overflow: auto;
  padding-left: 10px;
}
.navbar-desc.sticky-top {
  top: 95px;
}
.navbar-desc .nav {
  flex-direction: column;
  font-size: 24px;
  border-left: 1px solid;
}
.scrollspy-example {
  width: 66%;
  margin-left: 25%;
  margin-right: 9%;
  font-size: 16px;
  line-height: 1.75;
}
div.my-4.text-center  {
  font-size: 13px;
}
div.my-4.text-center  table {
  font-size: 16px;
}
.fs-6 {
  font-size: 13px !important;
}
.fs-5 {
  font-size: 16px !important;
}
.scrollspy-example .title {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  background: #5e3a27;
  border-radius: 30px 30px 0px 0px;
  display: inline-block;
  transform: translateY(-30px);
  padding: 10px 41px;
}
.scrollspy-example .title + div {
  padding: 44px;
  background: #fafcfa;
  border-radius: 30px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #e9cf25;
  color: #000202;
}
.nav-pills .nav-link {
  padding-left: 20px;
  position: relative;
  border-radius: 30px;
  color: #000202;
  margin-left: 12px;
}
.nav-pills .nav-link::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000202;
  left: -19px;
  top: 50%;
  margin-top: -7px;
}
.nav-pills .nav-link.active::after {
  background: #e9cf25;
}
.desc-module {
  margin-bottom: 10%;
  background: #beeab9;
  border-radius: 30px;
  padding: 0% 4% 5.6% 4%;
}
.desc-module:last-of-type {
  margin-bottom: 0;
}
.desc-cloud {
  width: 9.3%;
  left: 0;
  top: 0;
}

.team {
  background: #f1ffee;
}
.team-content .team-cloud {
  width: 14.3%;
  left: 0;
  top: 2.4%;
}
.team-content .title {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  background: #5e3a27;
  border-radius: 30px 30px 0px 0px;
  width: 32%;
  margin: 4% auto;
  text-align: center;
  padding-bottom: 10px;
}
.team-content-wrapper {
  border-bottom: 1px solid transparent;
}
.team-content .card-wrapper-bg {
  width: 73.2%;
  margin: 0 auto 7%;
}
.team-content .card-wrapper {
  width: 31.8%;
}
.team-content .card-wrapper .name {
  font-size: 30px;
  color: #000000;
  text-align: center;
  padding-top: 6%;
}
.team-content .card {
  padding-bottom: 132%;
  height: 0;
  background-color: #7acc6e;
  border-radius: 38px;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.team-content .card .avatar {
  background-color: #00a473;
  text-align: center;
  height: 75%;
  width: 84%;
  margin: 8% auto 0;
  position: relative;
}
.team-content .card .avatar img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-content .card .desc {
  padding: 8.9% 6.6%;
  overflow-y: auto;
  text-align: justify;
}
.team-content .card .desc::-webkit-scrollbar {
  background: transparent;
  width: 6px;
  height: 6px;
  margin-left: 30px;
}
.team-content .card .desc::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 3px;
}

.flip-container {
  perspective: 1000;
}

.flip-container .flipper {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  width: 100%;
  height: 100%;
  position: absolute;
}

.flip-container .front,
.flip-container .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-container .front {
  background: #beeab9;
  z-index: 2;
}

.flip-container .back {
  transform: rotateY(180deg);
}
.desc-module {
  text-align: justify;
}
.desc-module   p {
  text-indent: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.desc-module  li {
  margin-bottom: 10px;
}
.desc-module   ol {
  line-height: 1.75;
  margin-bottom: 10px;
  padding-left: 0;
}
.desc-module  .li-decimal {
  list-style-type: decimal;
}
.desc-module  table {
  border: 2px solid;
  max-width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
  }
  .desc table td,.desc table th {
    border: 2px solid;
    padding: 4px 6px;
  }
  .desc-module ul ul {
    list-style-type: disc;
  }
@media screen and (max-width: 768px) {
  .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }
  body {
    padding-top: 70px;
  }

  .header-navbar .navbar-brand img {
    width: 60px;
  }
  .header-navbar .navbar-nav .nav-link {
    font-size: 18px;
  }
  .home .part {
    width: 90%;
    font-size: 16px;
    line-height: 26px;
  }
  .home .part-r {
    margin-left: 0;
  }
  .home .part-l {
    margin-right: 0;
  }
  .home .title {
    font-size: 20px;
    left: -20px;
    top: 10px;
  }
  .home-part-1-2 {
    bottom: -16%;
  }
  .home-part-2-2 {
    right: -2%;
    bottom: -8%;
  }
  .home-part-3-2 {
    right: 0;
  }
  .home-part-4-2 {
    right: 0;
  }
  .team-content .title {
    font-size: 22px;
    width: 64%;
    padding-top: 10px;
  }
  .team-content .card-wrapper-bg {
    width: 90%;
    justify-content: center;
    margin-bottom: 0;
  }
  .team-content .card-wrapper {
    width: 100%;
    margin-bottom: 7%;
  }
  .desc-title {
    font-size: 28px;
  }
  .navbar-desc {
    display: none;
  }
  .scrollspy-example {
    width: 100%;
    margin: 0;
    font-size: 16px;
  }
  .scrollspy-example .title {
    font-size: 22px;
  }
  .scrollspy-example .title + div {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .flip-container:hover .flipper {
    transform: rotateY(180deg);
  }
}
