body,
html {
    background-color: #666666;
    height: 100%;
    margin: 0;
    line-height: 1.8em;
    font-size: 16px;
    font-family: FuturaStd-Light;
    font-weight: 400;
}

/* przesówane tło */

.zd1,
.zd2,
.zd3,
.zd4 {

    opacity: 0.85;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

@media (min-width: 1150px) {

    .zd1 {
        background-image: url('../img/1.jpg');
        min-height: 100%;
    }
    .zd2 {
        background-image: url('../img/2.jpg');
        min-height: 800px;
    }

    .zd3 {
        background-image: url('../img/gal1.jpg');
        min-height: 100%;
    }

    .zd4 {
        background-image: url('../img/3.jpg');
        min-height: 800px;
    }
    .title {
    top: 50%;
    }

}

@media (max-width: 1150px) and (min-width: 600px) {


    .zd1 {
        background-image: url('../img/1.jpg');
        min-height: 100%;
    }
    .zd2 {
        background-image: url('../img/2.jpg');
        min-height: 800px;
    }

    .zd3 {
        background-image: url('../img/gal1.jpg');
        min-height: 100%;
    }

    .zd4 {
        background-image: url('../img/4.jpg');
        min-height: 500px;
    }
    .title {
    top: 40%;
    }

}
.tytulfilmu{
    color: #ebf1f1;
    font-size: 3em;
    letter-spacing: 5px;
    text-shadow: 4px 4px rgb(70, 70, 70);
    line-height: 50px;
    text-align: center;
}


@media (max-width: 600px) {

    .zd1 {
        background-image: url('../img/1.jpg');
        min-height: 100%;
    }
    .zd2 {
        background-image: url('../img/2.jpg');
        min-height: 400px;
    }

    .zd3 {
        background-image: url('../img/gal1.jpg');
        min-height: 100%;
    }

    .zd4 {
        background-image: url('../img/4.jpg');
        min-height: 300px;
    }
    .title {
    top: 30%;
    }
    .tytulfilmu{
    font-size: 2em;
    }
}

/* title */

.title {
    position: absolute;
    width: 100%;
    color: #ebf1f1;
    font-size: 3em;
    letter-spacing: 10px;
    text-shadow: 4px 4px rgb(70, 70, 70);
    line-height: 50px;
    text-align: center;

}

h1{
       display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 1.2em;
}
.omnie{
    margin: 2% 6% 2% 4%;
    text-align: justify;
    font-size: 2.3em;
    line-height: 150%;
    font-family: 'Sedgwick Ave', cursive;
}

figure{
    margin: 4% 10% 1% 10%;
}
figure img{
    width: 100%;
}
