﻿body {
    padding-top: 20px !important;
}

@media screen and (min-width: 768px) {
    body {
        padding-top: 100px !important;
    }
}