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

body {
	background-color: #F6EFE2;
	background-image: url("images/background.jpeg");
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #F6EFE2;
	padding: 10px 20px;
	border-width: 5px;
	border-style: dotted;
	border-color: #9A9A9A;
}

h1 {
	background-color: #ECC270;
	color: #F6EFE2;
	font-family: 'Amatic SC', cursive;
	font-size: 50px;
	text-transform: none;
	text-align: center;
	padding: 12px 0;
	background: -webkit-linear-gradient(#ECC270, #a57c3c);
	background: -o-linear-gradient(#ECC270, #a57c3c);
	background: -moz-linear-gradient(#ECC270, #a57c3c);
	background: linear-gradient(#ECC270, #a57c3c);
}
h2 {
	background-color: #9FBFCA;
	color: #F6EFE2;
	text-align:center;
	font-family: 'Amatic SC', cursive;
	font-size: 40px;
	text-transform: none;
	padding: 8px 0;
	margin-bottom: 10px;
}
p { 
	color: #535D71;
	font-family: 'Patrick Hand', cursive;
	font-size: 20px;
	margin-bottom: 30px;
}
ol {
	color: #535D71;
	font-family: 'Patrick Hand', cursive;	
	font-size: 20px;
	margin-left: 40px;
	margin-bottom: 30px;
	margin-top: 10px;
}
ul {
	color: #535D71;
	font-family: 'Patrick Hand', cursive;
	font-size: 20px;
	margin-left: 40px;
	margin-bottom: 30px;
	margin-top: 10px;
	
}
li {
	color: #535D71;
	font-family: 'Patrick Hand', cursive;
	font-size: 20px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: disc;
	list-style-position: inside;	
}
ul li {
	list-style-type: disc;
	list-style-position: inside
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
h3 {
	background-color: #E2C2C2;
	color: #F6EFE2;
	text-align: left;
	font-family: 'Amatic SC', cursive;
	font-size: 40px;
	text-transform: none;
	padding: 8px;
	margin-bottom: 10px;
}
footer {
	text-align:center;
	font-family: 'Patrick Hand', cursive;
}

nav p {
	font-weight: bold;
	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;	 
}

nav {
	text-align:center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Patrick Hand', cursive;
	font-size: 20px;
}

.feature {
	color: #6D7688;
	line-height: 100%;
	

}

.feature-box {
	width: 30%;
	background-color: #FDFCFA;
	padding: 10px;
	margin: 0 auto 20px;
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888; 
}

img {
	padding: 10px;
	background-color: #F6EFE2;
	border: 2px solid #9FBFCA;
	
}

.gallery {
	margin: 10px;
}

.align-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.align-right {
	float: right;
	margin-left: 10px;
	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;
	text-align: right;
	width: 120px;
	padding-right: 12px;
}

.submit-button {
	background-color: #E2C2C2;
	color: #F6EFE2;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-left: 132px;
	cursor: pointer;
	
}

.submit-button:hover {
	background-color: #9FBFCA;
}