@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');

html {
    scroll-behavior: smooth;
}


.hero{ 
    
}

.dropdown-menu{
    background-color: red;
}

.nav-bottom-border{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.hero-text{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;

    color: rgb(0, 0, 0);
}

.hero-h1{
    font-weight: 700;
}


.hero-button{
    width: 100%;
    border: 0;
    padding: 10px 20px;
    background-color: #DCB040;
    color: black;
    font-weight: 700;
    border-radius: 5px;
}

.zapisz-button{
    display: none;
    text-align: center;
    width: 100%;
    border: 0;
    padding: 10px 20px;
    background-color: #DCB040;
    color: black;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 20px;
}

.h4style{
    padding-bottom: 20px;
}

.naPC{
    display: block;
}

#dlaDzieci{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
}

#dlaPar{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
}

#solo{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
}

#zNauczycielem{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
}

.opis-zajec{ 
}




 
 
.footer{
    background-color: #F6F6F6;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 100px;
}


@media screen and (max-width: 992px) {
    .naPC{
        display: none;
    }

    .zapisz-button{
        display: block;
    }
}
