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

#acc-whole {
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	
}

h2 {
	font-size: 24px;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 30px;
}

#cabin table {
	width: 80%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#cabin th {
	padding: 20px;
	text-align: center;
	font-size: 18px;
	border: 2px solid black;
	background-color: #003d4c;
	color: white;
}

#cabin td {
	text-align: center;
	border: 2px solid black;
	padding: 10px;
	vertical-align: middle;
}

#house table {
	width: 80%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#house th {
	padding: 20px;
	text-align: center;
	font-size: 18px;
	border: 2px solid black;
	background-color: #003d4c;
	color: white;
}

#house td {
	text-align: center;
	border: 2px solid black;
	padding: 10px;
	vertical-align: middle;
}

#main-lodge table {
	width: 80%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#main-lodge th {
	padding: 20px;
	text-align: center;
	font-size: 18px;
	border: 2px solid black;
	background-color: #003d4c;
	color: white;
}

#main-lodge td {
	text-align: center;
	border: 2px solid black;
	padding: 10px;
	vertical-align: middle;
}







header {
	width: 100%;
	height: 120px;
	padding-bottom: 10px;
	background-color: #cbc096;
}

#header-content {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header-content img {
	padding-top: 10px;
	padding-left: 20px;
}

nav {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 85px;
	font-size: 20px;
	padding-left: 75px;
	padding-top: -50px;
}

nav ul {
	padding-left: 31.25%; /* 300px / 960 x 100 */
	padding-bottom: 30px;
}

nav ul li{
	display: inline-block;
	padding-left: 1.04166667%; /* 10px / 960 x 100 */
	padding-right: 1.04166667%; /* 10px / 960 x 100 */
}

nav ul li a {
	text-decoration: none;
	display: block;
	height: 30px;
	padding-top: 15px;
}

nav ul li:hover {
	background-color: #003d4c;
}

nav ul li a:hover {
	color: white;
}

nav a:link {
	color: black;
	text-decoration: none;
}

h1 {
	font-size: 36px;
	color: #003d4c;
	text-align: center;
	padding: 30px;
}

footer{
	width: 100%;
	background-color: #16325a;
	display: inline;
}

#footer-content{
	position: absolute;
	width: 100%;
	background-color: #003d4c;
}

#footer-left{
	text-align: left;
	float: left;
	padding-left: 10%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer-right{
	text-align: right;
	float: right;
	padding-right: 10%;
	padding-top: 50px;
	padding-bottom: 50px;
}

footer h3{
	color: white;
	font-size: 1em; /* 16px / 16 */
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

footer p{
	font-size: 1em; /* 16px / 16 */
	color: white;
	opacity: 0.7;
	font-family: 'Lato', sans-serif;
}

