@font-face {
	font-family: Alcubierre;
	src: url('https://static.igem.wiki/teams/4256/wiki/wiki-assets/alcubierre.otf');
}

@font-face {
	font-family: Kano;
	src: url("https://static.igem.wiki/teams/4256/wiki/wiki-assets/kano.otf");
}

@font-face {
	font-family: Montserrat-Light;
	src: url("https://static.igem.wiki/teams/4256/wiki/wiki-assets/montserrat-light.otf");
}


* {
	margin: 0;
	padding: 0;
}

html,
body {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	overflow-y: scroll;
	border-top: white 1px thin;
}

.footer {
	height: 10vh;
	display: block;
	position: fixed;
	background-color: #816d66;
	bottom: 0;
	width: 100%;
}

.progress_bar {
	height: 100vh;
	margin-left: 0;
	width: 12.5vw;
	z-index: -999;
	float: left;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8;
}

.banner {
	height: auto;
	width: 100vw;
	margin-top: 11vh;
	z-index: 5;
	position: absolute;
}

.banner_title {
	text-align: center;
	vertical-align: middle;
	font-family: Alcubierre;
	font-weight: bold;
	user-select: none;
	letter-spacing: 5px;
}

.main_bg {
	margin-top: 31vh;
	height: inherit;
	margin-left: 12.5vw;
	width: 83.3vw;
	background-color: #f5ead9;
	position: absolute;
}


.chapter_control {
	position: relative;
	top: -10vh;
}

.chapter_title {
	position: relative;
	display: none;
}

.return_top {
	margin-top: 80vh;
	margin-left: 96vw;
	width: 32px;
	height: 32px;
	position: fixed;
	background-image: url(https://static.igem.wiki/teams/4256/wiki/wiki-assets/arrtop.png);
	background-size: contain;
	cursor: pointer;
	background-repeat: no-repeat;
}

.chapters {
	line-height: 120%;
	padding: 0px 40px;
	margin-bottom: 80px;
}

.chapters:first-child{
	padding-top: 20px;
}

.chapters:last-child{
	margin-bottom: 120px;
}

table {
	border-collapse: collapse;
	margin: 10px auto;
	max-width: 100%;
}

table tr th {
	border: solid 1px rgb(190, 206, 184);
	height: 30px;
	width: auto;
	max-width: 45vw;
	background-color: rgb(224, 240, 221);
	padding: 0.2em 0.8em;
}

table tr td {
	border: solid 1px rgb(199, 200, 183);
	height: 30px;
	text-align: center;
	padding: 0.2em 0.8em;
}

h1 {
	font-family: Kano;
	font-size: 32px;
	font-weight: bold;
	line-height: 150%;
}

h2 {
	font-family: Alcubierre;
	font-size: 25px;
	font-weight: bolder;
	line-height: 150%;
	letter-spacing: 2px;
	text-indent: 10px;
	margin-top: 1em;
}

h3 {
	font-family: Montserrat-Light;
	font-size: 19px;
	line-height: 150%;
	text-indent: 25px;
	text-align: justify;
	letter-spacing: 0.5px;
	margin: 10px 0;
	font-weight: lighter;
}

.legend {
	font-family: Candara;
	font-size: 18px;
	color: #3B3838;
	text-align: center;
	line-height: 110%;
}

.banner::before {
    position: absolute;
    font-family: Alcubierre;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 15px;
    text-align: center;
	color: white;
	font-size: 7em;
}

.main_bg img{
	margin: 10px 15%;
	width: 70%;
	height: auto;
}

blockquote{
	font-weight: bold;
	color:#000000;
	font-family: Montserrat-Light;
	font-size: 19px;
	line-height: 150%;
	text-align: justify;
	letter-spacing: 0.5px;
	margin: 10px 0;
	background-color: rgb(255, 255, 245);
	border-radius: 0 20px 20px 0;
	padding: 1vh 3vw;
	border-left: #caa177 1.2vw solid;
}
