@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: 4px;
	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: 35px;
	text-transform: none;
	padding: 8px 0;
}
p { 
	color: #535D71;
	font-family: 'Patrick Hand', cursive;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-top: 10px
}
ol {
	color: #535D71;
	font-family: 'Patrick Hand', cursive;	
	margin-left: 40px;
	margin-bottom: 30px;
	margin-top: 10px;
}
ul {
	color: #535D71;
	font-family: 'Patrick Hand', cursive;
	margin-left: 40px;
	margin-bottom: 30px;
	margin-top: 10px;
	
}
li {
	color: #535D71;
	font-family: 'Patrick Hand', cursive;
	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
}
h3 {
	background-color: #E2C2C2;
	color: #F6EFE2;
	text-align: left;
	font-family: 'Amatic SC', cursive;
	font-size: 35px;
	text-transform: none;
	padding: 8px;
}
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;
	font-family: 'Patrick Hand', cursive;}

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

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

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

.gallery {
	margin: 10px;
}