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

.navigation_typography {
	font-family: 'Open Sans', sans-serif; 
	font-size: 1.25em;
    font-weight: 400;
	color: #333333;
}
.navigation_typography a {
	color: #333333;   
    text-decoration: none;
}
.navigation_typography a:hover {
	color: #51674b; 
}
.quick_links_typography {
	font-family: 'Open Sans', sans-serif; 
	font-size: 1.5em;
    font-weight: 400;
	color: #333333;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
h1 {
    font-family: 'Open Sans', sans-serif; 
	font-size: 1.75em;
    font-weight: 400;
	color: #51674b;
    
}h2 {
    font-family: 'Open Sans', sans-serif; 
	font-size: 1.25em;
    font-weight: 400;
    font-style: italic;
	color: #285d7d;    
}
h3 {
    font-family: 'Open Sans', sans-serif; 
	font-size: 1.15em;
    font-weight: 700;
	color: #666666;
}
p {
    font-family: 'Open Sans', sans-serif; 
	font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
	color: #666666;
}
p a {
    text-decoration: none;
    font-weight: 700;
    color: #51674b;
}

p a:hover {
    color: #000000;
}
.footer_typograhy {
    font-family: 'Open Sans', sans-serif; 
	font-size: 1em;
    font-weight: 400;
	color: #ffffff;
}
