html, body{
	font-family: 'Lato', sans-serif;
	background: #eee;
}

.logo{
	max-width: 100%;
	margin: 30px;
}
.body-bar{
	background: white;
	padding-bottom: 30px;
}

h1{
	font-size: 22px;
	border-bottom: 2px solid #fab418;
}

h2{
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}
.nav-block > a{
	display: inline-block;
	background: #eee;
	color: #333;
	text-transform: uppercase;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
}
hr{
	margin-top:30px;
	margin-bottom: 30px;
}
.nav-block > a:hover{
	background: #ccc;
	color: black;
}
li{
	font-weight: 100;
}
.checkquo > i{
	color: #fab418;
}

.applynow{
	background: #fab418;
	border: 0px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px;
	margin-top: 15px;
}

.checkquo{
	padding-left: 30px;
	font-size: 18px;
	line-height: 29px;
}
.nav-block{
	text-align: center;
	padding-top: 70px;
}

.foot-logo{
	filter: grayscale(100%);
	max-width: 50%;
	mix-blend-mode: multiply;
	margin-top: 30px;
}
.foot-links{
	text-align: right;
	padding-top: 0px;
	line-height: 29px;
}

.foot-links > a{
	font-size: 14px;
	text-decoration: none;
}

.strapline{
	position: relative;
	top: -20px;
	font-weight: 100;
	font-size: 24px;
	//transform: rotate(-deg);
}
.strapline > u{
	text-decoration: none;
	border-bottom: 2px solid #fab418;
	
}


.footer-bar{
	background: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	color: #666;
}


.action-but{
	display: block;
	text-decoration: none;
	background: #fab418;
	text-align: center;
	padding: 15px;
	color: black;
	font-size: 14px;
	border: 2px solid #fab418;
	padding-bottom: 20px;
}
.action-but > b{
	font-size: 18px;	
}

.action-but:hover{
	//border: 2px solid black;
	color: white;
}

.main-image{
	max-width: 100%;
}

.quote{
	text-align: center;
	font-weight: 100;
	font-style: italic;
	font-size: 24px;
	padding: 15px;
}