/* Typography
--------------------------*/
html {
	background-color: ;
	background-image: url('');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

body {
 color:#000000;
 color:#000000;
 font-size:16px;
 font-family:'Quicksand', sans-serif;;
}
 
h1,h2,h3,h4,h5,h6, h1,h2,h3,h4,h5,h6 {
 color:#000000;
 font-family:'Quicksand', sans-serif;;
 font-weight: 300;
}
 
a, 
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:#0074c5;
}
a {
	font-weight:400;
}
@media (min-width: 992px) {
	a:hover,
	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover {
		color:#0565a8;
	}
}