#home>div.bgi-no-repeat.bgi-size-contain.bgi-position-x-center.bgi-position-y-bottom.landing-dark-bg {
    background: #13263c;
}

.menu-link.nav-link {
    color: #c4cad9 !important;
}

.menu-link.nav-link:hover {
    color: #1b84ff !important;
}

.btn-signup {
    font-size: 1.5rem !important;
}

.landing-header {
    padding-top: 10px
}

.landing-dark-bg {
    background-color: #14263b;
}

div.landing-curve {
    margin-top: -5px !important;
}

.text-nowrap {
    white-space: nowrap;
    padding: 0.5rem 1rem;
    min-width: 70px;
    text-align: center;
}

.app-header {
    height: 70px;
    background-color: #0a0a0a;
}

@media (max-width: 991.98px) {
    .app-header {
        z-index: 100;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}