/* ==============================================================
   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=Open+Sans:400,700,400italic,700italic);

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: #125688; /* customize_heading */
}
h1 {
  font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2 {
    font-size: 26px;
}

a,a:visited,a:active {
	/* customize_link */ color: #007bb5; /* customize_link */
	text-decoration:none;
}
a:hover {
	/* customize_link_hover */ color: #55acee; /* customize_link_hover */
	text-decoration:underline;
}

/* customize_miscellaneous */ /* customize_miscellaneous */
