body {
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #202020;	
	display: flex;
	justify-content: center;
	margin-left: 5%;
	margin-right: 5%;
}

a.blue { color: #BBCBE6; }
a.green { color: #ABE69B; }
a.purple { color: #64466B; }

div {
	margin: 0px;
	padding: 0px;
}

div#outerbox {
	width: 1150px;
	position: relative;
	top: 100px;
	display: grid;
	grid-template-columns: 525px 525px;
	grid-gap: 10px;
	justify-content: space-around;
}

div.charblock {
	width: 510px;
	display: flex;
	align-items: flex-start;
}

div#noel_img {
	min-width: 100px;
	height: 100px;
	border: 1px solid #FFF;
	background-image: url('noel.png');
	background-repeat: no-repeat;
	background-size: 200px auto;
	background-position: -75px -10px;
}

div#celica_img {
	min-width: 100px;
	height: 100px;
	border: 1px solid #FFF;
	background-image: url('celica.png');
	background-repeat: no-repeat;
	background-size: 200px auto;
	background-position: -55px -10px;
}

div#armitage_img {
	min-width: 100px;
	height: 100px;
	border: 1px solid #FFF;
	background-image: url('armitage.jpg');
	background-repeat: no-repeat;
	background-size: 175px auto;
	background-position: -40px -10px;
}

div.bioblock {
	width: 500px;
}

.biohead {
	font-size: 16px;
	font-weight: bold;
	/* border-bottom: 1px solid #FFF; */
	padding-left: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.biotext {
	padding-left: 10px;
}

.bluegrad {
	background-image: linear-gradient(to right, rgba(73,97,136,1), rgba(73,97,136,0));	
}

.greengrad {
	background-image: linear-gradient(to right, rgba(61,108,49,1), rgba(61,108,49,0));	
}

.purplegrad {
	background-image: linear-gradient(to right, rgba(100,70,107,1), rgba(100,70,107,0));	
}

div#navbar {
	position: absolute;
	top: 0;
	left: 10%;
	border-top: 0px;
	border-right: 2px;
	border-left: 2px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #FFF;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 4px 16px 4px 16px;
	box-sizing: border-box;
}

ul {
	margin-top: 4px;
}

ul#navmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#navmenu > li {
	display: inline-block;
}

ul#navmenu > li:last-child {
	margin-right: 0px;
}

ul#navmenu > li + li:before {
	content: " \2B50 ";
	padding-right: 4px;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}
