/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: Qamar
Author URI: https://wordpress.org/
Description: This is description.
Tags: tags
Version: 0.1.0
Updated: 2018-03-15 15:42:15
*/

    /* 取消網站標題強制大寫 */
    .site-title a {
        text-transform: none;
        color: #ffffff !important;
    }
    
    /* 網站標題說明顏色 */
    .site-description {
        color: #f0f0f0 !important;
    }
    
    .custom-header {
        /*background-color: #28AE3D;*/
        background-color: #008033;
    }
    
    /* 掩藏頁面標題 */
    .entry-header {
        display: none;
    }
    
    /* 主内容顶部缩进 */
    .site-content {
        padding: 0 0 0 0;
    }
    
    /* 整体背景色 */
    #content {
        background-color: #ffffff;
    }
    
    /* top menu的背景色 */
    #top-menu.menu {
        background-color: #4BA83B !important;
    }
    /* top menu的字顏色, 改了後在哪一個頁面就沒有顏色變化了 */
    #top-menu.menu a {
        color: #ffffff;
    }
    
    /* 手機版的top menu背景色 */
    .navigation-top {
        background-color: #4BA83B !important; 
    }
    .main-navigation ul {
	    background: #4BA83B;
    }
    
    
    /* footer */
    .site-content-contain {
        background-color: #4BA836;
    }
    #colophon.site-footer {
        background-color: #008033;
    }
    
    .site-info a {
        color: #fff !important;
    }
    
    
    /* 主内容顶部缩进 */
    .page-template-page-full-width .site-content {
        padding: 0 0 0 0 !important;
        /*
        background-image: url("https://jing.aholux.com/wp-content/uploads/2020/03/home-background.jpg");
        */
    }
    
    
/* computer screen */
@media screen and (min-width: 48em){

    
    /* 頂導航欄 */
    .navigation-top {
        font-size: 1.3rem;
        height: 2.4rem;
    }
    .navigation-top a {
        background-color: transparent;
        padding-top: 0 !important;
    }
    .navigation-top .wrap {
        max-width: 4000px !important;
        padding: 0 0 0 0 !important;
        /*margin-left: 0;*/
    }
    #top-menu.menu {
        height: 2.3rem;
        width: 100% !important;
    }
    
    
    /* header高度改小 */
    .site-branding {
        padding-top: 1rem;
    }
    .custom-header-image {
        height: 6rem;
    }
    .custom-header {
        height: 6rem;
    }
    
    
    /* 以下是範本用 */
    
    .body .page-template-page-full-width .navigation-top {
        font-size: 1.3rem;
        height: 2.4rem;
    }
    
    .page-template-page-full-width .site-content .wrap {
        max-width: 3000px !important;
        padding: 0 !important;
    }
    
     .page-template-page-full-width #primary {
        max-width: 3000px !important;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
}
    
    