body {
	;
	}
#banner {
	width: 100%;
	height:50%;
	text-align:center;
	background-image: linear-gradient(to bottom, rgb(87,173,227), white)
	
	
}

h1 {
	font:Arial;
	text-align:center;
}

#logo
{
	width:50%;
	text-align:center;
}
.menu {
	
	height:5%;
	width:50%;
	float: right;
	background-color:black;
	color:white;
}