#footer-container {
    position: relative;
    width: 100%;
    height: 260px;
}

#foofooter {
    width: 100%;
    height: 260px;
    background: var(--footerimg);
    background-size: cover;
    background-position: 50%;
    position: absolute;
    z-index: 1;
}

.foo_stats {
	position: absolute;
    /* display: flex; */
    /* flex-direction: row; */
    /* top: 30%; */
    left: 20%;
    font-family: var(--beba);
    color: #fff;
    padding: 20px;
    font-size: 40px;
    z-index: 0;
    transition: .7s;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.foomenu {
    text-align: center;
    background: var(--opacfooter); 
    /* position: relative; */
    display: flex;
    flex-direction: column;
    align-content: space-between;
    line-height: 1.4;
    font-family: var(--beba);
    font-size: 40px;
	padding: 30px;
	margin: auto auto;
	font-weight: 100;
}

#copyright {
	font-size: 9px;
	text-align: center;
}
		