h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
    color: #004421;
	text-transform:none;
    line-height: 1.1em;
}
.caption { 
	font-family: Arial, Helvetica, sans-serif;	 
    font-size: 12px;
	color: #006233;
}

a{
    font-family: 'Montserrat', sans-serif;
    color: #00813b;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
	text-decoration:underline
}

a:hover, a:focus, a:active:hover{
    outline: none;
    color: #00be56;
	text-decoration:underline
}

a.navlink{
    text-decoration:none
}

a.navlink:hover, a.navlink:focus, a.navlink:active:hover{
	text-decoration:none
}