    html {font-size:100%;}
    body {font-size:100%; margin:0; padding:0;}
    h1 {color:black; text-align:center; font-size: 3rem;}
        @media screen and (max-width:1080px) {
            h1 {font-size:1.5rem;
                margin-top: 0.5rem;
                margin-bottom: 0.5rem;
                }
            }
    h2 {color:black; text-align:center; font-size: 2rem;}
        @media screen and (max-width:1080px) {
            h2 {font-size:1.2rem;
                margin-top: 0.5rem;
                margin-bottom: 0.5rem;
                }
            }
    /* Bigger Main Title for H1 */
    .bigtitle
        {
        clear: both; 
        color:black;
        text-align:center;
        font-size: 2rem;
        }
        @media screen and (min-width:1024px) {
        .bigtitle {
            font-size: 4rem;
        }
        }
        
    .bigtitleblog
        {
        clear: both; 
        color:#0066CC;
        font-weight:600;
        text-align:left;
        font-size: 1.75rem;
        font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
        }
        @media screen and (min-width:1024px) {
        .bigtitleblog {
            font-size: 2.2rem;
        }
        }
        
    .orangeleft
        {color: #ff5000; 
        text-align: left;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        }
        @media screen and (min-width:1024px) {
        .orangeleft {
            font-size: 1.75rem;
        }
        }
        
    .nobreak {white-space: nowrap;}

    /* New Menu Bar Responsive */       

    #firstnav {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
        width: 100%;
        }
        
    .firstnavitems {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        font-size: 1.1rem;
        }
        @media screen and (min-width:1024px) {
            .firstnavitems {
            font-size: 2rem;
            width:90%;
            }
        }
        @media screen and (min-width:1200px) {
            .firstnavitems {
            font-size: 2rem;
            width:80%;
            min-width:1080px;
            }
        }    
        
    

    ul.firsttopmenu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #ffffff;
        font-size: 1.1rem;
        width:100%;
            }
        @media screen and (min-width:1024px) {
            ul.firsttopmenu {
            font-size: 2rem;
            width:90%;
            margin: 0 auto;
            }
        }
        @media screen and (min-width:1200px) {
            ul.firsttopmenu {
            font-size: 2rem;
            width:80%;
            min-width:1080px;
            margin: 0 auto;
            }
        }
            
    ul.firsttopmenu > li {
        margin:0;
        padding:0;
        float: left;
        }
    ul.firsttopmenu > li > a {
        display: block;
        margin: 0;
        color: blue;
        text-align: center;
        text-decoration: none;
        }
       
    ul.firsttopmenu > li > a:hover {
        background-color: #d3d3d3;
        }
    ul.firsttopmenu li.greentab a {
        color:lime;
    }
    ul.topmenu li.floatrightblue {
        float: right;
        background-color:blue;
        }
    ul.topmenu li.floatrightgreen {
        float: right;
        background-color:green;
        }
    .smallscreen {
        display : block;
        }
        @media screen and (min-width:1024px) {
            .smallscreen {
            display: none;}
            }
    .bigscreen {
        display : none;
        }
        @media screen and (min-width:1024px) {
            .bigscreen {
            display: block;}
            } 
    
    li.bigbigscreen {
        display : none;
        }
        @media screen and (min-width:1200px) {
            li.bigbigscreen {
            display: inline-block;}
            } 

    .websitelogotab1
        {width:33%;
         background-color: white;
        }
        @media screen and (min-width:640px) {
            .websitelogotab {
                max-width: 300px;
            }
        }
        
     .websitelogotab2
        {width:33%;
         background-color: white;
        }
        @media screen and (min-width:640px) {
            .websitelogotab {
                max-width: 300px;
            }
        }
        
    .websitelogo
        {margin:0;
         width: 100%;
         height:auto;
        }

    .logowrapper
        {box-sizing: border-box;
         padding: 4% 0.75%;}

    .texttab
        {width: 3em;
         padding: 0.8em 0.4em;
        }
        @media screen and (min-width:1024px) {
            .texttab {
                width: auto;
                padding: 0.8em 0.8em;
            }
        }
    
    .optiontab
        {width: 3em;
         padding: 0.8em 0.2em;
        }
    
    #secondnav {
        clear:both; 
        background-color:#ff0000;
        background-image: linear-gradient(to right, red, #ff5000 10%, #ff5000 90%, red);
        }

    ul.secondtopmenu {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow:hidden;
        background-color: #ff5000;
        font-size: 0.8rem;
        font-weight: bold;
        width:100%;
        }
        @media screen and (min-width:1024px) {
            ul.secondtopmenu {
            font-size: 1.5rem;
            width:80%;
            margin: 0 auto;
            }
        }
        
    ul.secondtopmenu > li {
        margin:0;
        padding:0.3em;
        color: white;
        }
        
    ul.secondtopmenu > li > a {
        display: block;
        height:100%;
        margin: 0;
        color: white;
        text-align: center;
        text-decoration: none;
        }
       
    ul.secondtopmenu > li > a:hover {
        background-color: #cc4000;
        }

    .texttabfive
        {padding: 0.8em 0.5em;
        }

/*    .dropdown-menu-show {display: block;} */

    .dropdown-button {
        position: relative;
        display: inline-block;
        list-style-type: none;
        margin:0;
        padding:0;
        text-align: center;
        background-color: #0000ff;
        z-index: 1;
        }
    
    .dropdown-button ul {
        list-style-type: none;
        margin:0;
        padding:0;
        }

/*    
    .dropdown-button a:hover .dropdown-items {
        background-color: red;
        display: block;
        }
*/

    .dropdown-items {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 100px;
        list-style-type: none;
        margin:0;
        padding:0;
        background-color: #222222;
        min-width: 200px;
        overflow: visible;
        box-shadow: -10px 8px 8px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 2;
        border: 1px solid red;
        }
 
    .dropdown-items li {
        padding: 0;
        margin: 0;
        }
    
    .dropdown-items > li > a {
        display: block;
        color: black;
        background-color: #e0e0e0;
        padding: 12px 16px;
        text-decoration: none;
        text-align: left;
        }
    
    .dropdown-items > li > a:hover {
         background-color: #a0a0a0;
        }

/*  main content */    

    .clearbar {
        clear:both;
        }
        
    .contentbody {
        margin: 0 auto;
        padding: 0;
        width:100%;
        background-color: #f0f0f0;
            }
        @media screen and (min-width:1024px) {
            .contentbody {
            width:90%;
            }
        }
        @media screen and (min-width:1200px) {
            .contentbody {
            width:80%;
            min-width:1080px;
            }
        }
        

    .blogcolumn {
        margin: 0 auto;
        padding: 1em;
        font-size: 1.2rem;
        background-color: rgb(241, 245, 249);
        border-radius: 1em;
        }
        @media screen and (min-width:1024px) {
            .blogcolumn {
            font-size: 1.5rem;
            width:90%;
            }
        }
        @media screen and (min-width:1200px) {
            .blogcolumn {
            font-size: 1.5rem;
            width:80%;
            min-width:1080px;
            }
        }
        
    .locationbar {
        font-size: 70%;
        letter-spacing: 0.15em;
        line-height: 1.2;
        color:grey;
    }
    
    .locationbar > a {
        text-decoration: none;
    }
    .locationbar > a:link {color:blue;}
    .locationbar > a:visited {color:blue;}
    .locationbar > a:hover {color:#ff5000;}
    .locationbar > a:active {color:#ff5000;}
    
    .gradientline {
        height:5px;
        background-image:linear-gradient(to right, red, orange);
        }
    
    /* Topic List Responsive */ 
    ul.topics {
        list-style-type: square;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #f0f0f0;
        font-size: 1.2rem;
        }
        @media screen and (min-width:1080px) {
            ul.topics {
            font-size: 2rem;}
            }
    ul.topics li{
        letter-spacing: 0.05em;
        margin: 0.5em 0px 0.5em 1.5em;
        }
        
    
    ul.ultopmenu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333;
        }
    li.litopmenu {
        float: left;
        }
    li.litopmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        }
    li.litopmenu a:hover {
        background-color: #111111;
        }



    .photowrapper {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        position: static;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0px;
        border: 0px;
        text-align:center;
        }
    .imgblock {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        border-radius: 1em;
        }
        
    .imgpricecontainer {
        position: relative;
        }
        
    .imgpricetopright {
        position: absolute;
        top: 20%;
        right: 10%;
        color:red;
        font-weight:bold;
        font-size: larger;
        font-family: times;
        } 
    
    figure.blogphoto {
        box-sizing: border-box;
        width: 100%;
        max-width: 1440px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        color: grey;
        font-size: 0.9rem;
        font-style: italic;
        border: 0;
        background-color: white;
    }
    /* If the screen size is 1440px wide or more, set the font-size to 1.5rem */
    @media screen and (min-width: 1024px) {
    figure.blogphoto {
        font-size: 1.8rem;
    }
    }
    figure.blogphoto figcaption {
        color: black;
        font-size: 0.75rem;
        padding: 0.25rem;
    }
     /* If the screen size is 1440px wide or more, set the font-size to 1.5rem */
    @media screen and (min-width: 1024px) {
    figure.blogphoto figcaption {
        font-size: 1.5rem;
        padding: 0.5rem;
    }
    }
    figure.blogphoto p {
        color: red;
        text-align: left;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .imgbanners {
        display: block;
        width: 100%;
        height: auto;
    }
    
    div.guide {
    font-size: 16px;
    background-color: #f0f0f0;
    color: black;
    position: static;
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin : 0 auto;
    padding: 0px;
    }
    div.guide h2{
    color: black;
    }
    div.guide ol {
        padding-left : 8%;
        padding-right : 8%;
        line-height: 120%;
    }
    div.guide ol li {
        padding-left: 1em;
    }
    div.guide ul {
        list-style-type:square;
        margin:0;
        padding:0;
        font-weight: bold;
        color: red;
    }
    div.blogwrapper {
        box-sizing: border-box;
        font-size: 1.1rem;
        background-color: #f0f0f0;
        color: black;
        position: static;
        width: 100%;
        height: auto;
        max-width: 1440px;
        margin : 0 auto;
        padding: 0.8rem;
        }
        @media screen and (min-width:1080px) {
        div.blogwrapper {
            font-size: 2rem;
            padding: 1rem;
        }
        }
    
    div.bloginner {width: 100%}
    article.blog {
    background-color: #f0f0f0;
    color: black;
    position: static;
    width: auto;
    height: auto;
    margin : 0 auto;
    padding: 0;
    }
    
    .chinese {
        letter-spacing: 0.15em;
        line-height: 1.8;
    }
    
    p.chineseremarks {
        font-size: 75%;
        letter-spacing: 0.15em;
        line-height: 1.2;
    }
    /* 87.5% of size of above para */
    p.blogfooter {
        letter-spacing: 0.1rem;
        line-height: 1.4rem;
        font-size: 0.875rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        text-align: center;
        }
        @media screen and (min-width:1080px) {
        p.blogfooter {
            font-size: 1.75rem;
            line-height: 2.8rem;
            margin-top: 3rem;
            margin-bottom: 3rem;
        }
        }
    
    a.textlink:link {color:blue; text-decoration: none; font-weight: normal;}
    a.textlink:visited {color: blue; text-decoration: none; font-weight: normal;}
    a.textlink:hover {color: dodgerblue; TEXT-DECORATION: none; font-weight: normal;}
    a.textlink:active {color: dodgerblue; TEXT-DECORATION: none; font-weight: normal;}
    a.textlinkbold:link {color:blue; text-decoration: none; font-weight: bold;}
    a.textlinkbold:visited {color: blue; text-decoration: none; font-weight: bold;}
    a.textlinkbold:hover {color: dodgerblue; TEXT-DECORATION: none; font-weight: bold;}
    a.textlinkbold:active {color: dodgerblue; TEXT-DECORATION: none; font-weight: bold;}
    a.textlinksmall:link {font-size:75%; color:blue; text-decoration: none; border-bottom: 1px dashed blue;}
    a.textlinksmall:visited {font-size:75%; color: blue; text-decoration: none; border-bottom: 1px dashed blue;}
    a.textlinksmall:hover {font-size:75%; color: dodgerblue; TEXT-DECORATION: none; border-bottom: 1px dashed blue;}
    a.textlinksmall:active {font-size:75%; color: dodgerblue; TEXT-DECORATION: none; border-bottom: 1px dashed blue;}
    a.textlinkboldrow:link {color:blue; text-decoration: none; font-size:3vw; font-weight: bold;}
    a.textlinkboldrow:visited {color: blue; text-decoration: none; font-size:3vw; font-weight: bold;}
    a.textlinkboldrow:hover {color: dodgerblue; TEXT-DECORATION: none; font-size:3vw; font-weight: bold;}
    a.textlinkboldrow:active {color: dodgerblue; TEXT-DECORATION: none; font-size:3vw; font-weight: bold;}

    ol.bloglist {
        margin-left: 0;
        margin-right: 0.5em;
        letter-spacing: 0.15em;
        line-height: 1.5;
    }
    @media screen and (min-width:1080px) {
        ol.bloglist {
            margin-left: 1em;
            margin-right: 1em;
        }
        }
    
    table.blogtestings {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid silver;
    }
    @media screen and (min-width:1080px) {
        table.blogtestings {
            width: 60%;
        }   
    }

    table.blogtestings th, td {
    text-align: center;
    padding: 8px;
    }

    table.blogtestings tr:nth-child(even){background-color: #f2f2f2}
    
    .myanchor {
        margin-top:-5em; padding-top:5em;
    }
    
    
    .footer-site {
        background-image: linear-gradient(0deg, #ff5000, #ffa500);
        color: #fff;
        margin: 0;
        font-size: 0.875rem;
        padding: 1em 0;
        text-align: center;
        }
     @media screen and (min-width:1024px) {
        .footer-site {
            font-size: 1.5rem;
            }
        }  
    .footer-site p{margin:0}
    
