/* Stylesheet by Khalid M */
body {
	margin:0 auto;
	background:black;
}

#wrapper {
	position:relative;
	z-index:100;
	width:100%;
	height:auto;
}
.logo {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: 0;
	text-align: center;
}
.mybutton {
	background: transparent !important;
	border: none !important;
	}
	
.login {
float: right;
display: inline-block;
margin: 0 0 4px 0;
padding: 15px 30px;
color: #fff;
position: relative;
z-index: 1;
cursor:pointer;
}

h2 {
margin:0; 
padding: 0;
font-family: 'Droid Serif', serif;
font-size:30px;
font-weight:400;
text-shadow: 0px 1px 22px rgba(0, 0, 0, 1);
-webkit-font-smoothing: antialiased !important;
}
.sloganmain{
position:relative;
top:60%;
}
.sloganmain .logo {
width: 500px !important;
height: auto;
margin: 0 auto;
margin-left: -170px;
margin-top: -100px;

}
.findoutmore {
margin: 0 auto;
margin-top: 12%;
}

.inner {
text-align: center;
background: url(../images/bk.png) repeat-x #ffffff;
}



/*
 * Keyframes
 */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

}








/*
 * CSS Page Transitions
 * Don't forget to add vendor prefixes!
 */
.m-scene {
  /** Basic styles for an animated element */
  .scene_element {
    animation-duration: 0.25s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;

  }

  /** An element that fades in */
  .scene_element--fadein {
    animation-name: fadeIn;
  }

  /** An element that fades in and slides up */
  .scene_element--fadeinup {
    animation-name: fadeInUp;
  }

  /** An element that fades in and slides from the right */
  .scene_element--fadeinright {
    animation-name: fadeInRight;
  }
}

section:nth-child(3) {
	background: url(../images/hotel.jpg) no-repeat center center fixed !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
height:25vh;
}
section:nth-child(4) {
background:white;
}

section div.bookhotel {
width: 100%;
margin: 0 auto;
text-align: center;
padding-top: 5%;
padding-bottom: 5%;
background: rgba(0,0,0,0.5);
}

section div.hoteldetails {
	text-align:center;
	background:#1B1B1D;
}
#coming {
    position: fixed;
    right: 0;
    top: 0px;
    z-index:1000;
}