/* Primary Typeface: Font Prompt */
body {
    font-family: Arial, sans-serif !important;
}
  
h1, h2, h3 {
    font-family: Arial, sans-serif !important;
}

/* Secondary Typeface: Lexend */
.caption, label, .btn {
    font-family: 'Arial', sans-serif !important;
}

blockquote {
    font-family: 'Arial', serif !important;
}

.nav-link {
    font-family: 'Arial', sans-serif !important;
    font-weight: normal !important;
}

.navbar-inner {
    margin-left: 10% !important;
    margin-right: 10% !important; 
}

.font-weight-normal {
    font-weight: normal !important;
}

.bg-dark-gray {
    background-color: #222222!important;
    color: #FFF;
}

.bg-primary-dark {
    /* background-color: #6236ff !important; */
    background-color: #1B73E5!important;
    color: #FFF;
}

.bg-primary-darker {
    /* background-color: #6236ff !important; */
    background-color: #1B73E5 !important;
    color: #FFF;
}

.btn-outline-primary {
    color: #1B73E5!important;
    border-color: #1B73E5!important;
}

.btn-check:checked+.btn-outline-primary, .btn-check:active+.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff !important;
    background-color: #1B73E5!important;
    border-color: #1B73E5!important;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(31,1,65) !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #1B73E5!important;
}

.btn-primary {
    color: #fff !important;
    background-color: #1B73E5 !important;
    border-color: #1B73E5 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.show {
    background-color: #1B73E5 !important;
    border-color: #1B73E5 !important;
    color: #fff !important;
    box-shadow: 0 0.25rem 0.25rem 0.125rem rgb(75 51 102 / 10%), 0 0.375rem 0.75rem -0.125rem rgb(75 51 102 / 40%) !important;
}

.text-primary {
    color: #1B73E5 !important;
}

.card[data-bs-toggle=collapse]:not(.collapsed) .card-title {
    color: #1B73E5 !important;
}

.form-control:focus {
    color: #454056;
    background-color: #fff;
    border-color: #4b3366 !important;
    outline: 0;
    /* box-shadow: inset 0 1px 2px transparent, 0 0 0 0.125rem rgba(75 51 102 / 40%) !important; */
    box-shadow: none !important;
}

.btn-translucent-light:hover, .btn-translucent-light:focus, .btn-translucent-light:active, .btn-translucent-light.active {
    background-color: #fff;
    color: #4b3366 !important;
}

.blockquote::before {
    color: #1B73E5 !important;
}

/* STEP */
.step.active .step-number {
    background-color: #1B73E5 !important;
    box-shadow: 0 0.25rem 0.75rem -0.375rem rgba(176,166,188), 0 0.5rem 1rem rgba(176,166,188) !important;
}

.banner-logo {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.custom-banner {
        background-image: linear-gradient(#054182, #3e90fb);
        padding-top: 1%;
        padding-bottom: 1%;
        color: white;
    }

    .banner-inner {
        margin-left: 10%;
        margin-right: 2%; /* optional to avoid touching edge on right */
    }

/* Tablet */
@media (max-width: 992px) {
    .banner-logo {
        max-height: 60px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .banner-logo {
        max-height: 45px;
    }
}