@charset "utf-8";

/* styles.css */
h1 {
		background-color: #042940;
     	color: #FBFBF9;
        font-family: 'Arial';
        font-size: 34px;
        
   }
body {
		background-color: #D6D58E;
     }

h2{
	background-color: #042940;
	color: #FBFBF9;
    font-family: 'Arial', cursive;
    font-size: 34px;
    
  }

h3{
	background-color: #042940;
	color: #FBFBF9;
    font-family: 'Arial', cursive;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
  }
h4 {
	background-color: #042940;
	color: #FBFBF9;
    font-family: 'Arial', cursive;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
}
footer{
	text-align: center;
}
h5 {
	background-color: #042940;
	color: #FBFBF9;
    font-family: 'Arial', cursive;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
}
	
p{
	font-size: 20px;
	font-family:'Arial';
	margin-left: auto;
	
}
	
li{
	
	margin-bottom:auto;
	font-size: 20px;
	font-family:'Arial';
}




feature {
       color: #165b62;
         }

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