/* ==============================================================
   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=Lato);

body {
	/* customize_body */ font: normal normal 14px/1.42857143 'Lato', 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: #003483; /* customize_heading */
}
h1 {
  font-family: 'Lato', sans-serif;
	margin-bottom: 20px;
}
h2 {
    font-size: 26px;
}

a {
	/* customize_link */ color: #2B80FF; /* customize_link */
	text-decoration: none;
}
#main a {
	text-decoration: underline;
}
a:hover {
	/* customize_link_hover */ color: #005AE1; /* customize_link_hover */
	text-decoration: underline;
}

#logo a {
	margin-top: 24px;
  font-family: 'Lato', sans-serif;
	font-size: 36px;
	text-decoration: none;
}

/* customize_miscellaneous */ /* customize_miscellaneous */
