@charset "UTF-8";
/* CSS Document */
body 
{
background-color: #dad7cd;
}

h1, h2, h3 
{
font-family: 'Big Shoulders Display', cursive;
}

h1 
{
background-color: #a3b18a;
color: #3a5a40;
font-size: 45px;
text-transform: uppercase;
text-align: center;
}

h2 
{
color: #588157;
font-size: 35px;
text-align: left;
}

h3
{
color: #588157;
font-size: 25px;
text-align: left;
}

p
{
color: #344e41;
font-family: 'EB Garamond', serif;
font-size: 15px;
line-height: inherit;
}

li
{
margin-bottom: inherit;
}

footer
{
text-align: center;	
}

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

.feature 
{
color: #a3b18a;
}