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

th,
td {
	border: 1px solid #000;
	padding: 8px;
	text-align: left;
}
.table_center th,
td {
	text-align-last: center;
}

.left-aligned {
	margin-left: auto;
}
.bg-dark {
	background: linear-gradient(to right, #c0faa6, #7a97fc) !important;
}

.footer {
	background: linear-gradient(to right, #c0faa6, #446afb) !important;
	padding: 50px 0;
}
.footer img {
	height: 150px;
	display: inline-block;
	margin-right: 100px;
}
.footer .img_flex {
	justify-content: flex-end;
}
.flex {
	display: flex;
}

.page_bg {
	background: linear-gradient(to bottom, #e5fddc, #7a97fc);
	padding-bottom: 50px;
}

.home_page {
	position: relative;
}
.home_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4887/wiki/images/home/02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.home_page .main__div {
	height: 100vh;
	width: 100%;
	position: static;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

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

.page_bg .top h1 {
	margin-left: 100px;
	color: #fff;
	font-weight: bold;
	font-size: 48px;
}
.page_bg .top h1:hover {
	color: #f26b60;
	animation: none;
}

.page_bg .top h2 {
	color: #fff;
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 100px;
	margin-left: 100px;
}
.page_bg .top h2:hover {
	color: #f26b60;
	animation: none;
}
.page_bg .content {
	display: flex;
	padding: 50px 0;
}
.page_bg .content .text {
	font-size: 24px;
	line-height: 1.5;
}
.page_bg .tip {
	font-size: 18px;
	line-height: 1.5;
}

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

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

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

.team_page .type1 {
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 8%;
}

.team_page .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.team_page .flex-col {
	flex-direction: column;
}
.team_page .flex-center {
	justify-content: center;
	align-items: center;
}
.team_page .flex-align {
	align-items: center;
}

.team_page .index {
	flex: 1;
}
.team_page .teams {
	flex: 3;
}

.team_page .teams section {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.team_page .hint {
	margin-bottom: 2rem;
}
.team_page .hint p {
	background-color: #8a5e69;
	color: #fff;
	padding: 10px 50px;
}
.team_page .cell {
	width: 15vw;
	margin: 2.2rem;
}

.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;
}
.team_page .card-back {
	transform: rotateY(180deg);
	background-color: #d9d9d9;
	background-color: rgba(217, 217, 217, 0.1);
	padding: 1rem;
	max-height: 18vw;
	overflow: scroll;
}
.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%;
}
.team_page .cell .card-intro {
	margin-top: 1rem;
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
}
.team_page .cell .card-intro2 {
	text-align: center;
	font-weight: bold;
}

.team_page .index {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.team_page .index .goto {
	background-color: #cfe1ea;
	color: #8a5e69;
	padding: 1rem 2rem 5rem;
	text-align: center;
	position: sticky;
	top: 10rem;
	bottom: 10rem;
}
.team_page .index .goto h2 {
	font-weight: bold;
	font-size: 1.5rem;
}
.team_page .index .goto div {
	padding: 3rem 0;
}
.team_page .index .goto div:hover {
	cursor: pointer;
}
.team_page .bg {
	background: linear-gradient(to bottom, #e5fddc, #7a97fc);
}

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

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

.team_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;
}

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

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

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

.enigneering_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;
}

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

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

.safety_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4887/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;
}

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

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

.protocols_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;
}

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

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

.description_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4887/wiki/images/description/00.jpg');
	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;
}

.design_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4887/wiki/images/design/00.jpg');
	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;
}

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

.human_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4887/wiki/images/human/00.jpg');
	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;
}

.sustainable_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4887/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/4887/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;
}

.notebook_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4887/wiki/images/notebook/00.jpg');
	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;
}

.education_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4887/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;
}

.contribution_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4887/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;
}

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

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

.entrepreneurship_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;
}

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

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

.attribution_page #div1 {
	background-image: url('https://static.igem.wiki/teams/4887/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;
}

/* 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;
}
