html, 
body {
    min-height: 100%;
    width: 100%;
}


body {
    
    color: #bbb;
    font-family: 'Raleway', sans-serif;
    background: linear-gradient(to bottom right, #36454F,  #171F24) no-repeat;
    background-color: #36454F;
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.back-img {
    background-image: url(img/koinonia.png);
}

h1 {
    margin-left: 30px;
}

#kontener {
    display: flex;
}

.sea {
  display: flex;
  align-items: center;
  gap: 8px; /* Odstęp między elementami */
}

.hamburger {
    background-color: #ccc;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 34px;
    width: 38px;
    padding: 3px;
    transform: translateY(-4px);
    border-radius: 5px;

}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #333;
    border-radius: 2px;
}

#lewy {
    border: 1px solid black;
    border-radius: 5px;
    padding: 7px;
    float: left;
    font-size: 20px;
    margin: 4px;
    min-width: 300px;
    background: linear-gradient(to top left, #36454F,  #171F24);
    display: block;
}

#instalator {
    background-color: burlywood;
    margin: 5px;
    padding: 5px;
    border-radius: 3px;
    color: black;
    display: none;
}

#guziki-instalacji {
    display: flex;
}

#guziki-instalacji button {
    font-size: 25px;
    padding: 3px;
    border-radius: 3px;
    width: 50%;
}

#instaluj-tak {
    background-color: #cffdce;
}

#instaluj-nie {
    //background-color: rgba(251, 79, 60, 0.5);
}

#app-instrukcja {
    text-decoration: underline;
    cursor: pointer;
    
}

#app-instrukcja > small > a {
    color: yellowgreen;
}

#spis {
    max-width: 500px;
    text-indent: -50px;
    padding-left: 50px;
}

input {
    font-size: 25px;
    background-color: black;
    color: #bbb;
    padding: 5px;
    border: whitesmoke 1px solid;
    border-radius: 5px;
    margin-bottom: 10px;
}

#szukaj {
    width: 95%;
}

.chwytyBox {
    border: 1px solid gray;
    border-radius: 3px;
    padding: 3px;
    display: none;
}

.chwytyBox-active {
    display: block;
}

#tresc {
    margin-left: 10px;
    width: 100%;
    
}

.bl {
    backdrop-filter: blur(15px);
}

.tytul {
    padding-top: 5px;
    cursor: pointer;
}

.tytul:hover {
    border-right: 1px solid red;
    background: linear-gradient(to left, #36454F,  #171F24);
}

.calyWiersz {
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#guzik-schowaj-spis + .calyWiersz {
    padding-left: 0px;
    font-weight: bold;
}

.calyWiersz.wciety {
    background-color: rgba(255,255,255,0.1);
    padding-left: 40px;
    border-left: 1px solid black;
}

.trescWiersza {
    color: white;

    text-shadow:
        3px 3px 0 #000,
      -1px -1px 0 #000,  
       1px -1px 0 #000,
       -1px 1px 0 #000,
        1px 1px 0 #000;
}



.chwyt {
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    background-color: #ccc;
    border-radius: 9999px;
    display: inline-block;
    width: fit-content;
}

.copyright {
    font-style: italic;
    padding-left: 100px;
    background-color: transparent;
}

#guzik-schowaj-spis,
 #guzik-powieksz,
 #guzik-pomniejsz,
 #guzik-czysc {
    border: 1px solid rgb(117, 117, 117);;
    border-radius: 5px;
    padding: 15px;
    color: rgb(117, 117, 117);
    background-color: none;
    width: 30px;
    font-weight: bolder;
    margin: 10px;
    cursor: pointer;
    padding-right: 0px;
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 18px;
    margin-left: -8px;
    font-size: 18px;
    transition: all 0.5s ease;
}

#kontener-guzikow {
    display: flex;
}

.slot-piosenki {
    display: none;
}

.slot-aktywny {
    display: block;

}

.doDucha {
    width: 15px;
    padding-right: 3px;
    margin-right: 3px;
}

#guzik-schowaj-spis:hover,
#guzik-powieksz:hover,
#guzik-pomniejsz:hover,
#guzik-czysc:hover {
    color: white;
    border-color: white;
    background-color: burlywood;
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}

@media screen and (max-width: 600px) {
    html, body {
        overflow-x: hidden;
        width: 100vw;
        max-width: 100vw;
    }
    #kontener {
        max-width: 100vw;
        overflow-x: hidden;
    }
    body {
        background-image: none;
    }

    #lewy {
        flex-shrink: 0;
        width: 90%;

        font-size: 200%;
    }

    #tresc {
        display: none;
        flex-shrink: 0;
        width: 100%;

    }

    .slot-piosenki {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 75%;
        background-color: #bbb;
        color: black;
        margin-left: -50px;
        text-indent: 0px;
        border-radius: 5px;
        padding-left: 5px;
    }

    .chwyt {
        color: white;
        background-color: #888;
        border-radius: 9999px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .animat {
        max-height: 0;
        overflow: hidden;
        animation-name: zwiekszWysokosc;
        animation-duration: 2s;
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-fill-mode: forwards;
      }
      
      @keyframes zwiekszWysokosc {

        to {
          max-height: 10000px;
        }
      }

    .copyright {
        font-size: 70%;
    }

    .calyWiersz {
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: black;
    }
    
    div.calyWiersz:first-of-type {
        padding-left: 0px;
        font-weight: bold;
        color: black;
    }
    
    .calyWiersz.wciety {
        background-color: rgba(255,255,255,0.1);
        padding-left: 30px;
        color: black;
    }

    .trescWiersza {
        color: #444;
        text-shadow: none;
    }



}