/*
very dark green 315608
dark green 538521
logo green 99CC66
light green BBe68f
logo grey 333333
*/
.fixed-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #15273f;
    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: #1e3803;
	border-top: 2px solid;
    border-color: #BBe68f;
	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;
}
}
