body {

	background-color: white;
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;

	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}


header {
	background-color: #6495ED;
}


footer {
	background-color: gray;
}

















h1 {
	display: flex;
	justify-content: center;
	text-align: center;
}


h4 {
	color: white;
	font-size: 25px;

}













nav {
	background-color: #6495ED;
	top: 0px;
	

}

nav ul {
	float: right;
	display: flex;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background-color: #6495ED;
	margin-left: 1px;
	margin-right: 250px;
}

nav li {
	display: inline-block;
	margin-right: 0px;
	padding: 0px;
	width: 100px;
	height: 40px;
	border-right: 1px solid #6495ED;
    text-align: center;
}

nav li a {
	text-decoration: none;
	color: white;
	font-size: 23px;
}

nav .brand {
	float: left;
	height: 100%;
	margin-left: 250px;

}

nav .brand h4 {
	margin: 0px;
	padding: 0px;
}