/* Logo Images Styling - Large & Visible */
.nav-logo-img,
.app-logo-img,
.footer-logo-img {
    height: 6rem;
    width: auto;
    object-fit: contain;
}

.app-logo-img {
    height: 5rem;
}

.footer-logo-img {
    height: 4rem;
}

/* Adjust brand spacing */
.nav-brand,
.app-brand,
.footer-brand {
    align-items: center;
    justify-content: center;
}