body{
 background: url(../images/fpc-bg.jpg);    
}

img{
    max-width: 100%;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.clr{
    clear: both;
}

h1 {
    margin: 12px 0 21px 0;
    font-size: 28px;
    line-height: 130%;
    color: #006C49;
    letter-spacing: 0;
    font-weight: normal;
    font-family: '微軟正黑體', 'roboto', Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 21px;
    color: #8A734F; 
    font-weight: bold;
    line-height: 130%;
    letter-spacing: 0;
    margin: 25px 0 16px 0;
    padding: 0;
    clear: both;
}

h2 a {
    
font-size: 21px;
color: #8A734F; 
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 25px 0;
}
/* overvite bootstrap */
.container{
    padding-left: 25px;
    padding-right: 25px;
}


.header{
    padding: 50px 0 20px 0;
}

.topmenu{
    height: 39px;
}

.topmenu ul{
    margin: 0;
    padding: 0;
}
.topmenu li{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 11.6666%;
    float: left;
    text-align: center;
}

.topmenu a{
    background: url(../images/topmenu.jpg) 100% 0; 
    display:block; 
    height: 39px; 
    line-height: 20px; 
    color: #bbaaa5; 
    font-weight: bold;
    text-decoration: none;
}

.lang{
    border-right: #ccc solid 1px;
}

.footer{
 background: #5c4039;
    padding: 20px 0 30px 0;
    color: #FFF;
}
.copyright{
    background: #482f28;
    color: #FFF;
}

.footer-info{
margin-right: 15px;
}
.footer li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-form{
    padding: 30px 0;
}

.main{
    padding: 50px 0 90px 0;
}

.top-cart{
    font-size: 40px;
    margin-left: 10px;
    color: #bbaaa5;
}






/* colors */
    
.color-brown{
 color: #986515 !important;
}

/* backgrounds */
.bg-white{
    background: #FFF;
}
.bg-green{
    background: #8aba16;
}
.bg-yellow{
    background: #f7d631;
}
.bg-orange{
    background: #ef8726;
}
.btn-brown{
    background-color: #5c4039 !important;
    border: 1px solid #5c4039 !important;
    color: #ffffff !important;
}
.btn-outline-brown{
    color: #5c4039;
    background-color: transparent;
    background-image: none;
    border-color: #5c4039;
}
.outline-brown:hover{
    color:#fff;
    background-color:#007bff;
    border-color:#007bff;
}

/* bootstrap */
.col-form-label{
    white-space: nowrap;
}








