.header-navbar.navbar {
  padding: 12px 0;
  background: linear-gradient(90deg, #61d6e2 0%, #4ca4cf 45%, #2950af 100%);
}
.header-navbar .dropdown-toggle::after {
  display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.5rem 20px;
  color: #fff;
  font-size: 18px;
}
.navbar-brand {
  width: 72px;
  height: 72px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
.navbar-brand img {
  width: 70%;
}
.home-content {
  font-size: 22px;
  background: url("https://static.igem.wiki/teams/5533/content-bg.png");
}
.home-content-l {
  width: 33.2%;
  margin-right: 10px;
}
.home-content-r {
  width: 41%;
  margin-left: 10px;
}

.home-content .title {
  font-weight: bold;
  font-size: 28px;
  color: #3a489f;
  line-height: 54px;
  margin-bottom: 30px;
}
.home-content .title-bg {
  background: #fbda67;
  border-radius: 20px;
  padding-left: 17px;
  margin-bottom: 40px;
}
.home-content-c {
  width: 49.2%;
  margin-bottom: 4.6%;
}
.bg-gray-5 {
  background: rgba(228, 226, 226, 0.53);
}
.home-c-3 {
  width: 19.3%;
  top: 0;
  right: 21.9%;
}
.desc-title {
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
}
.team-content {
  padding-top: 6%;
  padding-bottom: 11.3%;
  background: url("https://static.igem.wiki/teams/5533/team-bg.png");
  background-size: 100% 100%;
}
.team-item {
  width: 78.4%;
  margin: 0 auto 3%;
  font-size: 16px;
}
.team-item .avatar {
  width: 15.1%;
  padding-bottom: 15.1%;
  height: 0;
  border-radius: 50%;
  background: lightgray;
  position: relative;
  overflow: hidden;
}
.team-item .avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item .title {
  font-size: 26px;
  margin-bottom: 21px;
}
.team-item-c {
  width: 82%;
}
.desc-content {
  padding-top: 3.5%;
  padding-bottom: 4.4%;
  background: url("https://static.igem.wiki/teams/5533/desc-bg-1.png");
  background-size: 100% 100%;
}
.desc-c-wrapper {
  background: #fcfcfc;
  border-radius: 38px;
  width: 73.3%;
  margin: 0 auto;
  font-size: 16px;
  padding: 34px 4.7%;
  
}
.desc-c-wrapper.desc-c-nav {
  width: 100%;
  padding-left: 26%;
  margin: auto;
}
.desc-c-wrapper .title {
  font-weight: 800;
  font-size: 30px;
  color: #fcfcfc;
  background: #3a489f;
  border-radius: 0px 24px 24px 0px;
  display: inline-block;
  padding: 18px;
  margin-bottom: 28px;
}
.desc-c-wrapper .content {
  margin-bottom: 8%;
}
.desc .content {
  margin-bottom: 6%;
  line-height: 1.5;
}
.navbar-desc {
  width: 17.3%;
  float: left;
  margin-left: 4%;
  max-height: calc(100vh - 95px);
  overflow: auto;
  padding-left: 10px;
}
.navbar-desc.sticky-top {
  top: 95px;
}
.navbar-desc .nav {
  flex-direction: column;
  font-size: 20px;
  border-left: 1px solid;
  text-align: left;
}
.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-c-wrapper .content  p {
  text-indent: 32px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.content li {
  margin-bottom: 10px;
}
.content  ol {
  line-height: 1.75;
  margin-bottom: 10px;
  padding-left: 0;
}
.desc .li-decimal {
  list-style-type: decimal;
}
.desc-content div.text-center.my-4 {
  font-size: 13px;
}
.desc table {
  border: 2px solid;
  max-width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 16px;
  }
  .desc table td,.desc table th {
    border: 2px solid;
    padding: 4px 6px;
  }

@media screen and (max-width: 768px) {
  body {
    padding-top: 74px;
  }
  .navbar-brand {
    width: 50px;
    height: 50px;
  }
  .home-content-l {
    width: 90%;
    padding-left: 10px;
    font-size: 16px;
  }
  .home-content-r {
    width: 90%;
    padding-right: 10px;
    font-size: 16px;
  }
  .home-content-c {
    width: 90%;
    font-size: 16px;
  }
  .home-content-c + img {
    width: 100% !important;
  }
  .home-content .title {
    font-size: 22px;
    line-height: 36px;
  }
  .desc-title {
    font-size: 30px;
  }
  .team-item {
    flex-direction: column;
    width: 90%;
  }
  .team-item .title {
    font-size: 20px;
  }
  .team-item-c {
    font-size: 16px;
  }
  .desc-c-wrapper {
    width: 100%;
    font-size: 16px;
  }
  .desc-c-wrapper.desc-c-nav {
    width: 100%;
    padding-left: 4.7%;
  }
  .desc-c-wrapper .title {
    font-style: 20px;
  }
  .navbar-desc .nav {
    display: none;
  }
}