/* -- FIXES -- */

.category_article h1,
.category_article h2,
.category_article h3 {
    text-decoration: none;
}

/* -- LAYOUT -- */

/* -- STYLING -- */

.category_article img {
    border: 1px solid #eeeeee;
}

.category_article a img {
    vertical-align: middle; /* [!] a hack to avoid extra space after the link */
}

.category_article h1,
.category_article h2,
.category_article h3 {
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    color: #212121;
    border-bottom: 2px solid white;
}

.category_article h1 {
    font-size: 24px;
}
.category_article h2 {
    font-size: 20px;
}
.category_article h3 {
    font-size: 18px;
}

.category_article h1:hover,
.category_article h2:hover,
.category_article h3:hover {
    border-bottom: 2px solid #212121;
}

.category_article p {
    color: #454545;
}

/* -- SPACING -- */

.category_article h1,
.category_article h2,
.category_article h3 {
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 17px;
}

.category_article,
.category_article p {
    line-height: 25px;
    margin-left: 30px;
    padding-bottom: 10px;
}

/* == MOBILE == */

@media screen and (max-width: 920px) {
    /* -- SPACING -- */
    .category_article h1,
    .category_article h2,
    .category_article h3 {
        margin-top: 15px;
        margin-bottom: 0px;
        max-width: 300px;
    }
    .category_article,
    .category_article p {
        max-width: 300px;
    }
    .category_article img {
        max-width: 300px;
    }
}
