header{
    background-image: url(Homepage1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
} 
   
.headerNav{
    display: flex;
    align-items: center;
    background-color: #00000056;
    position: fixed;
    z-index: 10;
    width: 100%;
}
   
.headernav > div{
    z-index: 100;
}
   
.innerLogo > a > img{
    width:200px;
    height:auto;
}
   
.innerLogo{
    padding-left: 20px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
   
.innerNav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
   
  .innerNav > div{
    margin-right: 15px;
  }
   
  .innerNav > .non-active > a{    
    color: white;
    text-decoration: none;;
    font-weight: 800;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
   
  .innerNav > .non-active >  a:hover {
    background-color: red;
    border-radius: 5px;
  }
   
  .nav-button > a{
    text-decoration: none ;
    background-color: red;
    color: white;
    font-weight: 800;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    display: flex;
    border-radius: 5px;
    padding: 6px 10px 6px 10px;
  }
   
  /* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
   
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    color: white;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    font-size: 80px;
  }
    
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
    
    /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
    
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
    
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
    
  .active, .dot:hover {
    background-color: #717171;
  }
    
  /* Fading animation */
    .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
    
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
      
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
      
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }
   
  /* Position and size the container of "Our Collection*/
  
  h5{
    text-align: center;
    color: red;
    font-size: 25px;
  }

  .nameOfRoom{
    margin: 190px 0 0 100px;
  }

.nameOfRoom > li{
    font-family: "Open Sans", sans-serif;
    text-align: left;
    list-style-type: none;
    display: inline;
}

#bigger{
    font-size: 60px;
    font-weight: bolder;
}

#smaller{
    font-size: 30px;
    margin-left: 15px;
}

.sizeOfRoom{
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    margin: 0 0 0 100px;
    font-weight: 50;
}

.divider{
    border-bottom: solid 1px;
    width: 90%;
    margin: 30px auto;
    border-color: black;
}

.Title{
    font-family: "Open Sans", sans-serif;
    color: #FF4500;
    font-size: 45px;
    font-weight: bolder;
    margin: 0 0 0 100px;
}

.rateTitle{
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: bolder;
    margin: 10px 0 0 100px;    
}

.rateDetails{
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 10px 0 0 100px;   
}

.rateDetails > div > li{
    display: inline;
}

#price1{
    margin-left: 500px;
}

#price2{
    margin-left: 350px;
}

#price3{
    margin-left: 483px;
}

#price4{
    margin-left: 472px;
}

td > img{
    margin: 10px 70px;
}
  
h3{
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
  
.explaination{
  font-family: "Open Sans", sans-serif;
}
  
.complimentary{
  font-family: "Open Sans", sans-serif;
}
  
  .optionalItems{
    font-family: "Open Sans", sans-serif;
  }
  
  .optionalItems > li{
    list-style-type: none;
    display: inline;
  }
  
  #additionalCharges{
    font-size: 18px;
  }
  