/**
* Theme Name: Rebuilto Child
* Description: This is a child theme of Rebuilto, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: rebuilto
* Version: 1.0.7
*/
.nagweb {
    transition: all 0.5s ease; /* Płynne przejście dla wszystkich zmian */
}

.nagweb.sticky {
    position: fixed; /* Przyklejony nagłówek */
    top: 0;
    left: 0;
    width: 100%; /* Pełna szerokość */
    z-index: 999; /* Na wierzchu */
    background: rgba(0, 0, 0, 0.9); /* Czarne tło z 90% nieprzezroczystością */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Opcjonalny cień dla estetyki */
}