body, html {
  height: 100%;
  margin: 0;
  
}

.header{
    width:100%;
    position:fixed;
    background-color:white;
    opacity:0.85;
    float:left;
    
}

.logo{
    width:15%;
    float:left;
    background-color:white;
    
}

.logo img{
    
    height:100px;
    width:175px;
   
}

.tabs{
    width:70%;
    float:left;
}


.tabs ul{
    list-style-type: none;
    margin:0px;
    padding:0px;
    overflow:hidden;
    padding:25px 0px 25px 0px;
     background-color:#FFFFFF;
    text-align:center;
    position:relative;
    position:fixed;
    height: 100px;
    
}

.tabs ul li{
   display:inline;
    font-family: Federant, sans-serif;
    height: 100px;
    
}

.tabs ul li a{
    padding:25px;
    
    text-decoration:none;
    color:#000000;
    font-size:13pt;
    height: 100px;
    
    
    
}

.tabs ul li a:hover{
    background-color:lightgrey;
}

.sm-bookbtn{
    width:15%;
    float:right;
    height: 100px;
}





.sm-bookbtn ul{
    list-style-type:none;
    margin:0ppx;
    padding:0px;
    overflow:hidden;
    background-color:#FFFFFF;
    text-align:center;
    
}



.sm-bookbtn ul li{
    display:inline;
    
    
}

.sm-bookbtn ul li img{
    height:50px;
    width:50px;
}

.sm-bookbtn ul li img:hover {
    background-color:#F0F0F0;
}

.sm-bookbtn ul li a{
    text-decoration:none;
}

.home{
    float:left;
   width:100%;
    background-image:url("images/banner/Home/img1.jpg");
    background-size:cover;
    background-position:center;
    height:100%;
        
}

.banner-text{
    text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
    
   
   
}

.banner-text img{
    width:50px;
    height:50px;
    position:relative;
   
    
    
}

.banner-text img:hover{
   background-image:url("images/arrow.png");
}

.about-us{
    width:100%;
    float:left;
    height:100%;
    margin:0px;
    padding:0px;
    background-image:url("images/banner/Home/img2.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}

.about-text{
    text-align: center;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.about-text img{
    width:50px;
    height:50px;
    position:relative;
    top:240%;
  
    
  
}

.about-text img:hover{
    background: url("arrow.png")
}

.rooms{
    width:100%;
    float:left;
    height:100%;
    margin:0px;
    padding:0px;
    background-image:url("images/banner/Home/img3.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}

.rooms-text{
    text-align: center;
    position: absolute;
    top: 250%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;    
}

.rooms-text img{
    width:50px;
    height:50px;
    position:relative;
}

.rooms-text img:hover{
    background-color:none;
}

.gallery{
    width:100%;
    height:100%;
    float:left;
    margin:0px;
    padding:0px;
    background-image:url("images/banner/Home/img4.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}

.gallery-text{    
    text-align: center;
    position: absolute;
    top: 350%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;    
}

.gallery-text img{
    width:50px;
    height:50px;
    position:relative;  
}

.gallery-text img:hover{
    background-image: url(images/arrow.png);
}

.celebrations{
    width:100%;
    height:100%;
    float:left;
    margin:0px;
    padding:0px;
    background-image:url("images/banner/Home/img5.jpg");
    background-repeat:no-repeat;
    background-size:cover;    
}

.celebrations-text{
    text-align: center;
    position: absolute;
    top: 450%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;      
}

.celebrations-text img{
    width:50px;
    height:50px;
    position:relative;
}

.celebrations-text img:hover{
    background-color:none;
}

.contact-us{
    width:100%;
    height:100%;
    float:left;
    margin:0px;
    padding:0px;
    background-image:url(images/banner/Home/img6.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}

.contact-text{
    text-align: center;
    position: absolute;
    top: 550%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    
}

.contact-text img{
     width:50px;
    height:50px;
    position:relative;
}

.contact-text img:hover{
    background-color:none;
}

.footer{
    width:100%;
    background-color:lightgray;
    height:95%;
    float:left;
    color:black;
}

.footer-left{
    width:40%
    text-align:left;
    margin:15px;
    padding: 60px 40px 0px 150px;
  font-family:Great Vibes;
    float:left;
    font-size:20pt;
    height:100%;
}

.footer-left a{

   color:black;
    text-decoration-line: none;
    
}

.footer-left a:hover{
   color:white;
    
    
}



.footer-right{
   
    width:60%;
     text-align:left;
    margin:15px;
    padding:60px 0px 0px 30px;
    float:left;
    font-family:Great Vibes;
    font-size:17pt;
    height:100%;
}

h1 a{
    text-decoration: none;
    color:white;
    font-family:Lobster;
}

h1 a:hover{
    color:black;
}

.footer-final{
    float:left;
    text-align:center;
    width:100%;
    font-family:Dosis, sans-serif;
    height:5%;
    
}

/*Image Slider */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
 width: 100%;
  position: relative;
  margin: auto;
  height:440px;
  float:left;  
  
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 15s;
  animation-name: fade;
  animation-duration: 7s;
}

@-webkit-keyframes fade {
  from {opacity: .99} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.about-us-text{
    margin-left:10%;
    margin-right:10%;
    font-family:Federant, sans-serif;
    text-align:justify;
}

.room{
    
    width:100%;
    float:left;
    margin-bottom: 50px;
}

.room-category{
    float:left;
    width:50%;
}

.room-category-features{
    float:left;
    width:50%;
    padding-left:50px;
}

button{
     background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Down Arrow blink */

.blink {
      animation: blinker 0.6s linear infinite;
      color: #1c87c9;
      font-size: 30px;
      font-weight: bold;
      font-family: sans-serif;
      }
      @keyframes blinker {  
      50% { opacity: 0; }
      }

.arrow img{
    margin-top:40%;
    margin-left:50%;
    width:50px;
    height:50px;
}

fieldset a{
    color:black;
    text-decoration:none;
}

fieldset a:hover{
    color:green;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* 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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
