@media (max-width: 991px) {


}

@media (max-width:991px) {

    .mood {
        background-image: url(../img/mood_dummy.jpg);
        background-size: cover;
        background-position: center top;
        width: 100%;
        height: 290px;
        background-attachment: scroll;
    }

    header {
        height: auto;
        position: relative;
    }

    article.content {
        padding-top: 0px;
    }

    .logo{
        margin-top: 5px;
        width: 160px;
        height: 80px;
    }

    .logo img {
        padding-top: 12px;
    }

    .copyright,
    .webdesignby {
        font-size: 18px;
    }

}

@media (max-width:767px) {

    .mood {
        background-image: url(../img/mood_dummy.jpg);
        background-size: cover;
        background-position: center top;
        width: 100%;
        height: 190px;
        background-attachment: scroll;
    }

    .tablepress tr th {
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;

    }

    .tablepress tr td {
        font-size: 12px;
        line-height: 14px;
        padding: 4px 2px;
    }

    .tablepress tr td:first-of-type {
        white-space: nowrap;
    }
    
    .copyright,
    .webdesignby {
        text-align: center;
        float: none;
    }


    .logo {
        width: 160px;
        height: 80px;
        margin-top: 5px;

    }

    .logo img {
        padding-top: 12px;

    }

    .facebook {
        float: none;
        margin-left: 35px;
        margin-bottom: 15px;
        display: block;
        margin-top: 15px;
    }


}