/* Category dynamic CSS (term_id: 1) */
.category-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.category-header .category-h1 {
    font-size: 42px;
    color: #000000;
}
.category-header .category-h2,
.category-header .category-description {
    color: #000000;
}
.category-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

@media(max-width: 992px) {
    .category-header .category-h1 {
        font-size: 35px;
    }
}
@media(max-width: 768px) {
    .category-header .category-h1 {
        font-size: 25px;
    }
}

/* Articles */
.entry-header-post {
    background-color: rgb(70,236,213);
}
.entry-header-post h1 {
    color: #000000;
}
