.home_container {
    text-align: center;
    display: flex;
/*    background-color: #f4f1d3;*/
}
.home_text {
    width: 100%;
    text-align: justify;
    justify-content: center;
    align-items: center;
    padding: 5vw 15vw;
}
.home_header {
    font-family: 'Life Savers', cursive;
    text-align: center;
    font-size: 25px;
    color: #174116;
    letter-spacing: 2px;
    line-height: 1.5;
}
.home_paragraph {
font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.9;
/*    color: #343434;*/
    color: #22130a;
    letter-spacing: 1px;
}
parallax {
background-image: url(../img/krajobraz.jpg);  
width: 100vw;
height: 20vw;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: block;
}
parallax2 {
background-image: url(../img/krajobraz_2.jpg);  
width: 100vw;
height: 20vw;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: block;
}
parallax3 {
background-image: url(../img/krajobraz_las.jpg);  
width: 100vw;
height: 20vw;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: block;
}
.video-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 4vw;
}
.video {
    margin: 2vw 0;
    box-shadow: 6px 6px 12px gray;
}
.dokument-box {
    text-align: center;
}
.dokument {
    width: 20%;
    border: 1px solid gray;
    margin-bottom: 4vw;
}

@media(max-width: 500px) {
    .video {
        width: 80vw;
        box-shadow: none; 
    }
    parallax, parallax2, parallax3 {
        height: 30vw;
    }
}