h1 {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 21px;
  text-transform: uppercase;
  color: #062f87;
  padding: 0px 0px 5px 0px;
  line-height: normal;
  letter-spacing: 1px;
}
h2 {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 21px;
  text-transform: uppercase;
  color: #062f87;
  border-bottom: 2.5px solid #062f87;
  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: #062f87;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  margin-bottom: 1px;
  margin-top: 24px;
}
h4 {
  font-weight: normal;
  font-size: 12pt;
  color: #062f87;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
}
#content a {
  color: #062f87;
  text-decoration: underline;
}
#content a:hover {
  color: #38599f;
  text-decoration: underline;
}
.row.landingSection {
  margin-bottom: 20px;
}
#content a.landingLinks {
  display: block;
  background: #74bc1f;
  margin: 20px 0;
  padding: 35px 20px;
  box-shadow: 5px 5px 3px #ccc;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5em;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
}
#content a.landingLinks:hover {
  background: #90c94c;
  text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  color: #ffffff;
  background: #74bc1f;
  box-shadow: 0 3px 0 #5d9619;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  text-align: center;
  transition: background-color 0.15s ease-in-out;
  border: none;
  cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #90c94c;
  box-shadow: 0 3px 0 #6eb31d;
  text-decoration: none;
  cursor: pointer;
}

#map {
  width: 700px;
  height: 500px;
  border-width: 1px 1px 1px 1px !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: #74bc1f !important;
  color: #ffffff;
  text-align: center;
}
#content a.amenity {
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}
#content a.amenity:hover {
  text-decoration: none;
  color: #ffffff;
}
.amenitysmall {
  padding: 5px;
  font-size: 14px;
  text-align: center;
}

.amenityhotel {
  text-align: left !important;
}
table#amenitytable tbody tr:nth-child(2n) {
  background: none;
}
table#amenitytable tbody tr#grayRow {
  background: #f9f9f9 !important;
}

.amenitymaplink {
  text-align: right;
}
.descriptiontable {
  width: 100%;
}

.descriptiontable tbody tr td {
  padding: 0px !important;
}

.smaller {
  display: block;
  font-size: 16px;
  margin-top: -10px;
}
.smallest {
  font-size: 12px;
}

/* NAV overrides */
.nav-item {
  margin-bottom: 2px;
  width: 25%;
}
.nav-item a {
  background: #062f87;
  color: #fff;
}
.nav-item > a:hover {
  background: #38599f;
  color: #fff;
  text-decoration: none;
}
.nav-mobile {
  background-color: #062f87;
}
.nav-click:hover {
  background-color: #38599f;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .nav {
    background: #062f87;
  }
}