.text-dark-blue {
    color: #003a5d;
}
.bg-dark-blue {
    background-color: #003a5d;
}
hr, .clear-both {
    clear: both;
}
label.error {
    color: #dc3545;
    margin-top: 2px;
}
textarea::placeholder {
    color: #212529 !important;
}
#offcanvas-side-menu {
    width: 300px !important;
}
    #offcanvas-side-menu a.active,
    #nav-side a.active {
        color: #198754 !important;
    }
.link-light:hover {
    color: #198754 !important;
}
    .link-light-hover-white:hover {
        color: #f8f9fa;
    }
a.text-decoration-hover:hover {
    text-decoration: underline !important;
}
.nav-link {
    color: rgba(255, 255, 255, .65) !important;
}
    .nav-link:hover {
        color: rgba(255, 255, 255, .85) !important;
    }
    .nav-link.active {
        color: rgba(255, 255, 255, 1) !important;
    }
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0 !important;
}
    .dropdown-menu > li > a {
        color: rgba(255, 255, 255, .65);
    }
        .dropdown-menu > li > a:hover {
            color: rgba(255, 255, 255, .85);
            background-color: #198754;
        }
    .dropdown-item.active,
    .dropdown-item.active:hover {
        color: rgba(255, 255, 255, 1);
        background-color: #198754 !important;
    }
#carousel-homepage {
    max-width: 1920px;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.3);
}
    .carousel-caption.indicators-only {
        background: rgba(0, 0, 0, 0) !important;
        padding-top: 0 !important;
    }
#homepage-album .card {
    max-width: 420px;
}
.no-transition {
    transition: none !important;
}
.btn-blue {
    color: #ffffff;
    background-color: #0b5ed7;
    border: #0a58ca;
}
    .btn-blue:hover {
        color: #ffffff;
        background-color: #0d6efd !important;
        border: #0d6efd !important;
    }
.btn-green {
    color: #ffffff;
    background-color: #157347;
    border: #146c43;
}
    .btn-green:hover {
        color: #ffffff;
        background-color: #198754 !important;
        border: #198754 !important;
    }
@media (max-width: 575px) {
    .carousel-caption {
        padding-top: 0.5rem !important;
        padding-bottom: 0.8rem !important;
    }
        .carousel-caption.indicators-only {
            padding-top: 3px !important;
        }
    .carousel-caption h1 a {
        font-size: 1.5rem;
        line-height: 1.0 !important;
    }
    .carousel-caption p {
        display: none;
    }
}
@media (max-width: 367px) {
    .navbar-brand, .bmc-logo {
        width: 70vw !important;
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }
}