/* FOOTER */ 
/*FIX THE Z INDEX*/

section{
  text-align:center;
}
.footer #button{
	width:35px;
	height:35px;
	border: #a9a48c 12px solid;
	border-radius:35px;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 75%;
}
.footer #button:hover{
	width:35px;
	height:35px;
	border: #4e412e 12px solid;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	position:relative;
}
.footer {
	bottom:0;
	left:0;
	position:fixed;
    width: 100%;
    height: 2em;
    overflow:hidden;
    margin:0 auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	z-index:1004;
}
.footer:hover {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	height: 10em;
}
.footer #container{
	margin-top:5px;
	width:100%;
height:100%;
  position:relative;
  top:0;
  left:0;
	background: #8d8559;
}
.footer #cont{
    position:relative;
    top:-45px;
    right:190px;
	width:150px;
	height:auto;
    margin:0 auto;
}
.footer_center{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 94.4rem;
    height: 7rem;
    gap: 3rem;
    position: relative;
    right: 29.5rem;
    top: 3rem;
    
}
.footer_center a{
    color: white;
	font-size: 2rem;
    position: relative;
    top: 1.7rem;
    transition: 0.33s ease-in-out;
}

.footer_center a:hover{
    color: rgb(90, 83, 50);
}