/* Slider CSS Document */

html, html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 32px;
	text-align: center;
}

body	{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background-color:#800000;
	color:#FFF;
}


slider-desc {
	text-align:center;
}

/*img		{
	width:100%; max-width:100%; 
	height:auto; vertical-align:middle;
} */

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	font-size:20px;
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	color:#FFF;
}

/*.row:before, .row:after {
	content: "";
	display: table;
} 

.row:after {
	clear:both;
} */


h1 {
	font-size: 60px;
	tezt-trabsform: uppercase;
	font-weight:500;
	text-shadow: 2px 2px #666;
}

h2 {
	font-size: 30px;
	tezt-trabsform: uppercase;
	font-weight:500;
	margin-bottom: 20px;	
}

h3 {
	font-size: 16px;
	tezt-trabsform: uppercase;
	font-weight:200;
	margin-bottom: 20px;	
}

h4 {
	font-size: 16px;
	font-weight:200;
	margin-bottom: 35px;	
}

p {
	font-size: 20px;
	font-weight:400;
	margin-bottom: 20px;	
}

a	{	text-decoration:none;
		color:#FFF;
}

.responsive {
  width: 100%;
  height: auto;
}

.center_text {
  text-align: center;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration:none;
}

footer {
		padding: 20px 30px;
}

.footer-text {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

/* .col {	width: 100%;
		padding:0px 0px 3px;
} */

/*Tablet View*/

@media (min-width: 768px){
	
.style-nav ul li {
		display: inline-block;
}
	
.style-nav ul { text-align: center
}

h1 { font-size: 50px; margin-bottom: 10px;
}


/* Do my own H2, h3 & h4 */

}

/*Desktop View*/

@media (min-width: 1024px){

body	{max-width:1200px;
}
	
.hotel { 
		padding: 700px 20px 50px 20px;
}

}

/*Manual Slider CSS*/

.mySlides {display:none; }

/* h1,h2,h3,h4,h5,h6{font-family: Arial, Helvetica, sans-serif;font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
h1{font-size:50px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
p, li {font-family:Arial, Helvetica, sans-serif;
} */

.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-display-container{position:relative; max-width:1000px;}
.w3-content{margin-left:auto; margin-right:auto}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}


/*.w3-container:after,.w3-container:before
*/

