/*
* styly pro news od 10/2020
*/
.news-head {
    font-family: 'Anton', sans-serif;
    font-size: 4rem;
    line-height: 1.8;
}
.news-text {
    font-family: 'Noto Serif', serif;
    font-size: 1.8rem;
    line-height: 1.8;
}
.news-h1 {
    font-family: 'Anton', serif;
    font-size: 2.6rem;
    line-height: 3.8rem;
    padding: 15% 2%;
    color: #000000;
}
.news-moto {
    font-size: 3rem;
}
.pt-10rem { padding-top: 10rem; }
.pb-10rem { padding-bottom: 10rem; }
.pb-12rem { padding-bottom: 12rem; }
@media screen and (max-width: 575px) {
    .news-head {
        font-size: 3.4rem;
        line-height: 1.8;
    }
    .news-text {
        font-size: 1.6rem;
        line-height: 1.432;
    }
    .news-moto {
        font-size: 2.4rem;
    }
    .pt-10rem { padding-top: 4rem; }
    .pb-10rem { padding-bottom: 4rem; }
    .pb-12rem { padding-bottom: 6rem; }
}
@media screen and (min-width: 576px) {
    .title-text {
        color: rgb(255,255,255,0.8);
        font-size: 8rem !important;
        position: relative;
        z-index: 9;
        top: 4%;
    }
    .news-h1 {
        padding: 15% 20%;
    }
}
.slide {
    top:-40px;
    -webkit-animation: slide-bottom 16s cubic-bezier(0.445, 0.050, 0.550, 0.950) 11s infinite alternate-reverse both; 
    animation: slide-bottom 16s cubic-bezier(0.445, 0.050, 0.550, 0.950) 1s infinite alternate-reverse both; 
}
.p-2rem { padding: 2rem; }
.table-style td {
    padding: 0 5px;
}
