body {
}
th,
td {
	border: 1px solid #000;
	padding: 8px;
	text-align: left;
}
.left-aligned {
	margin-left: auto;
}
.bg-dark {
	background-color: #73aef9 !important;
}

.footer {
	background: #eac530 !important;
	padding: 50px 0;
}
.footer img {
	height: 150px;
	display: inline-block;
	margin-right: 10px;
}
.footer .img_flex {
	justify-content: flex-end;
}
.flex {
	display: flex;
}

.home_page_bg {
	background: #f2df8f;
	padding-top: 65px;
	padding-bottom: 10px;
}

.home_page_bg .banner {
	background-image: url(https://static.igem.wiki/teams/4890/wiki/images/home/100601.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: calc(100vh - 65px);
}

.home_page_bg .content {
	display: flex;
	padding: 50px 0;
}
.home_page_bg .content .text {
	font-size: 24px;
	line-height: 2;
	text-align: center;
	margin: 0 auto;
}
.home_page_bg .tip {
	font-size: 18px;
	line-height: 1.5;
}

.team_page {
	background: #f2df8f;
	padding-top: 65px;
	padding-bottom: 10px;
}

.team_page .banner {
	background-image: url(https://static.igem.wiki/teams/4890/wiki/images/team/00.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: calc(100vh - 65px);
}
.team_page .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.team_page .card-filp {
	height: 20vw;
	width: 15vw;
	position: relative;
	transform-style: preserve-3d;
	transition: 1s;
}
.team_page .card-filp:hover {
	transform: rotateY(180deg);
}

.team_page .card-front,
.team_page .card-back {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	backface-visibility: hidden;
	border-radius: 20px;
}
.team_page .card-back {
	transform: rotateY(180deg);
	background-color: #d9d9d9;
	background-color: rgba(217, 217, 217, 0.1);
	padding: 1rem;
	max-height: 20vw;
	overflow: scroll;
	background-color: #eac530;
	border-radius: 20px;
}
.team_page .card-back h2 {
	font-weight: bold;
	font-size: 1.1rem;
}
.team_page .card-back p {
	line-height: 1.1;
	font-size: 1rem;
	margin-top: 0.5rem;
}
.team_page .card-back .long {
	max-height: 16vw;
	overflow: scroll;
}
.team_page .card-back p span {
	font-weight: bold;
}
.team_page .card-front img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.team_page .cell .card-intro {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}

.cell_space {
	width: 25vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.team_page .cell {
	width: 15vw;
}
.team_page h1 {
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #fff;
}

.design_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/design/00.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.design_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.design_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.design_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.design_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.list-group-item {
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.design_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.design_page #long {
	padding-bottom: 50px;
}

.prototocs_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/protocols/00.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.prototocs_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.prototocs_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prototocs_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.prototocs_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.prototocs_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.prototocs_page #long {
	padding-bottom: 50px;
}
.prototocs_page .flex {
	display: flex;
	align-items: center;
}

.prototocs_page .curly-braces {
	font-size: 100px;
	font-weight: 100;
	margin-right: 10px;
}

.safety_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/safety/00.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.safety_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.safety_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.safety_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.safety_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.safety_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.safety_page #long {
	padding-bottom: 50px;
}
.safety_page .flex {
	display: flex;
	align-items: center;
}

.description_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/description/00.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.description_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.description_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.description_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.description_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.description_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.description_page #long {
	padding-bottom: 50px;
}
.description_page .flex {
	display: flex;
	align-items: center;
}

.engineering_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/engineering/00.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.engineering_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.engineering_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.engineering_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.engineering_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.engineering_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.engineering_page #long {
	padding-bottom: 50px;
}
.engineering_page .flex {
	display: flex;
	align-items: center;
}

.sustainable_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/sustainable/00.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.sustainable_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.sustainable_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sustainable_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.sustainable_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.sustainable_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.sustainable_page #long {
	padding-bottom: 50px;
}

.parts_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/parts/00.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.parts_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.parts_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.parts_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.parts_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.parts_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.parts_page #long {
	padding-bottom: 50px;
}

.human_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/human/00.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.human_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.human_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.human_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.human_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.human_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.human_page #long {
	padding-bottom: 50px;
}

.education_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/education/00.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.education_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.education_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.education_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.education_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.education_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.education_page #long {
	padding-bottom: 50px;
}

/* achievement_page */
.achievement_page {
	margin-top: 120px;
	padding: 0;
	font-family: Poppins;
	width: 100%;
	/* background-color: palevioletred; */
}
.achievement_page .content {
	max-width: 1000px;
	/* background-color: #258394; */
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.achievement_page .content .achievement_page-Ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.achievement_page .content .achievement_page-Ul .achievement_page-li {
	/* background-color: #4B7EC1; */
	border: 1px solid lightgray;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #aaa;
	padding: 20px 0;
}

.achievement_page-Ul .achievement_page-li .leftRegion {
	width: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.achievement_page-li .leftRegion .topImgDiv .topIcon-BRONZE {
	width: 100px;
	height: 100px;
}
.achievement_page-li .leftRegion .topImgDiv .bottomTitle {
	text-align: center;
}

.notebook_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/notebook/00.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.notebook_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.notebook_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.notebook_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.notebook_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.notebook_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.notebook_page #long {
	padding-bottom: 50px;
}
.contribution_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/contribution/00.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.contribution_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.contribution_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contribution_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.contribution_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.contribution_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.contribution_page #long {
	padding-bottom: 50px;
}

.attribution_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4890/wiki/images/attribution/00.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.attribution_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
}

.attribution_page .top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.attribution_page .toph1 {
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'proxima_nova_rgbold';
	animation: 1.5s ease-in-out infinite alternate;
	transition-duration: 1.2s;
	font-size: 10vh;
	height: 35vh;
	width: 100vw;
}

.attribution_page #div1 h1:hover {
	color: #f26b60;
	animation: none;
}

.attribution_page .active {
	background-color: rgba(0, 0, 0, 0.125);
	color: #000;
}
.attribution_page #long {
	padding-bottom: 50px;
}
