@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Kaushan+Script&display=swap');

.title-news {
    padding-top: 5rem;
    font-size: 4rem;
}

@media screen and (max-width:1200px){
    .title-news{padding-top:130px}
}

.arto-slider .h1 {
    font-family: 'Arial';
}

h1, .h1{font-family: 'Kaushan Script', cursive;}


h2, .h2, h3, .h3, h5 {
    font-family: 'Abril Fatface', cursive;
    font-style: italic;
    font-size: 2.5rem!important;
}

.news-card {
    transition: padding 200ms;
    padding: 1rem 0;
}

.news-card:hover > .row {
    transition: box-shadow 200ms;
    box-shadow: 0 0 17px 0 #edc90d;
}

.news-card:hover {
    padding-top: 0;
    padding-bottom: 2rem;
}

.news-card .img-thumbnail {
    max-height: 200px;
}

#primary {
    /* background: #F2E6D3; */
    background-color: black;
}

.block-img-thumbnail {
    height: 450px;
}

.block-title-and-text .card, .block-title-and-text .card-header, .block-title-and-text .card-body, .block-title-and-text .card-footer {
    background-color: transparent;
    border: none;
}

.img-thumbnail-slider {
    background-color: transparent;
}

.text-primary {
    color: #00C2CB!important;
}

.banner {
    background: #000;
    max-height: 729px!important;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    height: 70%;
    width: 70%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
}