/* Menu główne - CZARNY tekst */
#hormenu ul.level-0 > li.menu-item > a.menu-item {
    color: #000000 !important;
}

/* Podmenu - BIAŁY tekst na ciemnym */
#sublevel ul.level-1 > li.menu-item > a.menu-item {
    color: #ffffff !important;
    background-color: #1a1a1a !important;
}

/* WSZYSTKIE linki - ciemny niebieski */
a {
    color: #003d82 !important; 
}

a:hover {
    color: #0056b3 !important; 
}

/* Tekst treści - CZARNY */
body, p, div, span, td, li {
    color: #000000 !important;
}

/* Przyciski - kontrastowe */
.btn, .button, .readmore, a.readmore,
input[type="submit"], input[type="button"] {
    background: #fff !important;
    color: #ffffff !important;
    border: 2px solid #003d82 !important;
}

/* Top menu */
#mx-top-menu li a {
    color: #000000 !important;
}

/* Footer */
#mx-footer-nav a,
#mx-footer a,
.cp a {
    color: #000000 !important;
}

/* Submenu rozwijane - ciemne */
#hormenu li.menu-item li.menu-item a.menu-item,
#sublevel li.menu-item li.menu-item a.menu-item {
    color: #ffffff !important;
    background: #1a1a1a !important;
}

#hormenu li.menu-item li:hover,
#sublevel li.menu-item li:hover {
    background: #000000 !important;
}

