/*!
 * Start Bootstrap - Half Slider (https://startbootstrap.com/template-overviews/half-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-half-slider/blob/master/LICENSE)
 */
 
html {
    font-size: 18px;
    height: 100%;
}
 
body {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.carousel-item {
    height: 35vh;
    min-height: 20rem;
    background: no-repeat center / cover;
}

.navbar-brand > span {
    vertical-align: middle;
    margin-left: 6px;
}

.carousel-caption {
    background: black; /* Fallback dla starszych przeglądarek */
    background: rgba(0, 0, 0, 0.6); /* Lepsza widoczność tekstu */
    padding: 10px;
    border-radius: 8px;
}

.carousel-caption h3 {
    font-size: 2.5rem;
}

.carousel-caption h3:hover, .carousel-caption h5:hover {
    text-decoration: underline;
}

.navbar-nav .nav-link {
    white-space: nowrap;
}

#content-cards {
    margin-top: 15px;
    flex: 1;
}

.article img {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.article-text blockquote {
    font-size: 1.171875rem;
    margin-left: 4rem;
}

.widget p {
    margin-top: 0;
    margin-bottom: 0;
}

.widget img {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.social {
    display: inline-block;
}

ul.share-buttons {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

ul.share-buttons li {
    display: inline-block;
    margin: 0 10px;
}

ul.share-buttons li>a {
    color: black;
    font-size: 1.5em;
}

ul.share-buttons li>a:hover {
    text-decoration: none;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

footer .share-buttons li>a {
    color: white;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 70px; /* Zwiększona wysokość dla lepszego dopasowania tekstu */
    width: 100%;
    max-width: 100%; /* Rozciągnięcie na całą szerokość */
    margin: 0 auto; /* Wycentrowanie stopki */
    margin-top: auto; /* Stopka zawsze na dole */
    font-size: 14px; /* Zmniejszony rozmiar czcionki w stopce */
    padding: 0 20px;
    -webkit-box-sizing: border-box; /* Dla starszych przeglądarek */
    -moz-box-sizing: border-box; /* Dla starszych przeglądarek */
    box-sizing: border-box; /* Standardowy zapis */
}


footer .container {
    max-width: 100%;
    word-wrap: break-word; /* Zapobiega wyjściu tekstu poza obszar */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}




