@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');

html {
    scroll-behavior: smooth;
}
 

.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: 50px;

    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;
}

#nasiNauczyciele{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
}

.nauczyciel{
    padding: 24px;
    border-radius: 16px;
    border: solid 1px rgb(236, 236, 236);
}

.namepadding{
    padding-top: 0px;
}

.nauczycielPawel{
    min-height: 500px;
    background-image: url("/images/Pawel_Borowka.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}


.nauczycielDodatkowy1{
    min-height: 500px;
    background-image: url("/images/dominika.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.nauczycielDodatkowy2{
    min-height: 500px;
    background-image: url("/images/weronika.jpeg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.nauczycielDodatkowy3{
    min-height: 500px;
    background-image: url("/images/justyna.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.nauczycielDodatkowy4{
    min-height: 500px;
    background-image: url("/images/catibeh.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

 
 
.footer{
    background-color: #F6F6F6;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 100px;
}




@media screen and (max-width: 992px) {
 
    .namepadding{
        padding-top: 24px;
    }
    
}