/* ==============================================================
   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
================================================================= */

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400);

body {
	/* customize_body */ font: normal normal 14px/1.42857143 "Helvetica Neue",Helvetica,Arial,sans-serif; /* customize_body */
	/* customize_body */ color: #333; /* customize_body */
}

p {
    margin: 0 0 10px; /* bootstrap.css */
}

h1, h2, h3, h4 {
	font-weight: 400;
  /* customize_heading */ color: #0b9444; /* customize_heading */
}
h1 {
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.h2, h2 {
    font-size: 26px;
}

a,a:visited,a:active {
	/* customize_link */ color: #3E5262; /* customize_link */
	text-decoration:none;
}
a:hover {
	/* customize_link_hover */ color: #64809B; /* customize_link_hover */
	text-decoration:underline;
}

/* customize_miscellaneous */ /* customize_miscellaneous */
