:root {
  --navBgColor: rgb(22, 22, 22);
  --opacitynavBgColor: rgba(223, 215, 194, 0);
  --navTextColor: #f4d73b;
  --navhoverColor: #ffffff;
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #f4d73b;
  --titleColor: #f4d73b;
  --mainFontColor: rgb(243, 243, 243);
  --opacityFontColor: rgba(253, 253, 253, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}
#nav-icon span {
  background: var(--darkColor);
}
.navbar {
  background-color: var(--opacitynavBgColor);
  box-shadow: 0px 2px 5px rgba(255, 253, 126, 0.2);
}


#nav-icon span {
  background: var(--darkColor);
}
/*
#home,#myCarousel{
  margin-top: 88px;
} */
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%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainMask {
  background-color: rgba(22, 22, 22, 0.717);
}
.banner-full {
  background-image: url(../img/banner1.jpg)
}
.section:nth-child(odd) {
  background-color: rgb(24, 24, 24);
}
.trafficText img {
  filter: brightness(1);
}
#sns ul li {
  filter: brightness(0);
}
.footer {
  background-color: rgb(17, 17, 17);
}
.floatRightText,
.floatLeftText {
  background-color: rgba(255, 255, 255, 0);
}
.item1{
  width: 70%;
  margin: auto;
}
#copyright{
  background-color: rgb(17, 17, 17);
  color: #ffffff;
}
.btn_a a{
  color: #f4d73b;
}
.btn_a a:hover{
  color: #000;
}
.roomTitle{
  padding: 10px;
  border: 4px double #f6df58;
}
.roomTitle h4{
  margin-top: 0px;
  text-align: center;
  color: #f4d73b;
}
.roomTitle p{
  font-size: 15px;
  text-align: center;
  color: rgb(192, 192, 192);
}
b{
  color: #f3e281;
}
.roomText p{
  text-align: justify;
  line-height: 27px;
}
.floatRightText, .floatLeftText{
  border: 7px double #f4d73b;
}
.aboutText p{
  text-align: justify;
  line-height: 28px;
}
.col-sm-5 img{
  box-shadow: 5px 5px 10px #000;
}
.navbar-nav > li > a{
  text-shadow:1px 1px 8px rgba(218, 218, 218, 0.855);
}
/* 響應式選單*/
@media (max-width:1200px) {
  #logo {
    width: 100%;
  }
  #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 {
    top: 0;
    border-width: 0 0 1px;
  }
  .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) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:770px) {
  .item1{
    width: 90%;
  }
}
@media screen and (max-width:576px) {
  .aboutText h6 {
    font-size: 22px;
  }
  article>h3 {
    font-size: 28px;
  }
}
@media screen and (max-width:414px) {}
@media screen and (max-width:375px) {}