.bg-base-color {
    background-color: var(--base-color);
}

.bg-dark-gray-color {
    background-color: var(--dark-gray);
}

.text-cyan {
    color: var(--pale-cyan);
}

header .navbar-brand-custom img {
    height: 65px;
}

header .navbar-brand-custom .default-logo {
    visibility: visible;
    opacity: 1;
    width: auto;
    height: 75px;
}

header .navbar-brand-custom .alt-logo-custom {
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
}


header .navbar-brand-custom .mobile-logo-custom {
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
}

footer .footer-logo-custom img {
    max-height: 45px;
}


.navbar>.container-fluid {
    justify-content: flex-start;
}