@charset "UTF-8";
h1 {
	font-weight: normal;
	font-size: 2em;
	color: #3aaa47;
	font-family: 'Averia Serif Libre', cursive;
}
.h1Sub {
	font-size: 0.7em;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
	color: #3aaa47;
	font-family: 'Averia Serif Libre', cursive;
}
h3 {
	font-size: 1.3em;
	color: #3aaa47;
	font-weight: normal;
}
.google-font {
  font-family: 'Averia Serif Libre', cursive;
}
.accent {
	color: #473693;
}
.accent-bigger {
	color: #473693;
	font-size: 1.5em;
}
.testimonial {
	background-color: #1e783f;
	text-align: center;
	font-size: 1.3em;
	color: #ffffff;
}
footer {
	background-color: #1e783f;
	color: #FFF;
}
footer a:link {
	color: #FFF;
	text-decoration: none;
}
footer a:visited {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	color: #ffcc66;
	text-decoration: none;
}
.footerAccent {
	color: #000000;
}
.footerAccentBigger {
	font-size: 1.3em;
	color: #000000;
}
