:root {

  --navBgColor: #000000;

  --opacitynavBgColor: rgba(223, 215, 194, 0);

  --navTextColor: rgb(255, 255, 255);

  --navhoverColor: #BDE310;

  --highLightColor: rgba(203, 125, 157, 1);

  --hoverColor: rgba(255, 255, 255, 1);

  --darkColor: #688E17;

  --titleColor: #F7B72C;

  --mainFontColor: #BDE310;

  --opacityFontColor: rgba(103, 99, 90, 0.5);

  --mainBorder: 1.5px solid var(--opacityFontColor);

}


/* 側邊清單nav */
#nav-icon span {



  background: var(--darkColor);



}

#web-logo {
  border-radius: 50px;
}




.navbar {

  background-color: var(--opacitynavBgColor);

}

.greenshadow {
  box-shadow: 0px 2px 10px rgba(189, 227, 16, 0.5);
}


#nav-icon span {

  background: var(--darkColor);

}



/* 

#home,#myCarousel{

  

  margin-top: 88px;

} */

h3 {
  background-image: url('../img/txtBg.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 200px;
  background-position: center center;
  padding-top: 80px;
}

#traffic h3 {
  background-image: url('');
}

.mainBg {

  background-color: var(--navBgColor);

  background-size: cover;

  background-attachment: fixed;

}



.mainMask {

  background-color: rgba(0, 0, 0, 0);

}



.banner-full {

  background-image: url(../img/banner1.jpg)
}


/* header */


.navbar-fixed-top {
  height: 150px;
  /* background-color: #fff; */
  padding: 10px 20px 0;

}

#logo img {
  width: 130px;
  height: 130px;
}

/* 右邊的導覽清單 */
.navbar-right {
  margin-top: calc((130px - 50px)/2);
}


/* 關於我們 */
#about_third {
  margin-top: 10%;
}

.floatRightText,
.floatLeftText {
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 10px #ffffff;

}

/* 最新消息 */
#viewmore {
  text-align: center;
  margin: auto;
  margin-top: 10%;
}

.newsItem .newsImg,
.roomItem img {
  border: 1px solid #ffffff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
}

/* 更多庫東西 */

.proItem img {
  height: 650px;
  object-fit: cover;
  border: 1px solid #ffffff;
  box-shadow: 0 0 10px rgba(106, 255, 7, 0.9);
}

#morecool {
  width: 200px;
  margin: 100px auto 0;

}

#morecool a {

  padding: 15px;

}

/* 版面區塊 */
.section {
  background-image: url(../img/bg.jpg);
}


.section p {
  color: #6aff07;
}

.section:nth-child(odd) {

  background-color: #ffffff;
}




/* 聯絡我們 */
#traffic {
  position: relative;
  background-image: url(../img/contact.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#traffic::before {
  position: absolute;
  content: '';
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  filter: blur(20px);
}

/* .trafficText img {

  filter: brightness(0.4)
} */





#sns ul li {

  filter: brightness(0);

}

/* Footer */

.footerQRcode {
  margin: auto;

}

.qrcodeItem {
  margin: 10px;
}

.qrcodeItem img {
  width: 150px;
}

.footer {
  width: 100%;
  max-width: 1200px;
  background-color: #000000;
  margin: auto;

}



.floatRightText,

.floatLeftText {

  background-color: rgba(255, 255, 255, 0);

}



/* 響應式選單*/

@media (max-width:1200px) {

  #logo {

    width: 100%;

  }

  #logo img {
    width: 80px;
    height: 80px;
  }



  #home,

  #myCarousel {



    margin-top: 88px;

  }



  .navbar {

    background-color: var(--navBgColor) !important;

  }



  .navbar>.container-fluid .navbar-brand {

    margin-left: 0;

  }



  .navbar-brand>img {

    margin: auto;



  }



  .collapse {

    position: absolute;

    display: block;

    top: -1200%;

    margin: 0;

    left: 100%;

    width: 100%;

    min-height: 100vh;

    background-color: var(--navBgColor);

    transition: 0.5s;



  }



  .collapse.move {

    top: 0;

    left: 0;

    opacity: 1;

  }



  .shop1688 {

    left: 15px;

  }



  /* .navbar-collapse{

    background-color: var(--navBgColor);

  } */

  .navbar-header {

    float: none;



  }



  .navbar .container-fluid {

    padding: 0;

  }



  .container-fluid>.navbar-collapse {

    margin: 0;

  }



  .navbar-right {

    margin-right: 0;

  }



  .navbar-left,

  .navbar-right {

    float: none !important;

  }



  .navbar-toggle {

    display: block;

  }


  .navbar-fixed-top {
    height: 100px;

    top: 0;

    border-width: 0 0 1px;

    padding: 0;

  }



  .navbar-nav {

    text-align: center;

    float: none !important;

    margin-top: 100px;



  }



  .navbar-nav>li>a::after {

    content: '';

    width: 0%;

    height: 3px;

    background-color: var(--navhoverColor);

    margin: auto;

    margin-top: 5px;

    display: block;







  }



  .navbar-nav>li>a:hover::after {

    width: 5%;







    transition: 0.5s;

  }



  .navbar-nav>li {

    float: none;

  }



  .navbar-nav>li>a {

    padding-top: 10px;

    padding-bottom: 10px;



  }



}







/*響應式調整*/





@media screen and (max-width:1200px) {
  .proItem img {
    height: 450px;
    object-fit: cover;
    border: 1px solid #ffffff;
    box-shadow: 0 0 10px rgba(106, 255, 7, 0.9);
  }
}



@media screen and (max-width:1024px) {}



@media screen and (max-width:991px) {}



@media screen and (max-width:770px) {

  .footer>div {
    width: 100%;
    margin: 0 20px;
  }

  .qrcodeItem img {
    margin-top: 30px;
  }
}



@media screen and (max-width:576px) {

  .footerQRcode {
    margin: auto;
    left: 0;
  }

  .aboutText h6 {

    font-size: 22px;

  }



  article>h3 {

    font-size: 28px;

  }

}



@media screen and (max-width:414px) {
  #nav-icon {
    width: 40px;
    height: 10px;
  }

  .footer>div {
    width: 100%;
    margin: 0 20px;
  }

  .qrcodeItem img {
    width: 100px;
    margin-top: 30px;
  }

}



@media screen and (max-width:375px) {
  .footer>div {
    width: 100%;
    margin: 0 50px;
  }

  .qrcodeItem img {
    margin-top: 30px;
    width: 80px;
  }

}