/*PAGE STYLES*/
body {
	font-family: Times New Roman, serif;
	background: url('../assets/whiteflower.png') #000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.container {
	max-width: 980px;
	margin: 0 auto;
	border: solid 1px;
	background-color: rgba(255,255,255,0.75);
}

header {
	background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(255,255,255,0.15));
	padding: 5px;
	padding-left: 15px;
}

.content {
	max-width: 80%;
	height: 500px;
	padding-left: 10px;
	 
}

.below {
	display: none;
}

article {
	float: left;
	margin-left: 10px;
	padding-top: 25px;
}

article p {
	margin: 0 auto;
	padding: 10px;
}

article ul {
	list-style: none;
	line-height: 200%;
}

footer {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	background: rgba(0,0,0,0.4);
}

/*HORIZONTAL NAVBAR STYLES*/
/*.h {
	margin-bottom: 10px;
	margin-top: 0px;
}

.h ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.h ul:after {
	/*content: "";
	clear: both; 
	display: block;
}

.h ul ul li {
	float: left;
	display: block;
}

.h li {
	width: 20%;
	float: left;
}

.h a {
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	border: solid 1px;
	color: #000;
}

.h ul ul {
	display: none;
	position: absolute;
	top: 30px;
		
}

.h ul li {
	float: left;
	display: block;	
}

.h ul li a {
	display: block;
	text-decoration: none;
}

.h ul li:hover > ul {
	display: block;
}

.h a:hover {
	background-color: rgba(0,0,0,0.1);
	color: #fff;
}

#spacer{
	clear: both;
}
	
*/




