html {
	background-color: #060613;
	background-color: black;
	color: white;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	width: 100%;
	height: 100%;
	display: flex;
	margin: 0px;
/*	flex-direction:column;	*/
	align-content: space-around;
	flex-wrap: wrap;
}

header {
	height: 10%;
	width: 90%;
	padding: 2.5%;
	display: flex;
	flex-flow: row;
	align-content: space-around;
	flex-wrap: wrap;
	justify-content: space-between;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: black;
	background-color: white;
}

#nav {
	height: 100%;
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

#nav div {
	margin: auto;
	
}

#nav div a {
	padding: 1em;
	
}

#title {
	font-size: 200%;
}

/*
#video {
	background-image: url("png/000210.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
*/