body{	
	 font-family: 'Roboto', sans-serif; 
}
p {
	font-size:14px!important;
}
a{
	color:#000;	
}
/** Header **/
.logo img  {
    width: 150px;
    position: relative;
    top: -10px;
}
.navhead{
	background: #fff;	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #555;
    background-color: #fbd925;	
}



/*** Footer **/
footer{
	background: #fbd925;
}
.uparrow{
	background: #d6b400;
	text-align: center;
}
.uparrow a{
	color:#fff;
    font-size: 30px;
    font-weight: bold;	
}
.footerh2 p{
 font-size:16px;
}
.footerh2 h2{
    color: #494545;
}
footer h2, h3{
	font-weight: bold;
    color: #636363;
}
.footermenu a{
	color:#000; 
	text-decoration:none;
}
.footermenu a:hover{
	color:#fff; 
	text-decoration:none;
}
a.copyright,a.copyright:focus,a.copyright:hover{
	color: #000;   
	text-decoration:none !important;
}
.social-icon{
	margin-top: 35px;
}
.social-circle li{
	float:left;
	list-style-type: none;
	margin-right: 10px;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: -4px;
	-moz-border-radius: 55%;
	-webkit-border-radius: 55%;
	border-radius: 55%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
	background: #0a0a0a;
	color: #fff;
	line-height: 50px;
}
.card img{
	width: 50px;
    margin-top: 10px;
	margin-bottom: 10px;
}

@media only screen and (min-width:1024px) and (max-width:1366px){
	.social-icon   {
		margin-left: -45px;
	}	
	
}
@media only screen and (min-width:323px) and (max-width:460px){
	.social-circle li a {
		margin: 0px;  
		width: 46px;	   
	}
}
@media only screen and (max-width:320px){
	.social-circle li a {
		margin: 0px;   
		width: 33px;
		height: 35px;    
		line-height: 35px;
	}


}