a,
a:hover,
a:visited {
    text-decoration: none !important;
}


/*background-color: #ececec */
body {
    color: black;
    /*#002E6D !important;*/
    /*background-color: #ececec;*/
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 34px !important;
    font-weight: 800 !important;
    line-height: 1.1em !important;
}

.dark-bg {
    background-color: #002e6d;
    color: white;
}

.dark-bg a {
    color: white;
    font-weight: bold;
}

.dark-bg a:hover {
    color: whitesmoke;
    font-weight: bold;
}

.button-blue {
    border: 0;
    background-color: #0081c3 !important;
}

.button-blue:hover {
    background-color: #002E6D !important;
    color: white !important;
}

.button-red {
    border: 0;
    background-color: rgb(228, 29, 94) !important;
    /* #f18d1e !important;*/
}

.button-red:hover {
    background-color: #002E6D !important;
    color: white !important;
}

.topbar {
    /*background-color: rgb(0, 46, 109);*/
    background-color: #002E6D;
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.topbar a {
    color: white;
}


.menu-button {
    /*margin-top: 24px;*/
    color: white;
    /*text-transform: uppercase;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    /*font-weight: 700;*/
    border-radius: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 0px;
}

.menu-logo {
    width: 225px !important;
    height: 67px !important;
}

.menu-item {
    margin-top: 24px;
    color: #002E6D;
    /*text-transform: uppercase;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    text-decoration: none;
}

.menu-item a {
    color: #002E6D !important;
}


.page-background {
    background-color: #ececec;
}

.card,
.form-control {
    border-radius: unset !important;
    border-radius: 0px !important;
}