/* ==============================================================
   Custom styles for Bootstrap/HTML5 Boilerplate theme
	 -these styles replace and extend bootstrap.css styles
	 -this css file is included in C5 editor, without main.css
	 -editor does not load google web fonts, so need fallback
================================================================= */

/*	Base Font
================================================== */
body {font-family: 'Open Sans', sans-serif;}

/*	Base Font
================================================== */
/* links */
a {
	color: #0987C2;
	text-decoration: none;
}
a:hover {
	color:#0987C2;
	text-decoration: underline;
}
/* headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a {}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {color:#77be44}

strong {font-weight:600}

/*	Headings
================================================== */

/* tables
================================================== */
td {vertical-align:top}

/*	Classes available in text editor
================================================== */