body
{
    background-image: url(zdj/IMG_6655.JPG);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-color: black;

}
/* Klasa dla nawigacji na stałe widocznej */
.nav {
    position: fixed; /* Ustawia nawigację w stałej pozycji */
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s; /* Płynna animacja przy ukrywaniu i pokazywaniu */
    position: fixed; /* lub sticky, jeśli chcesz, żeby menu pozostawało na górze podczas przewijania */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* Ustaw wyższy z-index niż dla innych elementów na stronie */
}

/* Klasa, gdy nawigacja jest schowana */
.nav-hidden {
    top: -102px; /* Wysokość nawigacji plus ewentualny margines */
}

.nav
{
    background-color:white;
    height: 102px;
}

.lista
{
    text-align: center;
    justify-content: center;
    padding-top: 35px;   
    list-style-type:none;
}
.lista li 
{
    padding-left: 20px;
    text-decoration: none;
}
.lista li a
{
    color: black;
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}
.lista li a:hover
 {
    text-decoration: underline;
 }
.flexblock
{
    display: flex;
    justify-content: space-around;
    text-align: center;
}
#logo
{
    padding-top: 10px;
    width: 230px;
    height: 90px;
}
.hamburger
{
    display: none;
}
 /* Dodanie koloru obramówki do przycisku */
 .hamburger button {
    border: 2px solid black; /* Zmień kolor na dowolny inny */
    background-color: white;
    color: black;
}
.hamburger button:hover {
    background-color: black;
    border-color: black;
}
.listarozwijalna
{
    list-style-type:none;
  
   
}
.listarozwijalna a
{
    text-decoration: none;
    color: black;
    padding: 15px;
}
.listarozwijalna a:hover
{
    text-decoration: underline;
}



.stopka
{
    height: 120px;
    background-color: black;
    display: flex;
    justify-content: center;
    list-style: none;
    font-size: 50px;
    margin-bottom: 0px;
   
}
.stopka li{
    padding: 25px;
    
}

.kontakt
{
    padding-top: 300px;
    width: 100%; 
    display: flex;
    justify-content: space-around;
    align-items: center; 
    padding-bottom: 150px;
  
}
.mapa
{
    display: flex;
    justify-content: center; /* Centrowanie w poziomie */
    align-items: center;    /* Centrowanie w pionie */
    width: 50%;
}
.info
{
    text-shadow: 4px 4px 8px #666666;
    list-style: none;
    display: flex;
    justify-content: center; /* Centrowanie w poziomie */
    align-items: center;    /* Centrowanie w pionie */
    width: 50%;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    color: white;
}
.info ul
{
    list-style: none;
}
.info ul a
{
    color: white;
    text-decoration: none;
}
#kon
{
    list-style: none;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    color: white;
}
.white {
    color: white;
}

.red:hover
{
    color: red;
}
.pink:hover
{
    color: fuchsia;
}
.blue:hover
{
    
    color: blue;
}
.gray:hover
{
    color: gray;
}

@media (max-width: 1550px)
{
    .info
    {
        font-size: 50px;
    }

}

@media (max-width: 1200px)
{
    .info
    {
        font-size: 50px;
    }
    .mapa
    {
        width: 400px;
        height: 150px;
    }

    .lista
    {
        display: none;
    }
    .hamburger
    {
        padding-top: 35px;
        display: block;  
    }
    .opis
    {
        flex-direction: column;
    }
    .opis1{
        flex-direction: column-reverse;
    }
    .lewoonas
    {
        height: 300px;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .prawoonas
    {
        width: 100%;
    }
    
}

@media (max-width: 905px)
{
    .kontakt
    {
       
    }
    .mapa
    {
        display: none;
    }
    .info
    {
        width: 100%;
        background-color: rgba(128, 128, 128, 0.35); /* Szare, półprzezroczyste tło */
      
       

    }
}

@media (max-width: 700px)
{
    .onas
{
    font-size: 65px;
}
.spa
{
    font-size: 130px;
}
}
@media (max-width: 600px)
{
    .onas
{
    font-size: 40px;
}
.spa
{
    font-size: 100px;
}
}
@media (max-width: 580px)
{
  
}
@media (max-width: 430px)
{
    .info
    {
        font-size: 25px;
    }
    .lewoonas
    {
        height: 500px;
        
    }
    .lewoonas ul
    {
        padding: 0;
    }
    .spa
{
    font-size: 80px;
}
}

