@charset "UTF-8";

body {
	background-color: rgba(255,255,255,1);
	margin-top: 12px;
	padding-top: 0px;
	background-image:url(../images/background.png);
	background-position: top;
	background-repeat:no-repeat;
}

nav {
	height: 15%;
	margin-top: 50px;
	padding-top: 22px;
	bottom: auto;
	right: auto;
	top: auto;
	left: auto;
	opacity: 1;
	background-color: rgba(0,0,0,.7);
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 32px;
	text-align: center;
	color: rgba(222,116,42,1.00);
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: xx-large;
}

section {
	height: 50%;
}

#text {
	height: 25%;
	margin:auto;
	max-width:100%;
	max-height:100%;
}

article {
	height: 200px;
	margin-top: 30px;
	padding-left: 10%;
	width: 600px;
	padding-right: 32px;
}

footer {
	height: 20px;
	background-color: rgba(0,0,0,0.80);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color:#FF9933;
	text-align: center;
}

a:link {
	color: rgba(238,119,26,1.00);
	text-decoration:none;
}

a:visited {
	color:rgba(245,176,145,1.00);
	text-decoration:none;
	
}

a:hover {
	color:rgba(225,72,75,1.00);
	text-decoration:none;
}
