

h1 {
	font-family: "Arial", sans-serif;
	font-weight: 300;
	font-size: 21px;
	text-transform: uppercase;
	color: #fd4f00;
	border-bottom: 2.5px solid #fd4f00;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h2 {
	font-family: "Arial", sans-serif;
	font-weight: 300;
	font-size: 21px;
	text-transform: uppercase;
	color: #fd4f00;
	border-bottom: 2.5px solid #fd4f00;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h3 {
	font-weight: 450;
	font-size: 12pt;
	width: 100%;
	color: #fd4f00;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 1px;
	margin-top: 24px;
}
h4 {
	font-weight: normal;
	font-size: 12pt;
	color: #fd4f00;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}
#content a {
	color: #fd4f00;
	text-decoration: none;
}
#content a:hover {
	color: #fd4f00;
	text-decoration: underline;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #fff;
	background: #697277;
	box-shadow: 0 3px 0 #464c50;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: #9d9d9d;
}

#content a.landingButton {
	display: block;
	background: #697277;
	padding: 35px 20px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-family: "MyriadPro", sans-serif;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#content a.landingButton:hover {
	background: #9d9d9d;
	text-decoration: none;
}
.landingSection {
	margin-bottom: 20px;
}

#map {
	width:700px; 
	height:500px;
	border-width: 2px 1px 1px 2px !important;
	border-color: #ccc !important;
	/*border: 1px solid #000 !important;*/
	margin-left: auto;
	margin-right: auto;
}
.mapkey {
	width: 700px;
}
#amenitytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

#amenitytable tbody tr td {
	border: 1px solid #ddd;
	vertical-align: middle;
}
.amenity {
	background-color: #697277 !important;
	color: #ffffff;
	text-align: center;
}
#content a.amenity {
	font-weight: normal;
	color: #ffffff;
}
#content a.amenity:hover {
	text-decoration: none;
	color: #ffffff;
}
.amenitysmall {
	padding: 5px;
	font-size: 12px;
	text-align: center;
}
.amenityhotel {
	text-align: left !important;
}
.descriptiontable {
	width: 100%;
}
.descriptiontable tbody tr td {
	padding: 0px !important;
}


/* NAV overrides */
.nav-item {
	width: 25%;
}
.nav-item a {
	background: #fd4f00;
	font-size: 14px;
	border-radius: 0;
	font-weight: 600;
	font-family: "MyriadPro", helvetica, arial, sans-serif;
	letter-spacing: .5px;
}
.nav-item > a:hover {
	background: #fd7233;
	color: #ffffff;
}
.nav-mobile {
	background-color: #fd4f00;
}
.nav-click:hover {
	background-color: #fd7233;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #fd4f00;
	}
}