:root{
  --mainColor:;
  --mainFontColor:rgba(254, 254, 254, 0.85);
  --mainBorder:1.5px solid var(--mainFontColor);
}

#mainBg{
	background-image: url(img/bg.jpg);
}
.mainCover{
	background-color:rgba(34,24,20,0.9);
}

#home{
	background-image: url(img/home.jpg);
}
.homeCover{
    background-color:rgba(64,33,15,0.3);
}

.item2 {
  width: 35%;
  margin: 0 5% 80px 5%;
}
.roomTypeTitle h3 {
  font-size: 24px;
  margin-bottom: 5px;
  right: -38%;
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}

