/* 1. Cała stopka – pełne czarne tło */
footer.footer,
footer.footer.bg-primary {
    background-color: #000 !important;
    color: #fff !important;
}

/* 2. Wszystkie wnętrza – bez marginesów */
footer.footer .text-center,
footer.footer .container,
footer.footer .row,
footer.footer .col-sm-3,
footer.footer .col-sm-6 {
    background-color: #000 !important;
}

/* 3. Kontener na 100% szerokości */
footer.footer .container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* 4. Usunięcie zielonych marginesów */
footer.footer .mt-2,
footer.footer .my-2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* 5. Białe kolory linków, ikon itd. */
footer.footer *,
footer.footer a,
footer.footer a:hover,
footer.footer a:visited {
    color: #fff !important;
    fill: #fff !important;
}

/* 6. Jaśniejsze logo */
footer.footer img {
    filter: brightness(1.1);
}



/*########################*/

#footer img#install {
  display: none !important;
}

/* 1) Dodaj trochę miejsca nad sekcją sociali w stopce */
#footer .my-2.text-white {
  margin-top: 24px !important; /* zmień jak chcesz */
}

/* 2) Zmniejsz ikonki/linki social */
#footer .my-2.text-white a {
  font-size: 18px !important;  /* było duże, będzie normalne */
  line-height: 1 !important;
  padding: 0 !important;
}

/* 3) Opcjonalnie: ciaśniej z odstępami między ikonami (mx-3 jest spore) */
#footer .my-2.text-white a.mx-3 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

/* Zmniejsz logo Sportigio w stopce */
#footer a[href="https://sportigio.com"] img {
  height: 28px !important; /* było 35; ustaw np. 26-30 */
  width: auto !important;
}

/*#####################*/
body {
    font-family: "Roboto" !important;
}
.nav-link, .section-header, .header-font, .menu-item-card, .readable-text, .page-header-text, .news-square-title {
 font-family: "Playfair Display", sans-serif !important;
}
.btn {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
}

.dropdown-menu.show {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
}
.readable-text {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.7;
}
.nav-link .d-flex.text-uppercase{
     font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important; 
}