:root {
    --color-default: #222222;
    --color-primary: #002749;
    --color-secondary: #b6823c;
}

.header {
    background-color: #fff;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a,
.navbar a, .navbar a:focus,
.header .logo h1{
    color: #002749;
}

.topbar {
    background: #002749;
}

.hero .btn-get-started {
    background: #f66223;
}

.modal-footer{
    background: #f6f8fb;
}

.modal-body {
    padding: 1.5rem;
}
.form-control {
    border-radius: 4px;
    border: 1px solid #dce1e7;
    font-size: 0.9rem;
    padding: 0.5625rem 0.75rem;
    font-weight: 400;
    line-height: 1.4285714286;
    color: #182433;
}

.btn-primary{
    background: #002749;
    border: 1px solid #002749;
}
.hero {
    background: #2e2e2e;
}

.footer {
    background-color: #2e2e2e;
}
