html .bg-color-primary, html .bg-primary {
    background-color: #09304d !important;
}

section.section.section-footer {
    margin-bottom: -50px;
    margin-top: -150px;
}

.bg-dark {
    background-color: #0088cc !important;
}
html .bgcolor-dark, html .bg-dark {
    background-color: #0088cc !important;
}
.overlay.overlay-op-7:hover:before, .overlay.overlay-op-7.overlay-show:before, .overlay.overlay-op-7.show:before {
    opacity: .7;
}
.header-body {
    top: 0px !important;
}

@media (max-width:768px) {
    .desktop {
        display: none !important;
    }

}

@media (min-width:769px) {
    .mobile {
        display: none !important;
    }
}