/*site.css*/
header {
	
	text-align: center;
	font-size: 18pt;
	background-size: cover;                   
    background-color: lightgray;
    border: solid 2px black;
    width: 100%;
    position: fixed;
}


body {
	background-image: url("background.jpg");
	margin: 0;
	padding: 0;	
}

footer {
	text-align: center;
	border-radius: 5px;
	background-color: lightgray;
	position: relative;
	margin-top:400px;
}

h1 {
  font-size: 60px;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  color: #00539F;
  text-shadow: 3px 3px 1px black;
}


.banner {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	height: 150px;
  	width: 850px;
  	border: solid 5px #cc0000;
  	object-position: fixed;
  }

  .spacer {
	height:15em;
}

.container1 {
  	width: 989px;
  	background-color: white;
  	box-shadow: 5px 5px 20px #000;
  	border: solid 3px;
  	font-size: 15pt;
  	padding: 20px;
  	margin: 200px auto;
  	margin-top: auto;
  	margin-bottom: 7px;
   }

.container2 {
  	width: 989px;
  	background-color: lightgray;
  	box-shadow: 5px 5px 20px #000;
  	border: solid 3px;
  	font-size: 15pt;
  	margin: auto;
  	padding-bottom: 100px;
  	margin-bottom: 200px;
  	padding: 15px;
  	
   }

.container3 {
  	width: 989px;
  	background-color: lightgray;
  	box-shadow: 5px 5px 20px #000;
  	border: solid 3px;
  	font-size: 15pt;
  	margin: auto;
  	padding-bottom: 100px;
  	margin-bottom: 15em;
   }

  .container5{
  	width: 989px;
  	background-color: white;
  	box-shadow: 5px 5px 20px #000;
  	border: solid 3px;
  	font-size: 15pt;
  	padding: 20px;
  	margin: 200px auto;
  	margin-top: auto;
  	margin-bottom: 7px;

  }

  .container6 {
  	width: 989px;
  	background-color: lightgray;
  	box-shadow: 5px 5px 20px #000;
  	border: solid 3px;
  	font-size: 15pt;
  	margin: auto;
  	padding-bottom: 100px;
  	margin-bottom: 5px;
  	padding: 20px;

  }

  .container7 {
  	width: 989px;
  	background-color: white;
  	box-shadow: 5px 5px 20px #000;
  	border: solid 3px;
  	font-size: 15pt;
  	margin: auto;
  	padding-bottom: 100px;
  	margin-bottom: 5px;
  	padding: 15px;
  }

    .container8 {
  	width: 989px;
  	background-color: lightgray;
  	box-shadow: 5px 5px 20px #000;
  	border: solid 3px;
  	font-size: 15pt;
  	margin: auto;
  	padding-bottom: 100px;
  	margin-bottom: 5px;
  	padding: 20px;

  }

.picture1 {
	float: right;
	width: 320px;
	height: auto;
	border: 1px solid #000;
}

.picture2 {
	width: 320px;
	height: auto;
	border: 1px solid #000;

}

.picture4 {
	box-shadow: 5px 5px 20px red;

}

.picture5 {
	width: 320px;
	height: auto;
	border: 1px solid #000;
}

table, tr, td, th {
	border: 1px solid #000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	box-shadow: 5px 5px 20px red;
	margin-bottom: 25px;
}

td, th {
	padding:10px;
}

.picture6 {
	border: 3px solid #000;
}


.bordered-image {
	border: solid 1px;
	border-radius: 5px;
	margin: 20px 5px;
	padding: 10px;
}


.simple-form input [type = text],
.simple-form select,
.simple-form input [type = password],	
.simple-form textarea {
	width: 200px;

}

.simple-form input[type = submit] {
	background-color: green;
	color: white;
	border-radius: 15px;
	padding: 3px;
	margin-top: 5px;
}







