:root {
  --mainColor: ;
  --mainFontColor: rgba(254, 254, 254, .85);
  --mainBorder: 1.5px solid var(--mainFontColor);
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(34, 24, 20, 0.5);
}

#home {
  background-image: url(img/home.jpg);
}

/* .homeCover{
    background-color:rgba(64,33,15,0.1);
} */

#toTop {
  opacity: 0;
  text-decoration: none;
  /* position: fixed;
    bottom: 30px;
    right: 2%; */
  overflow: hidden;
  z-index: 999;
  width: 30px;
  height: 30px;
  border: none;
  text-indent: 100%;
  background: url(img/top.svg) no-repeat 0 0;
  cursor: pointer;
  background-size: 100%;
  background-position: center;
  transition: 0.5s;
}

#about p a {
  padding: 5px 18px;
  background-color: #df7e46;
  color: rgb(252, 252, 252);
  transition: all .2s ease-in-out;
  border-radius: 30px;
  font-size: 1em;
  font-weight: bold;
  width: 100px;
  text-align: center;
}

img {
  border-radius: 15px
}

.btn_a {
  padding: 10px 50px;
  background-color: #823a7e;
  width: 30%;
  margin: auto;
  border-radius: 30px;
  color: #FFFFFB;
  text-align: center;
  margin-top: 10px;

}

.roomTypeItem p a {
  display: block;
}

.roomTypeText p a {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  color: #b17eb6;
  padding: 8px;
  border: #b17eb6 1px solid;
  transition: all .2s ease-in-out;
}

.roomTypeText a:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: #b17eb6;
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}