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

body {
	
	background-color: lightgray;
	
	line-height: 1.5; 	
}

h1, h2, h3 {
	
	font-family: quicksand; 
	
}

h1 {
	
	background-color: darkseagreen;
	
	color: darkblue;
		
	font-size: 24px;
		
	text-transform: uppercase;
	
	text-align: center; 
	
}

h2 {
	
	background-color: lightskyblue; 
	
	text-align: center; 
	
	font-size: 20px; 
	
	color: darkmagenta; 
		
}

h3 {
	
	font-size: 16px; 
		
	color: mediumblue; 
		
}

p {
	
	font-size: 12px; 
	
	font-family: Georgia; 
	
	margin-left: auto; 
	
	line-height: inherit;  
	
}

li {
	
	margin-bottom: auto; 
	
}

footer {
	
	text-align: center; 
	
}

.feature {
	
	font-size: 16px; 
	
	background-color: aliceblue; 
	
}

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

