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

@import url('https://fonts.googleapis.com/css2?family=Boogaloo&display=swap');

body {
	background-color:#F2E4C1;
	text-align: center;

}

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

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

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

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

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

nav a:hover {
	color: #F2E4C1;
	text-decoration: none
}

nav a{
	color: white;
	text-decoration: none
}

main {
	padding: 20px 30px;
}
main img{
	float: right;
	padding-left: 15px;
	
}
main h1,h2,h3 {
	font-family: 'Boogaloo', sans-serif;}

main h1 {
	color: #604c39;
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-transform: uppercase;
font-family: 'Boogaloo', sans-serif;}

main h2 {
	color: #e0412e;
	font-size: 30px;
	margin-bottom: 10px;
	font-family: 'Boogaloo', sans-serif;
}

main h3 {
	color: #68A28F;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'Boogaloo', sans-serif;

}

main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 16px;
	padding-bottom: 20px;
}

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

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

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

main table {
	border-collapse: collapse;
	border: 2px solid #68a28f;
	font-family: Arial, Helvetica, sans-serif;
}

table th {
	background-color: #68A28F;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	font-size: 16px;
		border: 2px solid #68a28f;

	
}
table th, td {
	padding: 10px 20px;
	border: 1px;
	border: 2px solid #68a28f;

}

table td {
	font-size: 15px;
	padding: 10px;
	align-content: center;
	border: 2px solid #68a28f;

}

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

main li {
	margin-bottom: 15px;
	list-style-type:square;
	

}

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

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

#clear {
	clear: both;
}

.column {
	margin-left: 20px;
	
}

.flex-container {
	display: flex;
	justify-content: space-between;
	float: left;
	margin-bottom: 30px
	
}


}

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

#about img{
	float: none;
}

