h1 {
  font-size: 22px;
  font-weight: bold;
  color: #0f111f;
  text-align: center;
}

h2 {
  font-weight: 400;
  font-size: 18px;
  /*text-transform: uppercase;*/
  color: #0f111f;
  border-bottom: 1.5px solid #f7921e;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
  letter-spacing: 1px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0f111f;
}

h4,
h5 {
  color: #0f111f;
}

#content a {
  color: #01698F;
}

#content a:hover {
  color: #01698F;
  text-decoration: underline;
}
.row.landingSection {
  margin-top: 30px;
}
p.smaller {
  font-size: 14px;
  margin-bottom: 0;
}

#content a.landingButton {
  display: block;
  background: #41BEAB;
  padding: 35px 20px;
  text-align: center;
  color: #0f111f;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  vertical-align: middle;
  line-height: 1.5em;
  margin-bottom: 20px;
  box-shadow: 5px 5px 3px #ccc;
}
#content a.landingButton.small {
  padding: 17px 10px;
  font-size: 16px;
}
#content a.landingButton:hover {
  background: #67cbbc;
  text-decoration: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #0f111f;
	background: #EAE747;
	box-shadow: 0 3px 0 #bbb939;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0 5px 0;
	padding: 10px 20px 8px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	color: #0f111f;
	background: #eeec6c;
	box-shadow: 0 3px 0 #dedb43;
	text-decoration: none !important;
	cursor: pointer;
}

#map {
  border: 1px solid #000 !important;
  height: 550px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.mapkey {
  width: 800px;
}
#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: #41BEAB !important;
  color: #0f111f;
  text-align: center;
  font-size: 13px;
}
#content a.amenity {
  font-weight: normal;
  color: #0f111f;
}
#content a.amenity:hover {
  text-decoration: none;
  color: #0f111f;
}
.amenitysmall {
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.amenityhotel {
  text-align: left !important;
}

/* NAV overrides */
.nav-item {
	width: 25%;
}
.nav-item a {
	background:#EAE747;
	color: #0f111f;
	font-size: 16px;
	border-radius: 3px;
}
.nav-item > a:hover {
	background:#eeec6c;
	color: #0f111f;
}
.nav-mobile {
	background-color: #EAE747;
}
.nav-click:hover {
	background-color:#eeec6c;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #EAE747;
	}
}