/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #header #slogan {
        line-height: 25px;
        margin: 5px 0;
    }

    .home-category-container {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /*.sidebar-category {
        display: none;
    }*/
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}