: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.719);
}

#home {
  background-image: url(img/home.jpg?0608);
}

.homeCover {
  background-color: rgba(129, 129, 129, 0.13);
}

#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: 1.5em;
  font-weight: bold;
  width: 100px;
  text-align: center;
}

img {
  border-radius: 15px
}

.mainList li a {
  font-weight: 600;
  font-size: 18px;

}


.join {
  text-align: center;
  color: #fff;
  padding: 20px;
  border: 3px solid;
  border-radius: 15px
}

.join:hover {
  background-color: #e7141a;
  color: rgb(255, 255, 255);
  transition: 0.5s;
}



.roomTypeText p a:hover {
  display: block;
}


.roomTypeText p a:hover {
  color: rgb(255, 255, 255);
  background-color: #e7141a;
  transition: 0.5s;
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}

@media screen and (max-width:770px) {
  #logo img {
    display: none;
  }
}