:root {
  --navBgColor: #080808;
  --opacitynavBgColor: rgba(223, 215, 194, 0);
  --navTextColor: white;
  --navhoverColor: rgb(211, 211, 211);
  --highLightColor: rgba(203, 125, 157, 1);
  --hoverColor: white;
  --darkColor: white;
  --sectionOddColor: #080808;
  --titleColor: white;
  --spanTitleColor: rgb(24, 24, 24);
  --mainFontColor: white;
  --mainOddFontColor: rgb(24, 24, 24);
  --footerBg: rgb(24, 24, 24);
  --btnBorderColor: #381308;
  --opacityFontColor: gray;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#nav-icon span {
  background: var(--darkColor);
}

.navbar {
  background-color: var(--opacitynavBgColor);
  /* box-shadow: 0px 2px 5px rgba(0,0,0,0.2); */
}

.hamburger {
  background: var(--navBgColor);
}

/* 
#home,#myCarousel{
  margin-top: 88px;
} */


.mainBg {
  /* The image used */
  background-image: url("../img/bg.jpg");
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  z-index: -10;
}

.mainMask {
  background-color: rgba(31, 31, 31, 0.849);
}

.section:nth-child(odd) {
  background-color: var(--sectionOddColor);
}

/* .mainBg {
  background-color: var(--navBgColor);
  background-size: cover;
  background-attachment: fixed;
}

.banner-full {
  background-image: url(../img/banner1.jpg)
} .section:nth-child(odd) {
  background-color: var(--sectionOddColor);
}

.section:nth-child(odd) h1,
.section:nth-child(odd) h2,
.section:nth-child(odd) h3,
.section:nth-child(odd) h4,
.section:nth-child(odd) h5,
.section:nth-child(odd) h6,
.section:nth-child(odd) p,
.section:nth-child(odd) a,
.section:nth-child(odd) li {
  color: var(--mainOddFontColor);
}

.section:nth-child(odd) span.beforeline,
.section:nth-child(odd) span.afterline {
  background: var(--spanTitleColor);
} */

.aboutFlex {
  display: flex;
  justify-content: center;
}

#sns ul li {
  filter: brightness(0);
}

.footer {
  background: var(--footerBg);

}

.floatRightText,
.floatLeftText {
  color: white;
}

.trafficText ul {
  border: 0;
}

.btnImg {
  margin: auto;
  width: 50px;
}

.roomImg {
  width: 70%;
  margin: auto;
}

.textAlignCenter {
  text-align: center;
}

.btn_group {
  justify-content: center;
}

.btn_a {
  border-color: var(--btnBorderColor);
}

.btn_a:hover {
  border: 1.5px solid var(--btnBorderColor);
}

.btn_a a:hover {
  color: white;
}

.btn_a::before {
  border-color: var(--btnBorderColor);
  background-color: var(--btnBorderColor);
}

.btn_a::after {
  border-color: var(--btnBorderColor);
  background-color: var(--btnBorderColor);
}

.borderColor {
  border-color: white;
}

.borderColor a:hover {
  color: var(--btnBorderColor);
}

.borderColor::before {
  border-color: white;
  background-color: white;
}

.borderColor::after {
  border-color: white;
  background-color: white;
}

.listMenuArea h4 {
  border-left: 1px solid white;
  padding-left: 15px;
}

.listMenuArea h4,
.listMenuArea ul {
  text-align: justify;
  line-height: 1.5;
}

.footer_logo img {
  padding: 15%;
}

.item6 {
  width: 16%;
  float: left;
  padding: 0 1%;
  margin: 0 auto 30px;
}

.overlay a {
  position: relative;
  top: 20%;
}

/* 響應式選單*/
@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) {
  .item6 {
    width: 25%;
  }
}

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

@media screen and (max-width:576px) {
  .listMenuArea h4 {
    font-size: 18px;
  }

  .aboutText h6 {
    font-size: 22px;
  }

  article>h3 {
    font-size: 28px;
  }

  .roomImg {
    width: 100%;
  }

  .item6 {
    width: 100%;
    margin: 0;
  }

  .mainBg {
    /* The image used */
    background-image: url("../img/banner2.jpg");
  }
}

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

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