body > footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width:700px){
    body > footer{
        position: relative;
        bottom: 0;
        width: 100%;
    }
}