: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.8);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  /*    background-color:rgba(64,33,15,0.5);*/
}


.newsText p {
  width: 95%;
  font-size: 14px;
  margin: 0 auto 20px auto;
  font-weight: normal;
}

.roomTypeTitle a {
  border: rgb(255, 255, 255) 1px solid;
  padding: 7px;
  width: 100px;
  text-align: center;
}

.roomTypeTitle a:hover {
  background-color: black;
}

#test_push {
  position: relative;
}

#test_push {
  position: absolute;
  right: 0;
  top: 18%;
}

.roomTypeItem a:first-child {
  display: inline;
}

.newsTitle h3 {
  font-weight: bold;
}

@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}



@media only screen and (max-width: 600px) {
  .roomTypeTitle a {
    font-size: 16px;
    border: rgb(255, 255, 255) 1px solid;
    padding: 6px;
    width: 100px;
    text-align: center;
  }

  .roomTypeTitle a :hover {
    background-color: black;
  }

  #test_push {
    position: relative;
  }

  #test_push {
    position: absolute;
    right: 0;
    top: 5%;
  }

}