*{
    font-family: 'Oxygen', sans-serif;
}

h2,h4{
    font-family: 'Lato', sans-serif;
}
img{
    max-width: 100%;
    max-height: 100%;
}

.thirdSection{
    padding: 60px;
    font-size: 20px;
    box-sizing: border-box;
    text-align: center;
}

.sekcjapierwsza{
    background-repeat: no-repeat;
    background-image: url("zdjecia/tlosekcja1.jpg");
    background-size: cover;
    border-bottom: solid 5px rgb(104, 104, 104);
    min-height: 90vh;
}

.slider{
    position: relative;
    background-color: rgb(206, 206, 206);
    box-sizing: border-box;
    z-index: 100;
}
.slidery{
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url("zdjecia/tlo2.jpeg");
    background-size: cover;

}

.lewastrstopki{
    background-color: rgba(37, 105, 35, 0.9);
    font-size: 130%;
}

.lewastrstopki h4{
    font-size: 130%;
}

.opis{
    font-size: 130%;
}

.nr{
    font-size: 150%;
    margin-top: 10px;
}

.stopka{
    border-top: 55px solid rgba(37, 105, 35, 0.9);
    border-bottom: 55px solid rgba(37, 105, 35, 0.9);
}