body {
	background-color: #000000;
}

.toplink {
font-family: Garamond, Georgia;
	font-size: 14px;
	padding: 5px;
	color: #ffffff;
	cursor: pointer;
	background-color: #000000;
} 
.text {
  font-family: Garamond, Georgia;
	text-align: center;
	padding-left: 80px;
	padding-right: 80px;
	color: #ffffff;
	position: relative;

}
.startnav{
background-color: #ffffff;
	font-family: Georgia, Garamond;
	padding: 15px 32px;
	margin: auto;
	text-align: center;
	font-size: 30px;
	border: 3px solid black;
	float: center;
	display: block;
	width: 80%;
	cursor: pointer;
}
.startnav:active {
	background-color: #000000;
	border: 3px solid white;
	color: white;
}
.homenav {
background-color: #000000;
color: white;
	margin-top: 30px;
	font-family: Georgia, Garamond;
	padding: 15px 32px;
	text-align: center;
	font-size: 30px;
	border: 3px solid white;
	display: block;
	width: 40%;
	cursor: pointer;
}
.homenav:active {
	background-color: #ffffff;
	border: 3px solid black;
	color: black;
}  
.backnav {
background-color: #ffffff;
color: black;
	margin-top: 30px;
	font-family: Georgia, Garamond;
	padding: 15px 32px;
	text-align: center;
	font-size: 30px;
	border: 3px solid black;
	display: block;
	width: 40%;
	cursor: pointer;
}
.backnav:active {
	background-color: #000000;
	border: 3px solid white;
	color: black;
}  
body { 
	opacity: 0;
	animation: fadeIn 4s forwards;
}
	@keyframes fadeIn {
		to {
		opacity: 1;
	}
}
.logo {
	width:15%;
	align-content: right;
	display: block;
	position: fixed;
	right: 50px;
	top: 10px;
	z-index: 30;
}
.flexbox {
	display: flexbox;
	flex-direction: row;
	flex-wrap: wrap;
	position: fixed;
	background-color: #000000;
	margin-left: 0px;
	z-index: 29;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	width: 100%;
	top: 0px;
}
.volume {
	background-image: url("backchain.png"); height: 65px;
	text-align: left;
	padding-left: 130px;
	padding-top: 10px;
	color: #ffffff;
	position: relative;
	z-index: 28;
	font-size: 40px;
	position: relative;
	margin-bottom: 20px;
	display: block;
	text-shadow: 4px -4px black, -4px 4px black;
	font-family: Garamond, Georgia;
}
.chaptertxt {
	font-family: Garamond, Georgia;
	font-size: 30px;
	color: #ffffff;
	display: block;
	margin-left: 100px;
	position: relative;

}
a:visited {
	color: darkgrey;
}
.page{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}