




@font-face {
  font-family: "BebasNeue Regular";
    src: url(../source/fonts/BebasNeue-Regular.otf) format("truetype");
}
.header{
	background-color:#191919;
	
}

.socialicon{
list-style-type: none;
display: inline-block;
margin:0px;

 
}
.socialicon>li{
float: left;
padding-top:1px;

}
.socialicon>li>a{
padding-right:5px;
color: #fff;
text-decoration: none;
}
.socialicon>li>a:hover{
	color: #C59E47;

}
 .givusacall{
	list-style-type: none;
	display: inline-block;
	letter-spacing: 1px;
	font-family: 'BebasNeue Regular';
	font-size:14.7px;	
	color: #E7E7E7;
	margin-bottom: 0px;
	padding-left: 10.1%;
}
.givusacall>li{
		float: right;
}
 .logreg{
 	list-style-type: none;
 	display: inline-block;
 	
	font-family: 'BebasNeue Regular';
	font-size: 9pt;
	color: #E7E7E7;
	margin-bottom: 0px;
	padding-left: 23%;
}
.logreg>li{
float: left;

}
.logreg>li>a{
	text-decoration: none;
	color: #E7E7E7;
	padding-right: 6px;
}
.logreg>li>a:hover{
	color:#C59E47;
}
.logreg .register{
	border-left: 1px solid #E7E7E7;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #ffbb05;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.nav-link:hover{	
  color:white;
  background-color:green;
}
	
