body {
    background-color: #9BE8FF;
    background-image: url("https://static.igem.wiki/teams/4276/wiki/static/t-shanghai-hs-gradient.png");
    background-position: center top;
    background-repeat: repeat-y;
    margin: 0;
    min-height: 100vh;
    position: relative;
    scroll-behavior: smooth;
}

body:after {
    background-image: url("https://static.igem.wiki/teams/4276/wiki/static/t-shanghai-hs-gradient-bottom.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 360px;
    bottom: 0;
    content: "";
    height: 360px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.container {
    max-width: none !important;
    width: 1170px !important;
}

@media screen and (max-width: 1400px) {
    body {
        min-width: 1400px !important;
    }
}

:root {
    /*swiper*/
    --swiper-container-height: 700px;
}

/* ========================
 * navbar
 * =======================*/
.navbar .container {
    align-items: flex-start;
    margin-top: 3rem;
    padding: 1rem 4rem 1.1rem;
    transition: all 0.2s;
    z-index: 1032;
    width: 1300px !important;
    background: #2970F9;
    border-radius: 4rem;
    background: linear-gradient(to bottom, #2970F9 0%, #6718CD 100%);
}

.navbar.active .container {
    margin-top: 0;
}

.navbar .navbar-brand {
    color: #3B5622;
    font-size: 1.75rem;
    font-weight: bold;
}

/*link*/
.navbar {
    left: 0;
    min-width: 1400px;
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 1030;
    padding: 0 !important;
}

.navbar .navbar-nav {
}

.navbar .nav-item {
    padding-left: .25rem;
    padding-right: .25rem;
}

.navbar .nav-link {
    color: white;
    display: block;
    padding-bottom: .5rem;
    padding-top: 1rem;
    transition: 0.3s all;
    font-size: 17px;
}

.navbar .nav-link:hover,
.navbar .nav-link:active,
.navbar .nav-link.active {
    color: white;
}

.navbar .nav-link.active {
    position: relative;
}

.navbar .nav-link.active:before {
    background-color: white;
    border-radius: 1px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 32px;
}

.navbar .nav-link.dropdown-toggle.active:before {
    transform: translateX(calc(-50% - 0.425rem));
}

.navbar .dropdown-menu {
    opacity: 0.75;
}

.navbar .dropdown-item {
    color: #060606;
    transition: all 0.2s;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:active,
.navbar .dropdown-item.active {
    background: white;
    text-decoration: underline;
}

/*dropdown-toggle*/
.navbar .dropdown-toggle::after {
    color: #F9811F;
    margin-left: 0;
}

/* ========================
 * banner
 * =======================*/
/*swiper*/
.swiper-container {
    height: var(--swiper-container-height) !important;
    width: 100% !important;
}

.swiper-container .swiper-slide {
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.swiper-container .swiper-pagination-bullet {
    height: 12px !important;
    width: 12px !important;
}


/* ========================
 * page
 * =======================*/
.page {
}

.page > .container-article {
    padding: 1rem 4.5rem 3rem;
    background: #2870FA;
    background: linear-gradient(to bottom, #2870FA 0%, #6717CD 100%);
    border-radius: 1.5rem;
}

.page > .container {
    padding: 0 3rem;
    background: linear-gradient(to bottom, #2870FA 0%, #6717CD 100%);
}

.page > .container.shadow-inner {
    padding: 3rem;
    border-radius: 0 0 1.5rem 1.5rem;
}

.page > .container.shadow-inner > .article {
    background-color: white;
    border-radius: 2rem;
    padding: 1.5rem 3rem 3.5rem;
}

/* ========================
 * copyright-footer
 * =======================*/
.copyright-footer {
    background-color: #343A40;
    color: white;
    padding: 2rem 0;
    font-size: 16px;
}

.copyright-footer a,
.copyright-footer a:visited {
    font-weight: bold;
    font-size: 16px;
    color: white;
}