: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(142, 121, 113, 0.8);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  background-color: rgba(64, 33, 15, 0);
}

/* .roomTypeArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 60px;
} */

a.proItem {
  margin: 0 20px;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.85;
  outline: none;
}


element.style {
  width: 360px;
}


@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}