/* CloudZevo - logo size in Lagom header */
.navbar-brand img,
.logo img,
.brand-logo img,
.site-logo img,
.main-logo img,
.header-brand img {
    max-height: 58px !important;
    width: auto !important;
    max-width: 260px !important;
}

/* Optional: make the logo area wider */
.navbar-brand,
.logo,
.brand-logo,
.site-logo,
.header-brand {
    min-width: 220px !important;
}

/* CloudZevo - footer background */
.footer,
.footer-main,
.footer-bottom,
.site-footer,
.main-footer,
.app-footer,
.footer-extended,
.footer-primary,
.footer-secondary {
    background-color: #07111f !important;
}

/* Footer text */
.footer,
.footer-main,
.footer-bottom,
.site-footer,
.main-footer,
.app-footer,
.footer-extended,
.footer-primary,
.footer-secondary,
.footer p,
.footer span,
.footer li {
    color: #dbeafe !important;
}

/* Footer links */
.footer a,
.footer-main a,
.footer-bottom a,
.site-footer a,
.main-footer a,
.app-footer a,
.footer-extended a {
    color: #dbeafe !important;
}

/* Footer links hover */
.footer a:hover,
.footer-main a:hover,
.footer-bottom a:hover,
.site-footer a:hover,
.main-footer a:hover,
.app-footer a:hover,
.footer-extended a:hover {
    color: #0d6efd !important;
}