:root {
  --navBgColor: #000000;
  --opacitynavBgColor: #000000;
  --navTextColor: rgb(255, 255, 255);
  --navhoverColor: #dfeaf3;
  --highLightColor: #405984;
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #7d4932;
  --titleColor: #3d5b8c;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: rgba(30, 30, 30, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#sns .booking {
  background-image: url(../img/booking.png);
  background-size: cover;
}

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

#nav-icon span {
  background: #dfeaf3;
}

#home,
#myCarousel {

  margin-top: 88px;
}


/* .mainBg {
  background: url(../img/bg.jpg) no-repeat;
  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(odd) {
  background-color: #b8b9b142;
}

.mainMask {
  background-color: rgba(213, 231, 246, 0.8);
}

.banner-full {

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

.aboutText h6 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 2px;
}

.aboutText p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
}

.roomTypeArea h3 {
  color: #5071a9;
  text-align: center;
  margin: 10px;
}

.roomTitle h4 {
  letter-spacing: 2px;
}

.Descrip {
  background: #d5e3ff;

}

.Descrip ul li {
  padding: 0 15px 15px 15px;
}

.Descrip h4 {
  background: #a2adbb;
  color: #ffffff;
  /* text-align: center; */
  padding: 10px;
  border: 2px solid #34508000;
}

.listMenuItem {
  margin-bottom: 3em;

}

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

.qrcode {
  width: 32%;
  margin: auto;
}

.newsTitle a {
  right: -76%;
  top: -22px;
  color: #5071a9;
}

#copyright {
  background-color: var(--navBgColor);
  color: #d5e3ff;
}





/* 響應式選單*/
@media (max-width:1200px) {
  #logo {
    width: 100%;
  }

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

  .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;
  }

  .navbar-nav>li>a {
    color: var(--navTextColor);
  }

  /* article>h3 {
    font-size: x-large;
    color: var(--titleColor);
    text-align: center;
    margin-bottom: 60px;
  } */
}

.newsText ol {
  line-height: 3rem;
}
@media screen and (max-width:1024px) {}

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

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

  .newsTitle {
    padding-top: 0px;
  }

  .newsText li {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0;
    text-decoration: none;
  }
  
  

}


@media screen and (max-width: 576px) {
  .sologan {
    font-size: 99%;
  }

  .newsTitle a {
    right: 1px;
    top: -2px;
    color: #5071a9;
  }

  .border1 {
    border-bottom: none;
  }

  .newsText {
    border-bottom: none;
  }
  
  .newsText ol {
    line-height: 2.5rem;
  }

  .newsText {
    display:block
  }

  

  .newsBt {
    display: none;
  }

}


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

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