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

body {background-color: #F6EFE2;}
h1 {
	background-color: #ECC270;
	color: #F6EFE2;
	font-family: 'Amatic SC', cursive;
	font-size: 50px;
	text-transform: none;
	text-align: center;
}
h2 {
	background-color: #9FBFCA;
	color: #F6EFE2;
	text-align:center;
	font-family: 'Amatic SC', cursive;
	font-size: 35px;
	text-transform: none;
}
p { 
	color: #535D71;
	font-family: 'Patrick Hand', cursive;	
}
ol {
	color: #535D71;
	font-family: 'Patrick Hand', cursive;	
}
ul {
	color: #535D71;
	font-family: 'Patrick Hand', cursive;
}
h3 {
	background-color: #E2C2C2;
	color: #F6EFE2;
	text-align: left;
	font-family: 'Amatic SC', cursive;
	font-size: 35px;
	text-transform: none;	
}
footer {
	text-align:center;
	font-family: 'Patrick Hand', cursive;
}

nav p {
       font-weight: bold;
       text-align:center;
}

nav {text-align:center;
font-family: 'Patrick Hand', cursive;}