@media only screen and (min-width: 768px){
.topnavbar {
    background: none;
}}

#nav ul li.current a {
    color: #461605;
}

#nav ul li a {
    color: #3e1303;
}

#nav ul li a:hover {color: #95949a;}

.h1title {
    color: #a95227;
}

.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}


.fcol .container {
    color: #a95227;
}







/*按鈕*/
.buttons-coll {
  width: 90%;
  margin: 10px auto;
  text-align: center;
}
button {
  margin: 20px;
}
.custom-btn {
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

/**** BTN No. 14 ****/
.btn-14 {
  border: 2px solid #000;
  z-index: 1;
}
.btn-14:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #000;
  transition: all 0.3s ease;
}
.btn-14:hover {
  color: #fff;
}
.btn-14:hover:after {
  left: 0;
  width: 100%;
}
.btn-14:active {
  top: 2px;
}


#footer {
    color: #b6b6b6;
    background-color: #f3c7b9;
}


.contact-row h5 {
    color: #353535;
}


#footer {
    color: #353535;
}


#foot-nav ul li.current a, #foot-nav ul li a:hover {
    color: #353535;
}


#foot-nav ul li a {
    color:#353535;
}



#contact-info ul li span {
    color: #353535;
}

#footer a {
    color: #353535;
}




#footer {
    background: url(https://static.iyp.tw/39089/files/95a4d9fe-4b62-4c1b-89da-61a143754dc2.png) no-repeat center rgba(0,0,0,0);
}






ul.product-list li a:hover {
    color: #000;
    background-color: rgba(242,206,198,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(242,206,198,0.3);
}





/*圖片透明效果*/
.img3{
    opacity: 1.0; //設為完全不透明
    filter: alpha(opacity=50); // IE8 與更早的版本
}
.img3:hover{
    opacity: 0.5; //透明度設為 0.5
    filter: alpha(opacity=100); // IE8 與更早的版本
}
/*圖片透明效果*/









#FB {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 45px;
    position: fixed;
}


#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 120px;
    position: fixed;
}


#line {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 198px;
    position: fixed;
}

