/* body {
    font-family: 'Open Sans',sans-serif;
    margin: 0;
} */
.blog-lista {
    margin-left: 40px !important;
}
.blog-lista li {
    list-style: disc !important;
}
.blog-link {
    color: #86bc42 !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
  }
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.dropdown-menu {
    margin: 0 !important;
}
.warstwa {
    background-color: #000;
    height: 868px;
    position: relative;
    display: block;
    overflow: visible;
}
.warstwa-nad {
    overflow: hidden;
    opacity: 50%;
    height: 868px;
    z-index: 5;

    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}
.obrazek-tlo {
    width: 100%;
    animation: wdal ease 20s;
}
@keyframes wdal {
    0% {transform: scale(1.5);}
    100% {transform: scale(1);}
}
@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:50%;}
}
@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:50%;}
}
@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:50%;}
}
@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:50%;}
}
@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:50%;}
}
.warstwa h1 {
    color: #FFF;
    position: absolute;
    top: 270px;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans',sans-serif !important;
}
@keyframes scale {
    100% {
        transform: scale(1);
    }
}
.front {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}
.front:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.8, 0);
    animation-delay: 0.6s;
    font-size: 110px;
    font-weight: 600;
    letter-spacing: -5px;
} 
.front:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.8, 0);
    animation-delay: 0.9s;
    font-size: 110px;
    font-weight: 600;
    letter-spacing: -5px;
}
.front:nth-child(4) {
    animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.8, 0);
    animation-delay: 1.2s;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Montserrat',sans-serif;
}
.front:nth-child(5) {
    animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.8, 0);
    animation-delay: 1.5s;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Montserrat',sans-serif;
}
.front:nth-child(6) {
    animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.8, 0);
    animation-delay: 1.8s;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Montserrat',sans-serif;
}
@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

@media screen and (max-width:767px){
    .warstwa {
        height: 540px;
    }
    .warstwa-nad {
        height: 540px;
        width: auto;
        display: flex;
        justify-content: center;
    }
    .obrazek-tlo {
        max-width: none !important;
        width: 938px;
        height: auto;
    }
    .warstwa h1 {
        top: 150px;
        padding: 0 50px;
    }
    
    .front:nth-child(1), .front:nth-child(2) {
        font-size: 53px;
        line-height: 53px !important;
    }
    .front:nth-child(4), .front:nth-child(5), .front:nth-child(6){
        font-size: 19px;
        line-height: 23px !important;
    }
}