:root {
  --mainColor: ;
  --mainFontColor: rgba(254, 254, 254, .85);
  --mainBorder: 1.5px solid var(--mainFontColor);
}

* {
  text-align: center !important;
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(34, 24, 20, 0.6);
}

#home {
  background-image: url(img/home.jpg);
}

/* .homeCover{
    background-color:rgba(64,33,15,0.1);
} */

#toTop {
  opacity: 1;
  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: #cfbd6a;
  color: rgb(252, 252, 252);
  transition: all .2s ease-in-out;
  border-radius: 30px;
  font-size: 1.5em;
  font-weight: bold;
  width: 100px;
  text-align: center;
  box-shadow: 3px 3px 3px rgba(3, 3, 3, 0.5);
  margin: auto;
}


@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}

.roomTypeText p a:hover {
  display: block;
}

.roomTypeText p a:hover {
  color: #000;
  background-color: #cfbd6a;
  transition: 0.5s;
  box-shadow: 6px 6px 6px rgba(2, 2, 2, 0.5);
}

img {
  border-radius: 15px
}

#picture a {
  border-radius: 15px
}

.mainList li a {
  font-weight: 600;
  font-size: 20px;

}

#video .clear {
  display: none;
}