a:hover,
a:focus {
	text-decoration: none;
}

.yellow{
	background-color: #ffff15;
}
.blue{
	background-color: #1d80e4;
}
.dark-blue{
	background-color: #124980;
}
.orange{
	background-color: #ff4600;
}
.dark-blue-font{
	color: #124980 !important;
}
.white-text{
	color: #FFF !important;
}

.big-line-height{
	line-height: 70px;
}

.header-title{
	font-family: eyelevation_proeyelevationpro;
	font-size: 157px;
	margin-top: 20px;
	margin-left: 10px;
}
.section-format{
	color: #FFF;
	padding-top: 0px;
	padding-left: 35%;
	padding-bottom: 50px;
	padding-right: 25%;
}
.section-title{
	font-size: 90px;
	line-height: 1;
	padding-left: 20px;
	padding-top: 5%;
	font-family: eyelevation_proeyelevationpro;
}
.section-text{
	font-size: 24px;
	line-height: 1.2;
	font-family: comfortaalight;
}
.subheader-title{
	margin-top: 0px;
	margin-left: 5px;
	font-size: 29.9px;
	font-family: comfortaalight;
}
.nav-text{
	font-family: libel_suitregular;
	font-size: 50px;
}

.nav-text:hover{
	color: #FFF;
}

.nav-text:focus{
	color:#124980 !important;
}

.footer-text{
	font-size: 12px;
	padding-left: 50%;
	color: #FFF;
}
.naked-nav{
	background-color: #ffff15;
	height: 54px;
}
#headerbg{
	background: #1d80e4 url('img/headerbg2.png') no-repeat; 
	background-size:cover cover;
	background-position: right bottom;
	
}


