@charset "utf-8";
footer{
	font-family: "OpenSans-Regular";
	margin-top:auto;
	/*background-color: #967d4a;
	background-color: rgba(0,0,0,.7);*/
	/*background-color: #00450b;*/
	color: white;
	position: relative;
	overflow: hidden;
	/*letter-spacing: .5px;*/
}
.logo_footer {
    padding: 10px;
    background-color: white;
    border-radius: 20px;
}
footer img{
	align-self: center;
}
footer .bck_color{
	background-color: #004e8c;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}
footer .bck_img{
	position: absolute; 
	bottom: 0; 
	left: 50%; 
	transform: translateX(-50%); 
	z-index: 5;
	max-height: 90%;
}
footer .info{
	position: relative;
	z-index: 15;
}
footer .wrapper{
	width: 100%; 
	margin: auto; 
	text-align: left;
}

