/*
logo grey 333333
*/
.fixed-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    z-index: 2000;
    padding: 0;
}
.fixed-footer a{
	color:#f1f1f1;
}
.fixed-footer a i{
	font-size:1.5rem;
}
.fixed-footer-light {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    z-index: 2000;
    padding: 6px 0 10px 5px;
}
.topborder { 
	background-color: #222;
	border-top: 2px solid;
    border-color: #B3b3b3;
	padding: 6px 0 3px 0;
}
.topborder p { margin-bottom: 0;}
.topborder p a { color: #6c757d;}
.topborder p a:hover{color: #f1f1f1;}
@media (max-width: 576px) {
.fixed-footer{
	 position: fixed;
	}	
	.fixed-footer-light {
     padding: 6px 0 60px 5px;
}
}
