/*---General Style---*/
#wrapper{
	margin: 0 auto;
	width: 85%;
	padding: 0;
	background: #FFF;
	border: 1px solid #878e63;
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(12,3,25,0.8);
}

body{
/*	background-color: #CACACA;*/
	background-image: url("background.jpg");
	margin: 0px;
	font-family: Veranda;
	color: black;
	font-size: 14px;
}

header{
	height: 100px;
	padding: 0;
	margin: 0;
	background-color: #5f9ea0;
	text-decoration: none;
}

a{
	text-decoration: none;
}

main{
	margin: 0px;
	padding-top: 15px;
	font-size: 110%;
}

footer{
	background-color: #5f9ea0;
	height: 50px;
	color: #FAFAFA;
	font-weight: bold;
	padding: 30px;
}

ul{
	text-decoration: none;
}
 
 h1{
	font-family:'Libre Baskerville', serif;
	letter-spacing: 0.5;
	font-size: 60px;
	margin: 0;
	padding: 10px 0 0 10px;
	color: #FFF;
}
	
h2{
	font-size: 27px;
	margin: 0;
	text-transform: uppercase;
	color: #000;
}

h3{
	font-size: 14px;
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.5px;
}

p{
	text-align: justify;
	margin: 10px 0;
	line-height: 150%;
	padding: 0;
	font-size: 13px;
}

.home a p {
	display:none;
}
.home a:hover p {
	display:block;
}

.clear{
	clear: both;
}
	/*---End General Style---*/
	
	/*---Nav---*/
nav{
	background-color: #fff;
	border-radius: 5px;
	margin: 0px;
	padding: 6px;
	height: 31px;
	font-size: 150%;
	font-weight: bold;
    line-height:1.5;
}

nav a{
	text-decoration:none;
	font-weight: bold;
	color: #000;
}

nav a:link{
	color: #000;	
}

nav a:hover{ 
	color: #000;
}

nav ul{
	list-style: none;
	background: #fff;
	padding: 0;  
}

nav ul ul{
	position:absolute;
	padding:0;
	opacity:.9;
	z-index:999;
}

nav ul li a{
	position: center;
    display: block;
    padding: .0000009px 50px;
}

nav ul li ul{
	min-width: 100%;
	opacity: 0.9;
	display:none;
	position:absolute;
}

nav ul li:hover ul{
	display:block;
}

nav ul li ul li{
	display:block;
}

nav ul li ul li a{
	padding:8px;
	text-align:center;
}

nav ul li a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

nav ul li{
	display:inline-block;
	position:relative;
}

nav ul li a:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

nav ul li a:hover:before{
	visibility: visible;
	transform: scaleX(1);
}
	/*---End Nav---*/

	/*---Aside---*/
aside{
	width: 20%;
	padding:10px 4px 10px 24px;
	margin-left: 15px;
	float: left;
}

aside ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

aide ul li{
	padding-bottom: 10px;
}

aside ul li a{
	text-decoration:none;
}
	/*---End Aside---*/
	
	/*---Section---*/
section{
	width: 75%;
	padding: 6px 4px 6px 8px;
	border-left: 1px solid #959592;
	float: left;
}

.sideleft{
	padding: 20px 5px 10px 5px;
	width: 70%;
	float: left;
	border-right: 1px solid #959592;
}

.sideleft h2{
	padding-bottom: 10px;
}

.sideright{
	padding: 2px;
	width: 28%;
	float: right;
}
	/*---End Section---*/
	
	/*---Subscribe---*/
.subscribe{
	padding: 10px;
	width:30%;
	float:left;
}

.subscribe ul li:hover{
	text-decoration: underline;
	cursor: pointer;
}
	/*---End Subscribe---*/
	
	/*---Input---*/
input[type=submit]{
	width: 110px;
	padding: 13px;
	border: 0;
	cursor: pointer;
	background-color: #697e83;
	border-radius: 2px;
}

input[type=text],[type=email]{
	padding: 10px;
	border-radius: 2px;
}
	/*---End Input---*/
	
	/*---Slider---*/
.banner{
	width: 100%;
	height: 538px;
	position: relative;
	}
	
#slider{
	width: 100%;
	height: 538px;
	position: absolute;
	overflow: hidden;
}
	
#next{
	text-align: center;
	line-height:50px;
	color: #ffffff;
	width:50px;
	height:50px;
	background-color:#1aaba5;
	position: absolute;
	top:205px;
	right:0;
	z-index:99;
	cursor: pointer;
	opacity:.4;
}
	
#pre{
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width:50px;
	height:50px;
	background-color: #1aaba5;
	position: absolute;
	top:205px;
	left:0;
	z-index:99;
	cursor: pointer;
	opacity:.4;
}
	
.banner:hover #next{
	opacity:1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5 ease-out;
}
	
.banner:hover #pre{
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}
	/*---End Slider---*/
	
	/*---Table---*/
.Table{
	border: 1px solid black;
}
	/*---Table---*/
	
	/*---Recreation---*/
#photos{
	display: flex;
}
	/*---End Recreation---*/
	
	/*---Gallery---*/
.room{
	width: 280px;
	float: left;
	padding: 0 10px 15px 0;
	cursor: pointer;
}

.roomtext{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#curtain{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
}

#light{
	max-width: 80%;
	max-height: 80%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}
	
#close{
	height: 50px;
	width: 50px;
	top:0;
	right: 0;
	position: absolute;
	z-index: 990;
}
	/*---End Gallery---*/
	
	/*---Media Query---*/
@media only screen and (max-width: 1024){
	body{
		margin:0;
	}
	
	#wrapper{
		width: auto;
		min-width: 0;
		margin: 0;
		padding: 0;
		box-shadow: none;
	}
	
	nav{ 
		width: auto;
		float: none;
	}
	
	nav li{
		display: inline-block;
		padding: 0.5em;
	}
	
	nav ul{
		text-align: center;
	}
	
	nav a{
		border-style: none;
	}
	
	main{ 
		width: 100%;
		float: none;
	}
	
	h1{
		font-size: 300%;
		text-align: center;
	}
	
	h2{
		font-size: 120%;
		text-align: center;
	}
	
	h3{
		font-size: 120%;
		text-align: center;
	}
	
	p{
		font-size: 90%;
	}
	
	section{
		width: 100%;
		float: none;	
	} 
	
	aside{
		width: 100%;
		float: none;
	}
	
	.sideleft{
		width: 95%;
		border-right: none;
		float: none;
	}
	
	.sideright{
		width: 100%;
		float: none;
	}
}
	/*---End Media Query---*/