#primary {
    margin-top:-30px;
}

@media only screen and (max-width: 991px) {
    #primary {
        margin-top:0px;
    }
}