body{
	font-family: Calibri !important;
}
.MsoNormal span,.page-content>p,.page-content>p span,.common-content p span,.common-content p{
	font-size: 16pt !important;
	line-height: 2rem !important;
}
.MsoNormal img{
	width: 60% !important;
	margin: 0 auto;
	display: block;
}
:root {
	--body-width: calc(100vw - 200px);
	--custom-height: calc(var(--body-width) * 0.035);
}

body {
	margin: 0;
	min-height: 100vh;
	position: relative;
}

.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 1030;
	height: 120px;
}

.tab {
	display: none;
}

.active {
	display: block;
}

.navbar-igem-logo {
	margin-right: 25px;
}

.navbar-igem-logo {
	transform: rotate(-10deg);
}

.navbar-igem-logo .img1 {
	width: 13rem;
	object-fit: contain;
}

.navbar-igem-logo .img2 {
	width: 11rem;
	object-fit: contain;
}

.navbar {
	height: 140px;
	color: #000;
	padding: 10px;
	bottom: 0;
	transition: all 0.2s;
	z-index: 1031;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #030144;
}

.navbar .logo {
	width: 6rem;
	cursor: pointer;
	margin-right: 30px;
}

.common-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: 100% 100%;
	/* min-height: 1800px; */
	padding-bottom: 10rem;
	/* margin: 150px auto 0 auto; */
}

.common-content {
	/* width: 60%; */
	max-width: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem;
	color: #000 !important;
	word-wrap: break-word;
	font-size: 16px !important;
}

/* navbar */
.navbar-igem-logo {
	display: flex;
}

.navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.navbar li {
	margin-right: 20px;
	position: relative;
}

.navbar .navbar-item {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 4px 8px;
	cursor: pointer;
	font-weight: bold;
}

.navbar .navbar-item img {
	width: 2rem;
	transition: transform 0.3s ease-in-out;
	cursor: pointer;
}

.navbar .navbar-item:hover img {
	transform: rotate(-10deg);
}

.navbar .navbar-item span {
	display: flex;
	align-items: center;
	justify-items: center;
}

.navbar .navbar-item .icon {
	width: 1rem;
}


.navbar .dropdown-menu {
	min-width: 80px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
}

.navbar .dropdown-menu a {
	text-decoration: none;
	cursor: unset;
	color: #000;
}

.navbar .dropdown-menu li {
	width: 100%;
	padding: 0.5rem;
	background-color: #fff;
	white-space: nowrap;
	cursor: pointer;
}

.navbar .dropdown-menu li:hover {
	background-color: #f5f5f5;
}

.navbar ul li:hover>ul {
	display: block;
}

.tab {
	display: none;
}

.active {
	display: block;
}

/* home */
#home, #members {
	margin-top: 140px;
}

.home-banner-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-title, .home-sub-title, .home-info {
	color: rgb(255, 222, 88);
	font-size: 1.5rem;
	line-height: 45px;
}

.home-banner1-wrapper {
	width: 60%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: calc(var(--custom-height) * 7) 0 calc(var(--custom-height) * 2.5);
}

.home-banner1-wrapper .home-sub-title {
	padding-left: calc(var(--custom-height) * 8.5);
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 2rem;
	font-style: italic;
	font-weight: 100;
}

.home-banner1-wrapper .home-title {
	font-size: 6rem;
	font-weight: bold;
	padding: calc(var(--custom-height) * 0.5) 0 0 calc(var(--custom-height) * 8);
	line-height: 6rem;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.home-banner1-wrapper .home-info {
	padding-top: calc(var(--custom-height) * 1.8);
	display: block;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-flow: column;
	font-size: 3rem;
	font-weight: 300;
	line-height: 4rem;
}

.home-banner1-wrapper .home-info span:first-child{
	word-spacing: 1.5rem;
}

.home-banner2-wrapper {
	width: 80%;
	margin: 0 auto;
	padding: calc(var(--custom-height) * 1.5) calc(80% * 0.5) calc(var(--custom-height) * 1.5) 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.home-banner2-wrapper .home-title {
	margin-bottom: calc(var(--custom-height) * 1.5);
}

.home-banner3-wrapper {
	width: 60%;
	margin: 0 auto;
	padding: calc(var(--custom-height) * 8) 0 calc(var(--custom-height) * 7) calc(80% * 0.21);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-banner3-wrapper .home-title {
	color: rgb(127, 104, 145);
	margin-bottom: 30px;
}

.home-banner4-wrapper {
	width: 80%;
	margin: 0 auto;
	padding: calc(var(--custom-height) * 8) calc(80% * 0.18) calc(var(--custom-height) * 4) calc(80% * 0.24);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-banner4-wrapper .home-title {
	color: rgb(127, 104, 145);
}

.home-banner4-tools {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translate(-50%, 0);
}

.home-tools-item {
	position: relative;
	color: #fff;
	font-size: 1rem;
}

.home-tools-item img {
	width: 15rem !important;
}

.home-tools-item span {
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, 0);
}

/* .home-banner4-tools-item */
.home-banner1 {
	margin-top: -140px;
}

.home-banner img {
	width: 100%;
	min-height: auto;
	vertical-align: middle;
	margin-top: -2px;
}

.home-banner {
	position: relative;
}

.home-banner4 {
	height: 1000px;
    overflow: hidden;
}

/* members */
.banner {
	min-height: 100vh;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.member-wrapper, .description-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(./img/member-bg.png) no-repeat;
	background-size: 100% 100%;
	min-height: 100vh;
	padding-bottom: 200px;
}

.member-content, .description-content {
	max-width: 1000px;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	padding: 50px;
}

.member-title, .description-title {
	color: #e3a343;
	font-size: 100px;
	font-weight: bold;
	text-align: center;
	/* margin-top: 150px; */
}

.member-group-name {
	width: 300px;
	color: #e3a343;
	font-size: 36px;
	font-weight: 400;
	padding: 10px;
	background-color: #100142;
	text-align: center;
	margin-bottom: 80px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.member-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

.member {
	border: 1px solid #bbbbbb;
	width: 230px;
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	color: #000;
	border-radius: 20px;
	margin: 60px 30px;
}

.member:last-child {
	margin-right: auto;
}

.member .avatar {
	width: 120px;
	height: 120px;
	border: 2px solid #e8eae8;
	border-radius: 50%;
	margin-top: -65px;
	background-color: #ffffff;
	flex-shrink: 0;
}

.member .name {
	font-weight: bold;
	margin-bottom: 0;
}

.member .info {
	word-break: break-all;
	overflow-y: auto;
	padding: 0 1rem;
	position: relative;
}

.member .group {
	background-color: #92b5ee;
	color: #ffffff;
	width: 100%;
	text-align: center;
	height: 30px;
	padding: 10px 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.info::-webkit-scrollbar {
	width: 5px;
	height: 8px;
}

.info::-webkit-scrollbar-track {
	background: #e8e8e8;
	border-radius: 2px;
}

.info::-webkit-scrollbar-thumb {
	background: #92b5ee;
	border-radius: 10px;
}

.info::-webkit-scrollbar-thumb:hover {
	background: #92b5ee;
}

.info::-webkit-scrollbar-corner {
	background: #e8e8e8;
}


/* description */

.description-title {
	color: #e3a343;
	font-size: 120px;
	font-weight: 900;
	text-align: center;
}

.description-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	/* min-height: 1800px; */
	padding-bottom: 10rem;
}

.description-banner {
	background-color: #030144;
	width: 100%;
	height: 90%;
}

/* .description-banner img {
	position: absolute;
	right: 8%;
	width: 260px;
} */

.description-name {
	width: 300px;
	color: #e3a343;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	word-spacing: 10px;
	margin: 20px auto;
	background: linear-gradient(to right, #fff 0%, #030144 45%, #fff 100%);
	background-position: center;
	border-radius: 20px;
}

.description-name img {
	width: 100px;
}

.description-content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-top: 100px;
	position: relative;
}

.description-wrapper .description {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	line-height: 2rem;
	text-align: left;
	font-size: 16px;
	max-width: 800px;
	color: #000;
}

.description-wrapper .left-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100px;
	position: absolute;
	top: 150px;
	left: -50px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.description-wrapper .left-menu .left-menu-title {
	color: #fff;
	font-size: 22px;
	width: 200px;
	padding: 20px 0;
}

.menu-sticky {
	position: sticky !important;
}

.description-wrapper .left-menu a {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 10px;
	width: 200px;
	font-size: 16px;
	transition: transform 0.3s ease-in-out;
	transform: translateX(0);
	color: #000;
	margin-bottom: 10px;
}

.description-wrapper .left-menu a.active {
	font-weight: bold;
	transition: transform 0.3s ease-in-out;
	color: #ffffff;
	border-radius: 20px;
}

.description-wrapper .left-menu a:hover .title,
.description-wrapper .left-menu a.active .title {
	background-color: #92b5ee;
	color: #fff;
	width: 200px;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 20px;
}

.description-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
}

.description-wrapper ul li {
	position: relative;
	display: flex;
	align-items: center;
}

/* experiments */

#experiments td,
#experiments th {
	border: 1px dashed black;
}

#parts td {
	border: 1px solid black;
	padding: 8px;
}

.footer {
	height: 251px;
	background-color: #030144;
	color: #fff;
	text-align: center;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}
