:root {
  --navBgColor: rgb(160, 216, 202);
  --opacitynavBgColor: rgb(160, 216, 202);
  --navTextColor: rgba(0, 0, 0, 1);
  --navhoverColor: rgb(160, 216, 202);
  --highLightColor: rgba(38, 43, 157, 1);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: rgb(26, 41, 47);
  --titleColor: rgb(223, 94, 133);
  --mainFontColor: rgba(30, 30, 30, 1);
  --opacityFontColor: rgba(30, 30, 30, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}

#copyright {
  background-color: rgb(160, 216, 202);
}

.item1 img {
  margin: auto;
}



#nav-icon span {

  background: var(--darkColor);

}

article>h3 {
  font-size: 50px;
}

.navbar-nav>li>a {
  color: rgb(231, 97, 103);
}

.navbar-nav>li {
  border-style: none;
  background-color: #FFF;
  margin-right: 8px;
  border-radius: 5%;
}

/* #home img {
  max-height: 800px;
} */

.navbar {
  background-color: transparent;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

#nav-icon span {
  background: var(--darkColor);
}

#logo {
  height: 110px;
}

#home,
#myCarousel {

  margin-top: 110px;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 2.3cm;
  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%;
}



/* .mainBg {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */

/* .section:nth-child(odd) {
  background-color: rgba(187, 208, 212, 1);
} */
.homeCover {
  background-color: rgba(64, 33, 15, 0.1);
}



.section1 {
  background-color: rgba(139, 211, 226, 0.514);
}

.section2 {
  background-color: rgba(236, 84, 147, 0.514);
}

.homeCover {
  width: 100%;
  height: 100%;
  margin-bottom: 150px;
}

.hometop h4 {
  padding: 8px;
  background-color: rgb(248, 222, 188);
  text-align: center;
  position: relative;
  top: 0vh;
  width: 100%;
  font-size: 42px;
  line-height: 66px;
  font-weight: bold;
}

.homeCover h4 {
  padding: 8px;
  background-color: rgb(188, 219, 248);
  border: 4px solid #FFF;
  text-align: center;
  position: absolute;
  top: 0vh;
  width: 100%;
  font-size: 42px;
  line-height: 66px;
  font-weight: bold;
}

.homeCover b {
  font-size: 42px;
  color: rgb(252, 110, 15);
}

.mainMask {
  background-color: rgba(0, 0, 0, 0);
}

.banner-full {

  background-image: url(../img/banner1.jpg)
}

.navbar-right {
  margin-top: calc((145px - 50px)/2);
}


.videoItem img {
  margin-bottom: 15px;
}

.navbar {
  height: 110px;
}

.aboutTitle h4 {
  font-size: 36px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: var(--mainBorder);
}

article>h6 {
  text-align: center;
  margin-bottom: 80px;
  padding: 8px;
  font-size: 28px;
  font-weight: bold;
  color: rgb(33, 80, 182);
  background-color: rgb(255, 222, 91);
}

.aboutText {
  text-align: center;
}

.aboutTitle {
  text-align: center;
  margin-top: 150px;
}

.aboutText {
  padding: 20px 0;
}

.roomTitle h4 {
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: rgb(40, 7, 94);
}

.roomTitle b {
  color: rgb(250, 55, 7);
}

.mineText p {
  font-size: 22px;
  line-height: 34px !important;
}

.aboutText p {
  line-height: 30px;
}

p {
  font-size: 20px;
}

.aboutItem img {
  margin: auto;
  border-style: double;
  border-width: 15px;
  border-color: rgb(127, 184, 167);
  width: 80%;
}

.item1 {
  width: 70%;
  margin: auto;
  padding-bottom: 150px;
}

#sns ul li {
  filter: brightness(0);
}

.h3bg {
  margin-bottom: -30px;
}

.h3bg img {
  width: 15%;
  margin: auto;
}

.item2 img,
.item1 img {
  border-style: none;
  background-color: rgb(127, 184, 167);
  padding: 8px;

}

.newsTitle h4 {
  font-size: 28px;
  text-align: center;
  color: rgb(223, 94, 133);
  line-height: 38px;
}

.newsText p {
  font-size: 22px;
}

.menuTitle h4 {
  text-align: center;
  color: #FFF;
  border-bottom: none;
  border-style: none;
  background-color: rgb(233, 114, 3);
  padding: 8px;
  font-size: 30px;
}

.trafficText ul li{
  font-size: 30px;
}


/* 響應式選單*/
@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) {
  .mineText p {
    font-size: 30px !important;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .aboutText p {
    font-size: 17px;
  }

  .aboutItem img {
    border-width: 10px;
    width: 90%;
  }

  .roomTitle h4 {
    font-size: 20px;
    line-height: 34px;
    text-align: left;
  }

  .newsTitle h4 {
    font-size: 20px;
  }

  .item1 {
    width: 100%;
    padding-bottom: 80px;
  }

  article>h3::after {
    display: none;
  }

  article>h3::before {
    display: none;
  }

  .h3bg {
    margin-bottom: -20px;
  }

  .h3bg img {
    width: 40%;
    margin: auto;
  }

  .aboutTitle {
    margin-top: 20px;
  }

  .aboutText {
    margin: auto;
    text-align: left;
  }

  article>h3 {
    font-size: 36px;
  }

  .videoItem h4 {
    padding-top: 45px;
  }

  .newsText p {
    font-size: 16px;
  }

  .homeCover {
    margin-bottom: 80px;
  }

  .homeCover h4 {
    top: 0vh;
    width: 100%;
    font-size: 18px;
    line-height: 30px;

  }

  .homeCover b {
    /* line-height: 80px; */
    font-size: 18px;
    color: rgb(252, 110, 15);
  }

  .navbar-nav>li {
    border-style: none;
    background-color: rgba(255, 255, 255, 0);
    margin-right: 0px;
    border-radius: 0%;
  }

  .navbar-nav {
    margin-top: 18px;
  }

  article>h3 {
    margin-right: 0px;
  }

  .aboutTitle h4 {
    font-size: 32px;
  }

  p {
    font-size: 15px;
  }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}