/* BG Colours */
.bg-sw-dark-blue { background: #0c2e6c !important;}
.bg-sw-light-blue { background: #004ddb !important;}

/* Text Colours */
.text-sw-dark-blue { color: #0c2e6c !important;}
.text-sw-light-blue { color: #004ddb !important;}

/* Font */
.montserrat-black {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
}

/* Navbar */
.navbar-toggler {
    border: 0 solid var(--bs-navbar-toggler-border-color);
}
.menu-item {
   text-align: center;
   padding: 1rem .5rem !important;
   text-decoration: none !important;
   color: #0c2e6c !important;
   min-width: 97px;
}
.menu-item:hover {
    background: #0c2e6c !important;
    color: white !important;
}

/* Card Links */
.card-link {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    text-align: center !important;
}
.card-link:hover {
    background: #004ddb !important;
}
.card-link, .card-link a {
    text-decoration: none !important;
    color: #0c2e6c !important;
}
.card-link a:hover {
    color: white !important;
}