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

@import url('https://fonts.googleapis.com/css?family=Boogaloo');
@import url('https://fonts.adobe.com/fonts/aria-text');
@import url('https://fonts.google.com/specimen/Nothing+You+Could+Do?query=Nothing+You+Could+Do');

body {
	width:960px;
	height: 960px;
	background-color:#F2E4C1;
	margin-left: auto;
	margin-right: auto;
	
	
}

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

#wrapper {
	text-align: center;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
	align-content: center;
	
}

nav {
	background-color:#68A28F;
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	color: white;
	
	
}

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

nav li {
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 0;
}

nav a {
	color: #F2E4C1;
}

main {
	padding: 20px 30px 0px 0px;
}
h1, h2, h3 {
	font-family: 'Boogaloo', cursive;
}
h1 {
	color: #604c39;
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 3px;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Boogaloo', cursive;
}

h2 {
	color: #e0412e;
	font-size: 30px;
	margin-bottom: 10px;
	clear: left;
	padding-left: 9px;
	padding-right: 9px;
	
}

heading3 {
	color: #68A28F;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Boogaloo', cursive;
	text-align: left;
}

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

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;
	cursor: pointer;
	margin-right: 320px;
	margin-top: 260px;
	border-radius: 12px;
	border-style: none;
	

}

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

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

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

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

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


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

td {
	padding: 10px 20px;
	border: 1px;
	font-size: 14px;
}

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

li {
	margin-bottom: 12px;
}

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

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

#clear {
	clear: both;
}

#column {
	margin-left: 20px;
	display: flex;
	float: right;
	
}

.flex-container {
	display: block;
	justify-content: space-between;
	align-content: left;
	margin-right: 9px;
}
column {
	display: flex;
	margin-left: 3px;
}

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

img{
	display: block;
	margin-left: 9px;
	clear: right;
	
}

#left {
	float: left;
	margin-left: 9px;
}

#right {
	float:left;
	margin-left: 3px;
}

#alignleft {
	text-align: left;
	
}


