/*
Name: Dustin Stroud
Date: 5/28/16
*/

header {
	text-align: center;
}

body {
	background-image: url("background.jpg");
}

nav.horizontal {
   margin-top: -3px;
}

nav.horizontal ul {
   height: 20px;
   background-color: orange;
}

nav.horizontal ul li {
   padding: 0px;
   float: left; 
   width: 20%; 
   line-height: 20px;
   height: 20px; 
}

nav.horizontal ul li a {
   display: block; 
   text-align: center;
   width: 100%; 
   font-size: 10px; 
   text-decoration: none; 
   color: white;
}

div.left {
	border: 4px solid white;
	background-color: orange;
	padding: 10px;
	width: 28%;
	text-align: center;
	float: left;
	margin-left: 2%;
}

form label.text {
	float: left;
	width: 27%;
	margin-bottom: 5px;
}

form input[type=text] {
	width: 70%;
	margin-bottom: 5px;
}
label.first {
	float: left;
	width: 27%;
	margin-bottom: 5px;
	margin-top: 5px;
}

input.first {
	width: 70%;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.mid {
	border: 4px solid white;
	background-color: orange;
	padding: 10px;
	text-align: center;
	float: left;
	margin-left: 3.5%;
	width: 28%;
}

div.right {
	border: 4px solid white;
	background-color: orange;
	padding: 10px;
	text-align: center;
	width: 28%;
	float: right;
	margin-right: 2%;
	display: inline;
}

video {
	width: 90%;
}

p.green {
	color: green;
	font-variant: small-caps
	
}

p.blue {
	color: blue;
	font-family: Lucida Console;
}

ol {
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
}