
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
h3 {text-align: center;}
* {
  box-sizing: border-box;
}
body {
  font-family: Verdana, sans-serif;
      /* background-image: url("../images/back.png"); */
  height: 100%;
  margin: 10px;
/*       background-image: url("../images/background.png");
      background-repeat: repeat; */
}
.j_logo {
  float: left;
  width: 20%;
}
.e_logo {
  float: left;
  width: 80%;
  margin-top: -1.5%;
} 
.nav_header {
  float: left;
  width: 80%;
}
#navbar {
  background-color: #fff;
  position: sticky;
  position:-webkit-sticky;
  width: 100%;
  z-index: 10;
  top: 0;
  overflow: anchor;
  /* height: 33px; */
} 
#navbar a {
  font-size: 1.4vw;
  float: left;
  display: block;
  color: #1a0d0d;
  background-color: #fff;
  text-align: center;
  padding: 0 15px;
  text-decoration: none;
}
#navbar a:hover {
  background-color: #ddd;
  color: black;
}
#navbar a.active {
  background-color: #eee;
}
.jsite {
  font-size: 1.2vw;
  float: right;
  padding: 0 10px;
  clear: both;
}
.room_header {
    width: 100%;
}
.header {
    position: relative;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  
  .text-block {
    /* margin: 0; */
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2vw;
    /* font-weight: bold; */
    background-color: #555;
    color: white;
    width: 40%;
  }
  .roomDesc h3 {
    text-align: center;
    font-size: 1.5vw;
  }
  .roomDesc p {
    text-align: left;
    font-size: 1vw;
    /* text-align: center; */
    margin: 0px 20%;
    clear: both;
  }
.room_list {
    text-align: center;
    font-size: 1vw;
 }
/* .room_list h3 {
    font-size: 1.5vw;
}
.room_list ul li{
  font-size: 1vw;
} */

.room_samples ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* text-align: center; */
    /* overflow: hidden; */
    /* background-color: #333333; */
  }
  
.room_samples li {
    display: inline-block;
    text-align: left;
    /* float: left; */
    padding: 10px 25px 20px 25px;
  }
  
.room_samples li a {
    /* display: block; */
    color: black;
    text-align: center;
    padding: 16px;
    text-decoration: none;
  }
  
.room_samples li a:hover {
    background-color: #ddd;
  }

.roomImageL {
  width: 70%;
  float: left;
  /* padding: 0 0 10px 0; */
  
}
.roomImageR {
  width: 70%;
  float: right;
}
.roomSizeR {
    /* display: block; */
    width: 30%;
    font-size: 1vw;
    text-align: center;
    float: right;
    padding-top: 7%;
}
.roomSizeL {
  /* display: block; */
  width: 30%;
  font-size: 1vw;
  text-align: center;
  float: left;
  padding-top: 7%;
}
.amenities_services {
  margin: 0px 10%;
}
.services {
  float: left;
  width: 25%;
  padding: 10px;
  height: 100px; 
}
.home_services:after {
  content: "";
  display: table;
  clear: both;
}
.services ul {
	list-style-type: circle;
	margin: 0 auto;
	text-align: left;
}
.services > ul li {
  font-size: 1vw;
  }
.info{
  font-size: 1vw;
  text-align: left;
  margin: 0 12%;
}
.info p{
  margin: 0;
  padding: 0;
}
.smoking_cards{
  font-size: 1vw;
  text-align: left;
  margin: 0 12%;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1.2vw;
  border: none;
  outline: none;
  background-color: #f0792f;
  color: white;
  cursor: pointer;
  padding: 2%;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #ddd;
}
  #footer {
    clear: both;
    /* float: left; */
    /* margin-left: 0; */
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 1em;
    /* height: 70px; */
    font-size: .8vw;
  }

@media only screen and (max-width:1200px) {
    /* For desktop: */
  }
  @media only screen and (max-width:768px) {
    /* For tablets: */

  #navbar a {
    padding: 12px;
  }
  }
  @media only screen and (max-width:480px) {
    /* For mobile phones: */
    #navbar a {
      padding: 5px;
    }
  
  }
