/***********************************
GENERAL
CSS to test Colour pallets and fonts
************************************/
body {
	background-color: black;
	color: white; 
	Text-align: center;
}
header {
	position: relative;
	clear: both;
}
header li {
	display: inline-block;
	margin: 3%;
}
	
#logo {
	height: 12vw;
}
#title {
	height: 8vw;
}
#ServerType {
	height: 12vw;
}
nav {
	clear: both;
	position:relative;
}
nav img {
	background: rgba(10, 10, 10, 0.6);
	margin: 2%;
	padding: 50px;
	border-radius: 50px;
	max-height: 65px;
}
main div {
	width: 250px;
	display: inline-block;
}
footer {
	position: relative;
}
footer img {
	width: 25%;
}
ol,ul {
	list-style:none;
}