﻿.menu-container {
    background-color: #001D90;
    color: white;
}

body {
    font-family: FibraOne, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

input, input:-webkit-autofill {
    font-family: Arial;
    font-size: 13.3333px !important;
}

h1, .h1 {
    font-weight: 900;
    font-size:40px;
}

h3, .h3 {
    font-weight: 700;
    margin-bottom: 1rem;
}

h4, .h4 {
    font-family: 'Barlow Semi Condensed', OpenSans, sans-serif;
    margin-bottom: 1rem;
}

h5, .h5 {
    font-weight: 700;
}

.btn {
    border-radius: 1.35rem;
    font-weight:700;
    padding: .5rem 2rem;
    width: inherit;
    margin-top: 12px;
}

.btn-primary {
    background-color: #0065E5;
}
    .btn-primary:hover {
        background-color: #001D90;
    }


.btn-light {
    background-color: white;
    color: #0065E5;
}
    .btn-light:hover,
    .btn-light:active,
    .btn-light:focus,
    .btn-light:focus-visible {
        background-color: #4FE2F3;
        border-color: #4FE2F3;
        color: #0065E5;
        outline: none;
    }

.btn-green {
    background-color: #2CA651;
    border-color: #2CA651;
    color: white;
}

    .btn-green:hover,
    .btn-green:active,
    .btn-green:focus,
    .btn-green:focus-visible {
        background-color: #228540;
        border-color: #228540;
        color: white;
        outline: none;
    }

.btn-accent-dark-green {
    background-color: #00A651;
    border-color: #00A651;
    color: white;
}

    .btn-accent-dark-green:hover,
    .btn-accent-dark-green:active,
    .btn-accent-dark-green:focus,
    .btn-accent-dark-green:focus-visible {
        background-color: #00C042;
        border-color: #00C042;
        color: white;
        outline: none;
    }

.btn-darkblue {
    background-color: #001D90;
    color: white;
    border-color: #001D90;
}

    .btn-darkblue:hover,
    .btn-darkblue:active,
    .btn-darkblue:focus,
    .btn-darkblue:focus-visible {
        background-color: #02176b;
        border-color: #02176b;
        color: white;
        outline: none;
    }

.btn-blue-border {
    background-color: white;
    color: #0065E5;
    border-color: #0065E5;
    border-width: 2px;
}

    .btn-blue-border:hover {
        background-color: #0065E5;
        border-color: #0065E5;
        color: white;
    }

.menu .dropdown-menu.show {
    background-color: #001D90;
}

.menu .dropdown-item,
.dropdown-item:hover {
    color: white;
}

    .menu .dropdown-item:hover {
        background-color: #0065E5;
    }

.logo {
    width: 75%;
}