:root {
  --navBgColor: #ffffff;
  --opacitynavBgColor: rgba(187, 208, 212, 0);
  --navTextColor: #1d1d1d;
  --navhoverColor: #826731;
  --highLightColor: rgba(38, 43, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #cdb68a;
  --titleColor: #c1a97b;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: rgba(30, 30, 30, 0.5);
  --mainBorder: 1.5px solid #cdb68a;
}

#nav-icon span {

  background: var(--darkColor);

}


.navbar {
  background-color: transparent;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}



.navbar-nav>li>a {
  letter-spacing: 2px;
  font-size: 17px;
}

#home,
#myCarousel {

  margin-top: 88px;
}

.mainBg {

  background-size: cover;
  background-attachment: fixed;
}

body:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../img/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 20%;
}

.section:nth-child(even) {
  background-color: #ffffff;
}

.mainMask {
  background-color: rgba(0, 0, 0, 0.699);
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}

.section:nth-child(odd) h4,
.section:nth-child(odd) li,
.section:nth-child(odd) .newsTitle i {
  color: #FFF;
}

.trafficText a {
  color: #ffffff;
}

.trafficText a:hover {
  opacity: 0.85;
}

.aboutItem {
  text-align: center;
}

.aboutText h6 {
  text-align: center;
  line-height: 1.8;
  font-size: 24px;
  letter-spacing: 3px;
}

.aboutText p {
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
}

#sns ul li {
  filter: brightness(0);
}

.sologan {
  letter-spacing: 3px;
}

.qrcode {
  width: 22%;
  margin-top: 2%;
}

.qrcode2 {
  width: 25%;
  margin: auto;
}

.item1 {
  width: 95%;
  margin: auto;
}

.newsText a {
  border-radius: 50px;
  width: 45%;

}

#menu img {
  width: 70%;
  margin: 0 auto 50px;
  box-shadow: 0 6px 15px 0;
}

#copyright {
  background-color: #c1a97b;
}

/* 響應式選單*/
@media (max-width:1200px) {
  #logo {
    width: 100%;
  }

  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar-brand>img {
    margin: auto;

  }

  .shop1688 {
    left: 15px;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar .container-fluid {
    background-color: var(--navBgColor);
  }

  .navbar-header {
    float: none;

  }

  .navbar-right {
    margin-right: 0;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
    padding-bottom: 20px;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

  }

  .collapse.in {
    display: block !important;
  }
}



/*響應式調整*/


@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:770px) {}

@media screen and (max-width:576px) {
  article>h3 {
    font-size: 30px;
  }

  .sologan {
    letter-spacing: 0px;
  }

  .qrcode {
    width: 50%;
  }

  .qrcode2 {
    width: 40%;
  }
}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {
  .aboutItem {
    width: 280px;
  }
}