
/*--------------------------------------------
Sets the typography of the theme

Example:

h1 {
	font-family: "Pacifico";
	font-size: ;
	color: ;
}

---------------------------------------------*/

section.page_heading .logo a {
	font-family: "Pacifico";
	font-size: ;
	color: ;
}

section.page_heading .logo .tagline {
	font-family: "Cabin";
	font-size: ;
	color: ;
}

h1 {
	font-family: "Pacifico";
	font-size: ;
	color: #429541;
}

h2 {
	font-family: "Pacifico";
	font-size: ;
	color: #73c16d;
}

h3 {
	font-family: "Cabin";
	font-size: ;
	color: #b2b7bb;
}

section.page_heading { background: #429541; }
div.events ul li .date { background: #429541; }
.icon,
span.color { color: #429541; }

.donate_button { background: #429541; }

.tribe-events-calendar-buttons a.tribe-events-button-on,
.tribe-events-calendar td.tribe-events-present .daynum, .tribe-events-calendar td.tribe-events-present .daynum > a { background-color: #429541 !important; }

