body {
background-color: #ffffff;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
margin-bottom: 10px;
}

h1 {
font-size: 1.7em;
line-height: 1.1em;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 500;
color: #444444;
padding-bottom: 14px;
}

h2 {
font-size: 1.3em;
line-height: 1.1em;
font-family: "Times New Roman", Georgia, Serif;
font-weight: 400;
text-transform: uppercase;
border-bottom: 1px solid #EA3809;
padding-bottom: 14px;
margin-bottom: 25px;
}

h3 {
font-size: 1.8em;
line-height: 1.1em;
font-family: 'La Belle Aurore', cursive;
font-weight: 400;
text-transform: none;
color: #EA3809;

padding-top: 20px;
margin-top: 25px;
}


h4 {
font-size: 1.7em;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 400;
text-transform: uppercase;
padding-bottom: 14px;
border-bottom: 1px solid #444444;
color: #444444;
}

h5 {
font-size: 1.2em;
font-family: "Times New Roman", Georgia, Serif;
font-weight: 400;
color: #474747;
}

p {
font-size: 1em;
color: #767676;
line-height: 1.4em;
font-weight: 400;
font-family: "pt-sans",sans-serif;
}

a {
color: #379FB5;
}

a:hover {
color: #7CB951;
}




