body, html {
    font-family: 'Figtree', sans-serif;
    color: #182033;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
}

.nav-text {
    color: #182033;
    border-radius: 4px;
}

.nav-text:hover,
.nav-text-active {
    color: #182033;
    background-color: #f4ae35;
    border-color: #f4ae35;
    
}
.navbar-expand-lg .navbar-nav {
    column-gap: 8px;
}
.btn {
    border: 0 !important;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;

}
.btn-primary {
    background: #034e91;
    border: 0;
    border-radius: 4px;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #f4ae35;
    color: #182033;
}

.btn-secondary {
    background: #f4ae35;
    color: #182033;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background: #FFC35B;
    color: #182033;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #034e91;
    font-weight: 700;
}
h1 {
    font-size: 40px;
}
.bg-blue {
    background: #034e91 !important;
}
.bg-dark {
    background: #182033 !important;
}

.text-yellow {
    color:#f4ae35 !important;
}
.text-blue {
    color:#034e91 !important;
}