@import url('overrides.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #464646;
	font-size: 18px;
	line-height: 33px;
	background: #fefefe;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.blog #main h1 a{
	color: #3f5c91;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
}

h1,
.blog #main h1 a {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 20px;
}

h2 {
	font-size: 30px;
	line-height: 35px;
}

h3 {
	font-size: 25px;
	line-height: 30px;
}

.row {margin: 0;}

/* RESPONSIVE
---------------------------------------------------------- */

