body {
	background-color: #404040;
	color: #B8860B;
	align-content: auto;
	margin: 5%;
	accent-color: #FFD700;
}
header {
	background-color: #EEEEEE;
	display: flex;
	flex-wrap: wrap;
	margin: 5%;
	align-content: auto;
	border-radius: 5px;
}
a {
	color: #B8860B;
}
.topnav {
	align-self: center;
	margin-right: 20px;
	margin-left: 20px;
}
.logo {
	margin: 10px;
	max-height: 100px;
	margin-right: 100px;
	margin-bottom: 20px;
	max-width: fit-content;
}
h1 {
	font-size: 300%;
}
.bios {
	display: flex;
	flex-wrap: wrap;
}
.bodybox {
	background-color: #202020;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
}
.bio {
	background-color: #202020;
	max-width: 17rem;
	min-width: 17rem;
	max-height: 20rem;
	min-height: 20rem;
	padding: 10px;
	margin: 10px;
	align-self: center;
	border-radius: 5px;
}
.bioimg {
	min-height: 100px;
	max-height: 100px;
	margin-right: 33%;
	margin-left: 33%;
	border-radius: 5px;
}
video {
	border-radius: 5px;
	margin-right: 25%;
	margin-left: 25%;
}
.general {
	max-width: 100%;
	border-radius: 5px;
}
p {
	padding: 0 2% 0 2%;
}
div.bodybox p {
	text-align: center;
}
.newsbox {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.newsitem {
	background-color: #202020;
	padding: 10px;
	margin: 10px;
	max-width: 30vw;
	min-width: fit-content;
	border-radius: 5px;
}
div.topnav a {
	color: black;
	text-decoration: none;
	padding: 20px;
}