﻿/* -----------------------------------------
   Responsive响应 1100
----------------------------------------- */
@media only screen and (max-width: 1300px)
{
    .org-media-buttons
    {
        display: block;
    }

    .social-media-buttons
    {
        display: none;
    }
}
/* -----------------------------------------
   Responsive响应 830
----------------------------------------- */
@media only screen and (max-width: 830px)
{
    .sharing-section h3
    {
        font-size: 15px;
    }
}
/* -----------------------------------------
   Responsive响应 800
----------------------------------------- */
@media only screen and (max-width: 800px)
{
    .org-media-buttons
    {
        width: 80%;
    }

    .page-subtitle
    {
        font-size: 18px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 356px)
{
    .page-subtitle
    {
        font-size: 14px;
        line-height: 28px;
    }
}
