@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Boogaloo|Nothing+You+Could+Do');

* {
	margin-left: auto; 
	margin-right: auto; 
}

body {
	background-color:#F2E4C1;
}

header {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	width: 960px; 
	text-align: center;
	background-color: #fff;
	position: inherit;
	margin-right: auto;
	margin-left: auto;
}

.image {
	margin-left: auto;
	margin-right: auto;
	vertical-align: center;
}

img {
	align: center; 
	padding-bottom: 10px; 
}

nav {
	background-color: #68A28F;
	margin: auto;
	text-align: center;
	font-family: helvetica;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 960px;
}

nav ul {
	display: block;
	align: center; 
	font-size: 16px;
	text-decoration: none;
	padding: 20px 100px;
}

nav li {
	display: inline-block;
	margin-bottom: 0;
	text-align: center; 
	text-decoration: none;
}

nav a:link {
	color:#FFFFFF;
}

nav a:hover {
	color: #F2E4C1;
}

nav a:visited {
	color: #F2E4C1;
}

main {
	padding: 20px 30px;
}

h1, h2, h3 {
	font-family: 'Boogaloo', cursive;
}

h1 {
	color: #604C39;
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: left;
}

h2 {
	color: #E0412E;
	font-size: 30px;
	margin-bottom: 10px;
}

h3 {
	color: #68A28F;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 16px;
	font-weight: bold;
	text-align: left; 
}

.button {
	padding: 10px 20px;
	background-color: #E0412E;
	color: #fff;
	cursor: pointer;
	text-shadow: 2px 2px gray;
	align: right;
	
}

a.button {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
 	padding: 10px 20px; 
}

footer {
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
	padding: 20px;
}

table {
	width: auto; 
	height: auto;
	margin-left: auto; 
	margin-right: auto;
	text-align: center; 
	border: 1px #3F2860 inset;
	border-collapse: collapse; 
	margin-bottom: 1em;
}

#table {
	width: auto; 
	height: auto; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	border: 1px #3F2860 solid; 
	border-collapse: collapse; 
	margin-bottom: 1em; 
}

caption {
	background-color: #68A28F; 
	margin: 1em; 
	font-weight: bold; 
	font-color: #FFF; 
	font-size: 125%; 
}

th {
	background-color: #68A28F;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	font-size: 16px;
}

th, td {
	padding: 10px 20px;
	border: 1px;
}

td {
	font-size: 14px;
}

ul {
	list-style-position: inside;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

li {
	margin-bottom: 12px;
}

th td tr {
	align: center; 
	box-sizing: border-box; 
}

th {
	text-transform: uppercase;	
}

#center {
	position: absolute;
	top: 40px;
	right: auto;
	left: auto;
}

.center {
	vertical-align: center;
}

.float {
	float: right;
}

.floatright {
	float: right;
}

.floats {
	float: right;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	text-align: right;
	margin-left: 20px;
}

.clear {
	clear: both;
}

.floatright {
	float: right; 
}

.floatleft {
	float: left; 
}

.signature {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 32px;
}
