/* NUCLEAR OPTION - FORCE ALL LOGOS TO BE LARGE */

/* Target ALL navigation logos with extreme specificity */
body nav .navbar-brand img,
body .navbar .navbar-brand img,
body header nav img,
body .fixed-top img {
    height: 80px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 80px !important;
}

/* Specifically target the coin logo in navigation */
body nav img[src*="mxnd-logo.png"],
body .navbar img[src*="mxnd-logo.png"],
body header img[src*="mxnd-logo.png"] {
    height: 80px !important;
    width: 80px !important;
    max-height: none !important;
    min-height: 80px !important;
    max-width: none !important;
    min-width: 80px !important;
}

/* Specifically target the text logo in navigation */
body nav img[src*="mxnd-text-logo-new.png"],
body .navbar img[src*="mxnd-text-logo-new.png"],
body header img[src*="mxnd-text-logo-new.png"] {
    height: 60px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 60px !important;
}

/* Target ALL footer logos with extreme specificity */
body footer img,
body .footer img,
body .footer-brand img {
    height: 120px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 120px !important;
}

/* Specifically target footer coin logo */
body footer img[src*="mxnd-logo.png"],
body .footer img[src*="mxnd-logo.png"] {
    height: 120px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 120px !important;
}

/* Specifically target footer text logo */
body footer img[src*="mxnd-text-logo-new.png"],
body .footer img[src*="mxnd-text-logo-new.png"] {
    height: 100px !important;
    width: auto !important;
    max-height: none !important;
    min-height: 100px !important;
}