
/*
Maurice Ford
Homepage Style Sheet


*/



header {
	font-family: Garamond, Courier, sans-serif;
	display: block;
	width: 95%;
	margin: 5px auto;
}


header img {
	height: 280px;
	width: 68%;
	float: right;
	margin-left: -2%;
	border: 5px solid black;
	border-radius: 20px;
}

div.navbarname {
	color: #006600;
	float: left;
	width: 31%;
	border-radius: 25px;
	margin-top: 40px;
	background-color: white;
	border: 5px solid black;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

header h1 {
	font-size: 2.6em;
	text-align: center;
}



nav {
	float: center;
	width: 100%;
	margin: 10px 1% 10px 1%;
}

nav li {
	float: left; list-style-type: none;
			display: block;

	margin-left: 1%;
	margin-bottom: 5px;

}

nav li a {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 30px;
	text-align: center;
	color: white;
	font-size: 1.1em;
	border-radius: 30px;
	background-color: #006600;
}

li a:hover {
	background-color: black;
}


body {
	font-family: Garamond, Geneva, sans-serif;
	background-color: #C8C8C8;
	background-size: cover;
	min-width: 900px;
	max-width: 1600px;
	}
	
article {
	width: 50%;
	height: 30%;
	overflow: scroll;
	height: 250px;
	float: left;
	font-size: 1.2em;
	color: #006600;
	margin-left: 8%;
	margin-top: 4%;
	text-align: left;
	padding-left: 15px;
	background-color:white;
	border: 5px solid black;
	border-radius: 10px;

}
article2 {
	width: 50%;
	height: 30%;
	overflow: scroll;
	height: 200px;
	float: right;
	font-size: 1.2em;
	color: #006600;
	margin-right: 23%;
	margin-top: 4%;
	text-align: center;
	background-color:#C8C8C8;
	border: 5px solid black;
	border-radius: 10px;

}
article h1 {
	font-size: 2em;
	text-align: left;
	font-style: bold;
}
body h2 {
	text-align: center;
	}
body h3 {

	text-align: bottom center;
	}
#pics img{
	float: right;
	width: 12%;
	margin-top: 3%;
	margin-right: 10%;


}

#pics2 img{
	float: center;
	width: 20%;
	border: 5px solid black;
	border-radius: 10px;
	margin-top: 3%;
	margin-left: 40%;


}


#bucksvideo iframe {

	float: right;
	margin-right: 30%;

	border: 5px solid black;
}




hr {
	float: left;
}

footer {
	background-color: #006600;
	color:white;
	text-align: center;
	margin-top: 10px;
	margin-right: 20%;
	margin-bottom: 15px;
	letter-spacing: 1px;
	float: right;
	position: bottom;
	min-width: 900px;
	max-width: 1000px;
	
	}