/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

h6 {
color: #fff; font-weight:bold;
}

#slides.slides .slide-content .slide-title {
	background-color: #222;
	opacity: .8;
	color: #fff;
	/*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
	font-family: "proxima-nova-1","proxima-nova-2","'helvetica neue'", helvetica, "ariel",sans-serif;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -2px;
}

#intro p {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
}

#slides.slides .slide-content .slide-entry {
	color: #fff;
	background-color: #222;
	opacity: .8;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;

}

#donate h2 {
	font-family: "proxima-nova-1","proxima-nova-2","'helvetica neue'", helvetica, "ariel",sans-serif;
	color: #fff;
	text-shadow: 2px 2px 0 #000;
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 800;
}

.post .title, .page .title {
	font-family: "proxima-nova-1","proxima-nova-2","'helvetica neue'", helvetica, "ariel",sans-serif;
	color: #fff;
	text-shadow: 2px 2px 0 #000;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 300;
}


.page-template-template-donate-php #intro .money-so-far { background: url("~images/donate-meter-page.png") no-repeat 97% center; color: #FFF; display: block; height: 25px; margin-top: 10px; margin-left: 10px; padding-right: 55px; padding-top: 5px; font-size: 26px;} 











