@charset "UTF-8";
/* CSS Document */
body {
	background-color:azure;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #fff;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: aliceblue;
}
h1 {
	background-color:lightsteelblue;
	color: aliceblue;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 34px;
	text-transform: uppercase;
	text-align:center;
	padding: 16px 0;
	background: -webkit-linear-gradient(#8fb8ca, #b7d1d3);
	
}
h2{ background-color: lavenderblush;
	color: white;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
h3 {
	background-color:lavender;
	color:white;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 2px dotted #e9d3ff;
}
nav p {
	font-weight: 100;
	display: inline;
	text-align: center;
	align: center;
	
}
footer {
	text-align: center;
}
.feature {
	color: #000;
	line-height: 30%;
}
.feature-box {
	width: 800px;
	background-color: #f3eaaf;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888;
	
}
img {
	padding:10px;
	background-color: fff;
	border: 2px dotted #d3d3d3;
}
.align-left{
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
.align-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.flex-container {
	display: flex;
}
.image-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
section {
	width: 65%;
}
label {
	float: left;
	display: block;
	font-weight: bold;
	align-text: right;
	width: 120px;
	padding-right: 12px;
}
.submitbtn {
	background-color: lavenderblush;
	color: #fff;
	border-radius: 5px;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 132px;
	
}