/*Raleway:200,500,700,800*/

body, h1, h2, h3, h4, p, ul {
	font-family: 'raleway', sans-serif;
	color: black;
	font-weight: 500;
}

h1, h2, h3, h4 {
	font-weight: 800;
	color: rgb(30, 7, 55);
	font-size: 34px;	
	line-height: 30px; 
	margin-bottom: 25px;
}

h2 {
	font-size: 48px;
	margin-bottom: 0;
}



h4 {
	margin-top: 0;
}

p {
	font-size: 16px;
	line-height: 22px;
}


a, a:hover, a:active {
	font-weight: 700;
	text-decoration: none;
}

a, a:active {
	color: rgb(126, 75, 151);
}

a:hover {
	color: gray !important;
}


strong { 
	font-weight: 800;	
}

h3.light { 
	font-weight: 200 !important;
	margin-bottom: 20px;
}

