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

* {
	font-family: Arial;
}

header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

body {
	background-color: #90D6A0;
}

#wrapper {
	background-color: #D6C390;
	border: 2px black double;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

img {
	margin-right: 20px;
}

nav {
	background-color: #90A3D6;
	margin-right: auto;
	margin-left: auto;
	padding: 6px 0;
	text-align: center;
	font-size: 20px;
	
}

nav ul {
	display: block;
}

nav li {
	display: inline-block; 
}

nav p {
	text-align: center;
}

nav a {
	margin-left: 35px;
	margin-right: 35px;
	text-decoration: underline;

}

nav a:link {
	color: black;
}

nav a:hover {
	color: white;  
}

nav a:visited {
	color: lightgray;
}

main {
	padding: 20px;
	overflow: hidden;
}

section {
	width: 60%;
	float: left;
}

aside {
	width: 35%;
	float: right;
}

p {
	font-size: 14px;
	line-height: 1.25;
}

section p {
	margin-left: 20px;
}

h1 {
	font-size: 24px;
	text-align: center;
	text-decoration: underline;
}

h2 {
	font-size: 20px;
}


footer {
	background-color: #90A3D6; 
	text-align: center;
	clear: both;
}

a.button {
	color: #FFF;
	background-color: #D690C6;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	align: center;
	clear: both;
	padding: 10px 20px;
	cursor: pointer;
	box-shadow: 2px 2px 2px 2px gray;
	border-radius: 4px;
	
}

#mc_embed_signup .button {
	color: #FFF !important;
	background-color: #D690C6 !important;
	font-weight: bold !important;
	text-decoration: none !important;
	font-size: 16px !important;
	align: center !important;
	clear: both !important;
	padding: 10px 20px !important;
	cursor: pointer !important;
	box-shadow: 2px 2px 2px 2px gray !important;
	border-radius: 4px !important;
	line-height: 0 !important;
}

.feature {
	text-decoration: bold;
	font-size: 18px;
	text-align: center;
	font-family: Georgia;
}

.clear {
	clear: both;
}

.center {
	clear: both;
	text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*Mailchimp CSS */

