body,
.lato,
.iquiz-heading,
.iquiz-subhead,
#iquiz-header,
.iquiz-about-heading {
	font-family: 'Lato', sans-serif;
}

.iquiz-heading {
	font-size:72px;
	font-weight:900;
	color:#29aae2;}
.iquiz-about-heading {
	font-size:72px;
	font-weight:900;
	color:#222;
	margin-bottom:50px;}	
.iquiz-get-head {
	font-weight:300;
	color:#333;}
	
.iquiz-subhead {
	font-size:30px;
	font-weight:300;}
	

#iquiz-header {
	background: /*#f9dc85*/ #fff url(../img/headers/bg-third-slider.jpg) center -2px no-repeat;
	background-size: cover;
	box-shadow:inset 0 0 70px rgba(0,0,0,0.15);
	overflow:hidden;
}

#iquiz-header h1,
#iquiz-header p,
#iquiz-header p.lead,
#iquiz-header small {
	color:#222;
	text-shadow:none;}
#iquiz-header h1 {
	font-size:30px;
	letter-spacing:0;
	line-height:30px;}
#iquiz-header p {
	font-size:18px;
	margin:15px 0 0;
	color:#fff;}
#iquiz-header p small {
	font-size:14px;}
#iquiz-header img {
	margin-bottom:20px;}
@media (min-width: 1400px) {
	#iquiz-header {
		background-size: cover;
	}
}

@media (max-width: 767px) {
	#iquiz-header {
		background-size: cover;
	}
}



