:root {
  --navBgColor: rgb(255, 255, 255);
  --opacitynavBgColor: rgb(255, 255, 255);
  --navTextColor: #0001ab;
  --navhoverColor: #4e4ee2;
  --highLightColor: rgba(38, 43, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #0001ab;
  --titleColor: #0001ab;
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: #2345b6;
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#nav-icon span {

  background: var(--darkColor);

}


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


#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%;
}
.section:nth-child(odd) {
  background-color: rgba(187, 208, 212, 0)
}

.mainMask {
  background-color: rgba(255, 255, 255, 0.917);
}

.banner-full {

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


#sns ul li {
  filter: brightness(0);
}
.item1 {
  width: 80%;
  margin: auto;
}

p{
  font-weight: lighter;
}
b{
  color: #2345b6;
}
.aboutText p{
  text-align: justify;
  line-height: 30px;
}
.aboutItem p{
  text-align: center;
  margin-bottom: 10px;
  color: #2345b6;
}
.roomTypeArea h3{
  font-size: 30px;
    color: #2345b6;
    text-align: center;
    margin-bottom: 60px;
}
.btn_group a{
  width: 50%;
}
.roomTitle h4{
  color: #2345b6;
}
.menuItem h4{
  background-color: #2345b6;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-bottom: 0px;
  font-size: 20px;
}
.menuItem ul li{
  font-weight: lighter;
  text-align: justify;
}
.newsText p{
  text-align: justify;
  line-height: 28px;
}
.newsTitle h4{
 font-size: 18px;
}
article > h3::after{
  content: none;
}
article > h3::before{
  content: none;
}
article > h3{
  text-shadow:3px 2px 3px rgba(63, 63, 63, 0.614);
}
/* 響應式選單*/
@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) {
  .item1{
    width: 90%;
  }
}

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

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

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