#sp-header {
    background: #03142d !important;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item>a,#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item>span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0px;
    line-height: 85px
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item.active>a,#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item:hover>a,#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent .sp-menu-item:focus>a {
    color: #D6AE6F;
}

body .sppb-btn.btn-default, body .sppb-btn.sppb-btn-default, body .btn.btn-default, body .btn.sppb-btn-default {
    color: var(--sppb-text-secondary);
    background-color: #03142d;
    border-color: #D6AE6F;
}
body .sppb-btn.btn-default:hover, body .sppb-btn.btn-default:focus, body .sppb-btn.btn-default:active, body .sppb-btn.sppb-btn-default:hover, body .sppb-btn.sppb-btn-default:focus, body .sppb-btn.sppb-btn-default:active, body .btn.btn-default:hover, body .btn.btn-default:focus, body .btn.btn-default:active, body .btn.sppb-btn-default:hover, body .btn.sppb-btn-default:focus, body .btn.sppb-btn-default:active {
    background-color: #D6AE6F;
    border-color: #D6AE6F;
}

/*
body {
    background-image: url("/images/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}
    */