header{
    display: none;
}
.footer-nav{
    left: 300px;
}
#footer{
    justify-content: center;
    height: 40%;
    border-top: solid 3px #555555;
}
.middel-footer-section{
    width: 20%;
}
.nav-element img{
    width: 35px;
    height: auto;
    margin: 10%;
}
@media only screen and (max-width: 768px){
    header{
        display: block;
    }
    .footer-nav{
        left: 0px;
    }
}