h1 {
	color: #0677bd;
	font-size: 21px;
	font-weight: 600;
	text-align: left;
	border-bottom: 1.5px solid #cccccc;
	text-transform: uppercase;
}

h2 {
	color: #0677bd;
	font-size: 21px;
	font-weight: 600;
	text-align: left;
	border-bottom: 1.5px solid #cccccc;
	margin: 0px 0px 5px 0px;
}

h3 {
	color: #0677bd;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

h4{
	color: #0677bd;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

h5{
	color: #0677bd;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

img {
	display: block;
}

ul li {
	list-style-type: none;
}

div#content {
    padding: 20px 40px 20px 40px;
    background: #fff;
    margin: 0px auto 15px;
    text-align: left;    
	border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#content a {
	color: #0677bd;
	text-decoration: underline;
}

#content a:hover {
	color: #3892ca;
	text-decoration: underline;
}

#content .landingButton {
	background: #0677bd;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0;
	padding: 10px 5px;
	text-align: center;
	width: 100%;
	text-decoration: none;
}

#content .landingButton:hover {
	background: #3892ca;
	color: #fff;
	text-decoration: none;
}

#content .landingSection {
	margin-bottom: 20px;
}

.green h2 {
	color: #378c82;
}

#content .green .landingButton {
	background: #378c82;
}

#content .green .landingButton:hover {
	background: #5fa39b;
}

.gray h2 {
	color: #4c4c4c;
}

#content .gray .landingButton {
	background: #4c4c4c;
}

#content .gray .landingButton:hover {
	background: #707070;
}

p.smaller {
	margin-top: 5px;
	margin-bottom: 0px;
}

#content .button {
	background: #378c82;
	border: none;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
}

#content .button:hover {
	background: #5fa39b;
	color: #fff;
	text-decoration: none;
}

#amenitytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
#amenitytable tbody tr td {
	border: 1px solid #ddd;
	vertical-align: middle;
}
table#amenitytable tbody tr:nth-child(2n) {
	background: none;
}
table#amenitytable tbody tr#grayRow {
	background: #f9f9f9 !important;
}
.amenity {
	background-color: #378c82 !important;
	color: #ffffff;
	text-align: center;
}
#content a.amenity {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
#content a.amenity:hover {
	text-decoration: none;
	color: #ffffff;
}
.amenitysmall {
	padding: 5px;
	font-size: 14px;
	text-align: center;
}
.amenityhotel {
	text-align: left !important;
}

.descriptiontable, .descriptiontable table, .maptable, .maptable table {
	border: none;
}
.descriptiontable tr, .maptable tr {
	background: #fff !important;
}

#map {
	border: 1px solid #000 !important;
	height: 500px;
}

/* NAV overrides */
.nav {
	background:#0677bd;
}
.nav-item {
	width: 25%;
}
.nav-item a {
	background:#0677bd;
}
.nav-item > a:hover {
	background:#3892ca;
	color: #ffffff;
}
.nav-mobile {
	background-color: #0677bd;
}
.nav-click:hover {
	background-color:#3892ca;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #0677bd;
	}
}