#footer{
    padding-top: 60px;
}
@media only screen and (max-width: 767px) {
    #footer{
        padding-top: 0px;
    }
}