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

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


body 
{
	background-color:#F2E4C1;
}

header 
{
	text-align: center;
	margin-bottom: 20px;
}

#wrapper 
{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}

nav 
{
	background-color:#68A28F;
	margin: 0px;
	padding: 8px;
	text-align: center;
	font-family: Arial Helvetica sans-serif;
	
}

nav ul 
{
	display: block;
	margin-left: 0;
	font-size: 16px;
}

nav li 
{
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 0;
	color: #fff;
}

nav a:hover
{
	color: #F2E4C1;
}

nav a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

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;
	text-align: left;
}

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;
	text-align: left;
}

button 
{
	/* position: absolute; is correct. 
    What else needs fixing to get the button in the correct location? */
    position: absolute;
	right:30px;
	top:30px;
	padding: 10px 20px;
	background-color: #e0412e;
	margin-right: 200px;
	margin-top: 220px;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px grey;
	border: none;
}

button a 
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	border-radius: 10px;

}

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

table 
{
	border-collapse: collapse;
	border: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

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;
	border: dotted;
	border-color: #68A28F;
}

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

li 
{
	margin-bottom: 12px;
	text-align: left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

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

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

.clear 
{
	clear: both;
}

.column 
{
	margin-left: 20px;

}

.flex-container 
{
	display: block;
	justify-content: space-between;
}

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

section
{
	width: 25%;
}

.heading-2-index
{
	margin-top: 55px;
}