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

body {
	background-image: url("images/background-image.jpg")
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #E6E5C7;
	padding: 10px 10px;
	border: #0E324D;
	border-width: 3px;
	border-style: solid;
	
}

nav {
	text-align:center;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #5789A4;
	font-size: 25px;
}

a {
	color: #0E324D;
	text-decoration: none;
	font-family: 'Patrick Hand', cursive;
}
h1{
	font-family: 'Patrick Hand', cursive;
	color: #0E324D;
	font-size: 35px;
}

h2{
	font-family: 'Patrick Hand', cursive;
	color: #0E324D;
	font-size: 50px;
	text-align: center;
}

h3{
	font-family: 'Patrick Hand', cursive;
	color: #0E324D;
	font-size: 35px;
	text-align: center;
}

p {
	font-family: 'Patrick Hand', cursive;
	color: #0E324D;
	font-size: 20px;
}

ul {
	color: #0E324D;
	font-family: 'Patrick Hand', cursive;
	font-size: 20px;
	margin-left: 40px;
	margin-bottom: 30px;
	margin-top: 10px;
	
}
li {
	color: #0E324D;
	font-family: 'Patrick Hand', cursive;
	font-size: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: disc;
	list-style-position: inside;	
}
ul li {
	list-style-type: disc;
	list-style-position: inside;
}

footer {
	text-align:center;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #5789A4;
}

label {
	float: left;
	display: block;
	font-weight: bold;
	text-align: right;
	width: 120px;
	padding-right: 12px;	
}

.submit-button {
	background-color: #5789A4;
	color: #0E324D;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-left: 132px;
	cursor: pointer;
	font-family: 'Patrick Hand', cursive;
	font-size: 15px;	
}

.submit-button:hover {
	background-color: #0E324D;
	color: #5789A4;
}

.signup-button {
	background-color: #5789A4;
	color: #0E324D;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-left: 132px;
	cursor: pointer;
	font-family: 'Patrick Hand', cursive;
	font-size: 30px;	
}

.signup-button:hover {
	background-color: #0E324D;
	color: #5789A4;
}

.feature-box1 {
	width: 520px;
	background-color: #FEFDF3;
	padding: 10px;
	margin: 0 auto 20px;
	margin-top: 0px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888; 
	float: left;
	margin-right: 24px;
	margin-left: 15px;
}

.feature-box2 {
	width: 905px;
	background-color:#FEFDF3;
	padding: 10px;
	margin: 0 auto 20px;
	margin-top: 0px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888; 
	margin-right: 24px;
	margin-left: 15px
}

.feature-box3 {
	width: 420px;
	background-color: #FEFDF3;
	padding: 10px;
	margin: 0 auto 20px;
	margin-top: 15px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888; 
	float: left;
	margin-right: 2px;
	margin-left: 24px;
}

.feature-box4 {
	width: 420px;
	background-color: #FEFDF3;
	padding: 10px;
	margin: 0 auto 20px;
	margin-top: 15px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888; 
	float: right;
	margin-right: 24px;
	margin-left: 2px;
}

.feature-box5 {
	width: 380px;
	background-color: #FEFDF3;
	padding: 10px;
	margin: 0 auto 20px;
	margin-top: 0px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888; 
	float: right;
	margin-right: 0px;
	margin-left: 2px;
}

.align-right {
	margin-left: 20px;
	padding-right: 0px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.right {
	float: right;
}

.container {
	display: flex;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img1 {
	margin-left: 24px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.img2 {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}

.clear {
	clear: both;
}