/*external stylesheet is used for shared resources 
between all of the pages in the website*/
/*copied footer from index.html*/
#footer
{
		font-size:  20px;
		font-family:Quicksand;
		color: white;
}


/*copied footer from index.html*/
#heading
{
		text-align: center;
		background-color:white;
		color: black;
		font-size:44px;
}


#nav
{
	width:920px;
	background-color:v red;
	margin-left: auto;
	margin-right:auto;

}

#nav a

{
	background-color: black;
	color: white;
	text-decoration: none;
	font-size: 20px;
	font-weight:800px;
	display:block;
	float:left;
	width:450px;
	text-align:center;
}


	#nav a:hover
		{
		background: linear-gradient(45deg, #774ede 0%, #b064b3 25%,#e0a18d 50%, #f0eec7 75%, #ffffff 100%)
		}
	#nav .active
	{
		background-color:white;
	}

	h1
	{
		margin:0;
	}