/* ==============================================================
   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: 'Raleway', sans-serif}
#navbar, #footer .nav {font-family: Arial, Helvetica, sans-serif}
#navbar .nav>li>a, #footer .nav>li>a {font-weight: 400}

/*	Base Font
================================================== */
/* links */
a {
	color: #0987C2;
	text-decoration: none;
}
a:hover {
	color:#0987C2;
	text-decoration: underline;
}
/* headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
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:700}

.jumbotron {font-weight:inherit}

/*	Headings
================================================== */

/* tables
================================================== */
td {vertical-align:top}

/*	Classes available in text editor
================================================== */