:root {
  --mainColor: ;
  --mainFontColor: rgba(255, 255, 255, 0.85);
  --mainBorder: 1.5px solid var(--mainFontColor);
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(0, 0, 0, 0.8);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  /*background-color:rgba(64,33,15,0.1);*/
}


h3,
h2,
p,
#about p,
.roomTypeTitle h3 {
  text-align: center;
}

h3,
h2 {
  letter-spacing: 10px;
  font-weight: bold;
}

.roomTypeTitle h3 {
  letter-spacing: 5px;
}

.roomTypeText p {
  font-size: 16px;
}

#about p {
  margin-bottom: 0px;
}

p {
  color: #fff;
}

h4 {
  font-size: 18px;
  text-align: center;
}

.mainList li a {
  padding: 5px;
  font-size: 20px;
  user-select: none;
  font-weight: bold;
}

.homeCover h4 {
  text-align: left;
  letter-spacing: 10px;
}

.trafficImg {
  padding-top: 30px;
}

.trafficImg img {
  max-width: 300px;
  background-size: contain;
  margin: auto;
}



@media screen and (max-width:1024px) {
  .homeCover h4 {
    text-align: center;
    letter-spacing: 10px;
  }

}