﻿

/* RESPONSIVE CSS
-------------------------------------------------- */

.w-xs-100 {
    width: 100% !important;    
}

.w-md-75 {
    width: 75% !important;
}

.w-lg-75 {
    width: 75% !important;
}


@media (max-width: 767.98px) {
/*    body {
        font-size: 12px;
    }*/

    .w-xs-100 {
        width: 100% !important;       
    }

/*    .w-md-75 {
        width: 75% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }*/

    .TopTitle {
        font-size: 32px;
        font-family: Microsoft JhengHei;
        font-weight: bold;
    }

    .TopSubTitle {
        font-size: 22px;
        font-family: Microsoft JhengHei;
        font-weight: normal;
    }

    .TopTitleDepiction {
        font-size: 18px;
        font-family: Microsoft JhengHei;
        font-weight: normal;
    }

    .MainTitle {
        font-size: 32px;
        font-family: Microsoft JhengHei;
        color: #2F56A2;
        font-weight: bold;
    }

    .MainTitleDepiction {
        font-size: 22px;
        font-family: Microsoft JhengHei;
        color: #3F3F3F;
        font-weight: bold;
    }

    .ItemTitle {
        font-size: 22px;
        color: #3F3F3F;
        font-weight: bold;
    }

    .ItemText {
        font-size: 22px;
        color: #3F3F3F;
        font-weight: normal;
    }

    .IconTitle {
        font-size: 22px;
        font-weight: bold;
        color: #4A90E2
    }

    .IconText {
        font-size: 16px;
        color: #3F3F3F;
    }

}

@media (min-width: 768px) and (max-width: 1199.98px) {
/*    body {
        font-size: 14px;
    }*/

    .TopTitle {
        font-size: 48px;
        font-family: Microsoft JhengHei;
        font-weight: normal;
    }

    .TopSubTitle {
        font-size: 32px;
        font-family: Microsoft JhengHei;
        font-weight: normal;
    }

    .TopTitleDepiction {
        font-size: 22px;
        font-family: Microsoft JhengHei;
        font-weight: normal;
    }

    .MainTitle {
        font-size: 32px;
        font-family: Microsoft JhengHei;
        color: #2F56A2;
        font-weight: bold;
    }

    .MainTitleDepiction {
        font-size: 22px;
        font-family: Microsoft JhengHei;
        color: #3F3F3F;
        font-weight: bold;
    }

    .ItemTitle {
        font-size: 22px;
        color: #3F3F3F;
        font-weight: bold;
    }

    .ItemText {
        font-size: 22px;
        color: #3F3F3F;
        font-weight: normal;
    }

    .IconTitle {
        font-size: 22px;
        font-weight: bold;
        color: #4A90E2
    }

    .IconText {
        font-size: 16px;
        color: #3F3F3F;
    }

}

@media (min-width: 1200px) {
/*    body {
        font-size: 16px;
    }*/

    .TopTitle {
        font-size: 48px;
        font-family: Microsoft JhengHei;
        font-weight: normal;
    }

    .TopSubTitle {
        font-size: 32px;
        font-family: Microsoft JhengHei;
        font-weight: normal;
    }

    .TopTitleDepiction {
        font-size: 22px;
        font-family: Microsoft JhengHei;
        font-weight: normal;
    }

    .MainTitle {
        font-size: 32px;
        font-family: Microsoft JhengHei;
        color: #2F56A2;
        font-weight: bold;
    }

    .MainTitleDepiction {
        font-size: 22px;
        font-family: Microsoft JhengHei;
        color: #3F3F3F;
        font-weight: bold;
    }

    .ItemTitle {
        font-size: 22px;
        color: #3F3F3F;
        font-weight: bold;
    }

    .ItemText {
        font-size: 22px;
        color: #3F3F3F;
        font-weight: normal;
    }

    .IconTitle {
        font-size: 22px;
        font-weight: bold;
        color: #4A90E2
    }

    .IconText {
        font-size: 16px;
        color: #3F3F3F;
    }

}
