#site-header {
    position: fixed !important;
}

#main {
    margin-top: 100px !important;
}

#top-bar {
    padding: 0 !important;
}


@media screen and (min-width: 960px) and (max-width: 1200px) {
    #main {
        margin-top: 120px !important;
    }
}

@media screen and (max-width: 767px) {
    #site-logo {
        max-width: 75%;
    }
}

