/* ----------------Home------------------ */

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Arimo', sans-serif;
}
header{
	opacity: 0.6;
	height: 260px;
	width: 60%;
	background-image: url("../images/img6339.jpg");
	background-attachment: fixed;
	background-size: 900px;
	/* background-position: center top;*/
	background-position: 50% -80px;
	background-repeat: no-repeat;
	text-align: center;
	border-radius: 0px;
	margin: auto;
	font-family: 'EB Garamond', serif;
	position: relative;
}
header h1{
	width: 50%;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	color: #32A2A7;
	text-shadow: 2px 2px 10px #E4FCFD;
	/*line-height: 200px; */
	overflow: visible;
}
#vines{
	display: block;
	position: relative;
	top: -45px;
	width: 80%;
	height: 98px;
	z-index: .9;
	margin-left: auto;
	margin-right: auto;
}
#embellish{
	width: 100%;
}
nav{
	/* max-width: 700px; */
	width: 100%;
	/* height: 50px; */
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
nav ul{
	list-style-type: none;
	width: 100%;
	padding: 0px;
}
nav ul ul{
	position: absolute;
	padding: 0;
	opacity: 0.9;
	z-index: 999;
}
nav ul li{
	width: 100px;
	text-align: center;

	padding: 5px 20px;
	display: inline-block;
}
nav ul li:hover{
	animation: nav;
	animation-duration: 1500ms;
	animation-fill-mode:forwards;
	}
nav ul li a{
	color: white;
}
nav ul li a:hover{
	text-decoration: none;
}
#sidebar{
	float: left;
	width: 100%;
	word-break: keep-all;
	color: #32A2A7;
}
#sidebar a{
	color: #54C3C8;
}
#sidebar a:hover{
	text-decoration: none;
	animation: link;
	animation-duration: 1500ms;
	animation-fill-mode: forwards;
}
#sidebarImg{
	float: right;
	width: 55%;
	max-width: 400px;
}

main, aside{
	display:inline-block;
	vertical-align: top;
	word-wrap: break-word;
}
main{
	width: 65%;
	height: 100%;
	padding: 15px 15px 200px 15px;
	margin-top: 15px;
	border-left: 1px solid #959592;
	float: right;
}
main h3{
	padding-top: 15px;
}
aside{
	width: 30%;
	padding: 10px 4px 200px 24px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}
.bodyimg{
	float: left;
	width: 35%;
	padding: 20px;
}
footer{
	height: 150px;
	width: 100%;
	color: #7ddde0;
	background-color: gray;
	text-align: center;
	/* display: inline-block; */
	position: fixed;
	bottom: 0;
	/* margin: auto; */
	padding: 0px;
	opacity: 0.85;
}
.footer{
	/* background-color: #fff; */
	height: 100%;
	width: 28%;

	vertical-align: text-top;
	position: relative;
	display: inline-block;
	float: none;
	padding: 15px 5px 0px 5px;
	/* margin: auto; */
}
.clear{
	clear: both;
}
.clearleft{
	clear: left;
}
.clearright{
	clear: right;
}
#foot1, #foot2, #foot3{
	height: 100px;
	max-width: 300px;
}
#foot1{
	text-align: left;
	/* padding-left: 30px; */
}
#foot3{margin-top: 35px;
}
footer a{
	color: #7ddde0;
	text-decoration: none;
}
footer a:hover{
	opacity: 1;
	text-decoration: none;
	animation-name: link;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
/*-------------SLIDER-------------------*/
.banner{
	width: 100%;
	height: 538px;
	position: relative;
}
#slider{
	width: 100%;
	height: 538px;
	position: absolute;
	overflow: hidden;
	z-index: 0;
}
#slider img{
	width: 100%;
	height: 538px;
}
#next{
	text-align: center;
	line-height: 50px;
	color: #FFF;
	width: 50px;
	height: 50px;
	background-color: #1aaba5;
	position: absolute;
	top: 205px;
	right: 0px;
	z-index: 99;
	cursor: pointer;
	opacity: 0.4;
}
#prev{
	text-align: center;
	line-height: 50px;
	color: #FFF;
	width: 50px;
	height: 50px;
	background-color: #1aaba5;
	position: absolute;
	top: 205px;
	left: 0;
	z-index: 99;
	cursor: pointer;
	opacity: 0.4;
}
.banner:hover #next{
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}
.banner:hover #prev{
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}
/*-------------LIGHTBOX-----------------*/
#curtain{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 2;
	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;
	z-index: 99;
}
#close{
	height: 50px;
	width: 50px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 990;
}
#close, #light:hover{
	cursor: pointer;
}

.picture:hover{
	cursor: pointer;
}
.roomtext{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #32A2A7;
}
.picture img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 999;
}
.card{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.buttonPair{
	width: 100%;
	overflow: hidden;
}
.buttonPair a{
	width: 47%;
}
/*-------------MEDIA QUERIES------------*/

/* @media only screen and (min-width: 1200px){ */
	/* body{background-color: red;} */
/* } */

/* @media only screen and (min-width: 992px){ */
	/* aside, aside img{  */
		/* float: none;} */
	
/* } */


/* -------------ANIMATIONS---------------*/
@keyframes link{
	from {opacity: 1;}
	to {opacity: 0.5;}
}
@keyframes nav{
	from {background-color: darkgray;}
	to {background-color: #7ddde0;}
}

