a.logo  img{
    height: 40px;
    width: auto;
}

@media (max-width: 1240px)
{
    .footer-nav
    {
        line-height: 30px;
        
    }
    .footer-nav a
    {
        font-size: 12px;
    }
}

@media (max-width: 800px)
{
    .right-section button
    {
        font-size: 18px;
        line-height: 25px;
    }
    .right-section .theme-head
    {
        font-size: 14px;
    }
    .right-section .theme ul li a
    {
        font-size: 12px;
    }
    .pagination>li>a, .pagination>li>span
    {
        font-size: 10px;
    }
    .right-section .theme-head
    {
        line-height: 25px;
    }
    .spy-container
    {
        margin-right: 0px;
    }
    .articles h2, .articles-comment h2, .articles-other h2
    {
        font-size: 14px;
    }
}
@media (max-width: 520px)
{
    .spy-container
    {
        display: none;
    }
    .right-section .theme-head
    {
        text-align: center;
    }
    .social
    {
        text-align: center;
    }
    .articles-other ul li a
    {
        font-size: 14px;
    }
}

@media (max-width: 430px)
{
    .right-section button
    {
        font-size: 16px;
        line-height: 25px;
    }
    .right-section .theme-head
    {
        font-size: 12px;
    }
    .right-section .theme ul li a
    {
        font-size: 10px;
    }
}

