/*Lato:300, 700|Raleway:200,700'*/

h1, h2, h3 {
	font-family: 'raleway', sans-serif;
}

h1 {
	font-weight: 200;
	font-size: 36px;
	line-height: 40px;
}


h2 {
	font-weight: 700; 
	color: #c00d0d;
	font-size: 36px;
	line-height: 43px;
}

h3 {
	
	font-weight: 200;
	color: black;
	font-size: 24px;
	line-height: 28px;
}


p, ul, a {
	font: 300 16px/18px 'lato', sans-serif;
}

h1 strong, h3 strong, p strong, p a {
	font-weight: 700;
	color: #c00d0d;
}

a, a:hover, a:active {
	text-decoration: none;
	color: black;
}

a:hover {
	color: gray !important;
}