@charset "UTF-8";
/* CSS Document */

.h1 {
	font-size: 24pt;
	line-height: 28pt;
	font-weight: 300;
	color: rgb(255,255,255);
	font-family: 'Merriweather', serif;
}
.h2 {
	font-family: 'Merriweather', serif;
	font-size: 9pt;
	line-height: 12pt;
	color: rgb(0,0,0);
	font-weight: 700;
}
.h3 {
	font-family: 'Merriweather', serif;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: 700;
	color: rgb(255,255,255);
}
.h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	font-weight: 400;
	color: rgb(255,255,255);
	letter-spacing: 0.06em;
}
.h5 {
	font-family: 'Merriweather', serif;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: 700;
	color: #7eb1c0;
}
.h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	font-weight: 400;
	color: rgb(255,255,255);
}
.paragraph {
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: 400;
	color: rgb(255,255,255);
}
.credit {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: 11pt;
	font-weight: 400;
	color: rgb(255,255,255);
}
.logo {
	padding-bottom: 10px;
}
.image {
	height: auto;
	width: 100%;
	max-width: 1025px;
}
.rule {
	color: rgb(255,255,255);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(255,255,255);
	border-right-color: rgb(255,255,255);
	border-bottom-color: rgb(255,255,255);
	border-left-color: rgb(255,255,255);
}
.table {
	border: 1px solid #FFFFFF;
	margin-bottom: 20px;
}
#menu {
	background-color: #bdbdb9;
	height: 30px;
	width: 100%;
	position: fixed;
	visibility: visible;
	z-index: 30;
	left: 0px;
	top: 88px;
	right: 0px;
}

#header {
	background-color: rgb(255,255,255);
	text-align: center;
	height: auto;
	min-height: 88px;
	width: 100%;
	position: fixed;
	visibility: visible;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main {
	height: auto;
	width: 100%;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 5;
	top: 108px;
	padding-bottom: 10px;
}
#signup {
	padding: 10px;
	height: auto;
	width: 300px;
	border: 1px solid rgb(255,255,255);
	position: absolute;
	visibility: visible;
	z-index: 15;
	left: 20px;
	top: 20%;
}
#booking {
	padding: 10px;
	width: 100%;
	border: 1px solid #c2769d;
	margin-bottom: 20px;
}
#wrapper {
	width: 80%;
	max-width: 1025px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
body {
	background-color: #661f43;
}
A.class1 {color:white;}
A.class1:link  {text-decoration: underline; color: white;}
A.class1:visited {text-decoration: underline; color: white;}
A.class1:hover {
	text-decoration: underline;
	color: #cbe0e6;
}


A.class2 {color:black;}
A.class2:link {text-decoration: none; color: black;}
A.class2:visited {text-decoration: none; color: black;}
A.class2:hover {
	text-decoration: underline;
	color: #7eb1c0;
}
