/*Footer Styles*/


footer {
    min-height: 70px;
    margin-top: auto;
	background-color:#3f223b#dd5718#cf9701#dc5816 #c44741,#a2356e;
}
footer .bottom-bar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
	justify-content: center;
    flex: 1 1 0;
	padding:20px;
}

.bottom-bar ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .bottom-bar li{
	font-size: 1.2rem;
    margin-right: 20px;
	display: flex;
    margin-right: 15px;
	padding-right:20px;
}

footer .bottom-bar li:last-child{
		padding-right:0px;
	    margin-right:0px;

}
footer .bottom-bar a{
	text-align:center;
    width:100%;
    color:#424242;

}

footer .bottom-bar i{
	text-align:center;
	width:100%;
}

footer .container {
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 20px;
	min-height: 70px;


}


@media (max-width:950px){
    footer .footer-menu{
        display: none;
    }
}