header{
	height:100px;
	padding:0;
	margin:0;
	background-color:#121225;
	text-align:center;
	font-size:25px;
	color:fafafa;
}
main{
	margin:15px;
}
main p{
	
	 text-align:center;
	 margin:15px;
	 line-height:150%;
}
section{
	width:75%;
	padding:6px 4px 6px 8px;
	border-left:1px solid #959592;
    float:right;
}
h1{
	letter-spacing:0.5px;
	font-size:50px;
	margin:0;
	padding:10px 0 0 10px;
	color:#fff;
}
h2{
	font-size:27px;
	margin:0;
	text-transform:uppercase;
	color:#000;
	text-align:center;
}
h3{
	font-size:20px;
	margin:0px;
	padding:5px;
	text-transform:uppercase;
	color:#000;
	letter-spacing:0.5px;
	text-align:center;
}
p{
	margin:10px 0;
	padding:0;
	font-size:18px;	
}
nav{
	border-radius:5px;
	margin:10px;
	padding:5px;
	height:35;
	font-size:150%;
	font-weight:bold;
	color:#121225;
}
nav ul li a{
	text-decoration:none;
	color:#121225;
	font-weight:bold;
	display:block;
}
nav ul{
	list-style:none;
	padding:0;
	background:green;
}
nav ul li{
	padding:0 35px 0 0;
	display:inline-block;
	position:relative;
}
nav ul li:hover{
	text-decoration:underline;
	cursor:pointer;
	color:#121225;
	
}
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);
}

nav ul li ul{
	min-width:100%;
	display:none;
	position:absolute;
	opacity:0.9
}
nav ul li:hover ul{
	display:block;
}
nav ul ul{
position:absolute;
padding:0;
opacity:.9;
z-index:999;
}
nav:link hover{
	color:red;
}
a:link{
	color:#121225;
	font-weight:bold;
}
a:hover{
	color:#121225;
	
}
img{
	width:100%;
	border:2px solid #959592;

}

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;
}
footer{
	background-color:#121225;
	height:50px;
	color:#fafafa;
	font-weight:bold;
	padding:10px;
	text-align:center;
}
#wrapper{
	margin:0;
	margin-left: 7%;
	width:86%;
	padding:0px;
	background-color:green;
	border:1px solid #878e63;
	border-radius:2px;
	box-shadow:0 0 10px rgba(12,3,15,0,8);
}

.time{
	text-decoration:underline;
}
.room{
	width:300px;
	float:left;
	padding:0 10px 15px 0
}
.roomtext{
	text-align:center;
	font-family:12px;
	font-weight:bold;
}
.box{
	border:1px solid #121225;
}

.sideleft{
	margin-top:20px;
	padding: 0 5x 10px 5px;
	width:70%;
	float:left;
}
.sideleft h2{
	padding-bottom:10px;
}
.sideright{
	margin-top:20px;
	padding:2px;
	width:28%;
	float:right;
}

.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 .5s ease-out;
}
.banner: hover #pre{
	opacity:1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;-ms-transition: all .5s ease-out;
}
.clear{
	clear:both;
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


.column {
  float: left;
  width: 25%;
}

.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 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.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;
}
.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;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.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)
}
			