@charset "utf-8";
/* CSS Document */
p{
	font-family: Roboto;
	font-size: 14px;
	line-height: 28px;
}
h1, h3, h5{
	font-family: Roboto;
	text-transform: uppercase;
}

.headerHomeScroll {
	background-color: rgba(0,0,0,.5);
	color: #000000;
}
.allHeader{
	background-color: rgba(0,0,0,.5);
}
.btn-track{
	background-color: #F2A638;
	color: #FFFFFF;
	border: none;
	padding: 5px 25px;
	border-radius: 2px;
}
.btn-track:hover{
	background-color: transparent;
	color: #F2A638;
	border: solid thin #F2A638;
	border-radius: 2px;
} 
.nav-link{
	color: #FFFFFF;
}
.nav-link:hover{
	color: #FFFFFF;
	border: solid thin #F2A638;
}
.content.container{
	margin-top: 130px;
}
h2{
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: bold;	
}
.quickAccess a{
	color: #000000;
}
.quickAccess a:hover{
	color: #F2A638;
}
.testimonials.container-fluid{
	background-color: #F2A638;
}
.footerMenu a{
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
}
.footerMenu a:hover{
	color: #F2A638;
	text-decoration: none;
	font-weight: bold;
}
.footer.container-fluid{
	background-color: #2B2628;
}
.social button a{
	color: #2B2628;
	font-weight: bold;
}
.social a{
	color: #FFFFFF;
}
.social a:hover{
	color: #000000;
	text-decoration: none;
}
.pageHead{
	margin-top: 230px;
}

.yellow-underline {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.yellow-underline:after {
	content: "";
	background-color: #F2A638 ;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.copyright.container-fluid{
	background-color: #F2A638;
}