.hero-title-container {
  position: relative;
  z-index: 2;
  margin-top: -90px;
  margin-bottom: -90px;
}

.hero-title h1 {
  font-size: 60px;
  line-height: 60px;
  width: fit-content;
}

.hero-title span {
  display: block;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: normal;
  text-transform: capitalize;
}

.special-hours {
  margin-top: 10px;
  font-weight: bold;
}
.contact-info {
  padding-top: 75px;
}
.contact-info,
.contact-info a {
  font-family: "Cachet";
  font-size: 24px;
  color: var(--white);
  text-decoration: none;
}
.contact-info .icon svg {
  width: 65px;
  height: 65px;
  padding-right: 10px;
}

.contact-info .icon path {
  fill: var(--light-green);
}

.phone,
.address,
.hours {
  display: flex;
  align-items: top;
  margin-bottom: 20px;
}

.contact-info .icon svg {
  width: 40px;
  height: 40px;
  padding-right: 10px;
  filter: drop-shadow(2px 4px 2px #00000033);
}

.featured-am.bg-light-green {
  padding: 5px;
  border-radius: 25px;
}

.featured-am-inner {
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  box-shadow: inset var(--box-shadow);
  width: 200px;
  height: 100%;
  text-align: center;
  padding: 25px;
}
.featured-am-row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.featured-am-title {
  font-family: "Cachet";
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
}

.featured-am-inner .icon svg {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

.featured-am-inner .icon svg path {
  fill: var(--white);
}

.featured-amenities .btn {
  margin: auto;
  margin-top: 30px;
  display: block;
  width: fit-content;
  padding-left: 100px;
  padding-right: 100px;
  background: transparent !important;
  color: var(--white) !important;
  border: 3px solid var(--dark-blue);
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

.featured-amenities .btn:hover {
  background: var(--dark-blue) !important;
  color: var(--white) !important;
  border: 3px solid var(--dark-blue) !important;
}

img.hero-image.img-fluid {
  height: 600px;
  width: 100%;
  object-fit: cover;
  border-bottom: 5px solid var(--white);
}
.location-container {
  border: 3px solid var(--white);
  border-radius: 0px 0px 15px 15px;
  box-shadow: var(--box-shadow);
  margin-top: -5px;
}
.location-info {
  padding: 50px 100px !important;
  position: relative;
}
.icon.alert {
  padding: 0;
}

.alert-icon svg {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: var(--white);
  margin-right: 10px;
}

.alert-icon svg path {
  fill: #f2b221;
}
.hero-title {
  font-size: 60px;
  line-height: 60px;
  width: fit-content;
  padding-left: 175px;
  padding-right: 100px;
  border-radius: 0px 100px 100px 0px;
  box-shadow: var(--box-shadow);
  height: 175px;
  display: flex;
  align-items: center;
  /* margin-top: -75px; */
  z-index: 5;
}
.single-alert {
  display: flex;
  padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #ffffff33;
}
.alerts .single-alert:last-of-type {
  border:none;
}


.hidden {
  display: none;
}

div#alerts-section {
  display: flex;
  justify-content: space-between;
  background: var(--dark-blue);
  padding: 0.5rem 6.5rem;
  border-radius: 0 0 14px 14px;
}

.hero-bottom-half {
  padding-bottom: 6rem;
}

div#alerts-section .alert-icon {
  line-height: 1;
  transform: translateY(9px);
}

button#show-more-alerts,
button#show-less-alerts {
  border: 0;
  background: transparent;
  color: var(--white);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 43px;
}

button#show-more-alerts span,
button#show-less-alerts span {
  color: #f2b221;
}

.js-buttons {
  /* width: 25%; */
}

.container.introduction {
  margin-top: 50px;
}

.introduction h2 {
  font-size: 42px;
  font-weight: normal;
}

@media screen and (max-width: 1800px) {
  .featured-am-inner .icon svg {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .featured-am-inner {
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    box-shadow: inset var(--box-shadow);
    width: 150px;
    height: 100%;
    text-align: center;
    padding: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .featured-am-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
  }

  .featured-am-inner {
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    box-shadow: inset var(--box-shadow);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 25px;
  }
  .featured-am.bg-light-green {
    padding: 5px;
    border-radius: 25px;
    margin-bottom: 12px;
  }
  .featured-amenities {
    padding-top: 40px;
  }
  .js-buttons {
    width: 33%;
  }
}

@media screen and (max-width: 1200px) {
  .featured-am-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: row;
  }
  div#alerts-section {
    margin-top: 50px;
  }

  .featured-am {
    padding: 5px;
    border-radius: 50px;
    margin-bottom: 12px;
    width: 200px;
  }

  .hidden {
    display: block;
  }
  .alerts {
    height: fit-content;
    transition: 500ms ease;
  }
  button#show-more-alerts,
  button#show-less-alerts,
  .js-buttons {
    display: none;
  }
}

@media screen and (max-width: 996px) {
  .featured-am-row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  .featured-am-inner {
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: inset var(--box-shadow);
    width: 100%;
    min-height: 200px;
    height: 100%;
    text-align: center;
    padding: 25px;
  }

  .hero-title-container {
    position: relative;
    z-index: 2;
    margin-top: 0;
    margin-bottom: -3px;
  }

  .hero-title {
    font-size: 60px;
    letter-spacing: 0.6px;
    line-height: 73px;
    width: 100%;
    padding-left: 125px;
    padding-right: 50px;
    border-radius: 0;
    box-shadow: var(--box-shadow);
    height: 150px;
    display: flex;
    align-items: center;
    /* margin-top: -75px; */
    z-index: 5;
    text-align: center;
    justify-content: center;
  }

  .hero-title h1 {
    text-align: center;
  }

  .contact-info {
    padding-top: 0px;
  }

  .hero-title {
    font-size: 60px;
    letter-spacing: 0.6px;
    line-height: 73px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    box-shadow: var(--box-shadow);
    height: 150px;
    display: flex;
    align-items: center;
    /* margin-top: -75px; */
    z-index: 5;
    text-align: center;
    justify-content: center;
  }

  img.hero-image.img-fluid {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-bottom: 0px;
  }

  .location-container {
    border: 3px solid var(--white);
    border-radius: 0px 0px 15px 15px;
    box-shadow: var(--box-shadow);
    margin-top: -3px;
  }
  .location-info {
    padding: 25px !important;
    max-width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .hero-title span {
    display: block;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 25px;
  }

  .hero-title {
    font-size: 60px;
    letter-spacing: 0.6px;
    line-height: 73px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0;
    box-shadow: var(--box-shadow);
    height: 90px;
    display: flex;
    align-items: center;
    /* margin-top: -75px; */
    z-index: 5;
    text-align: center;
    justify-content: center;
  }

  img.hero-image.img-fluid {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-bottom: 0px;
  }

  .featured-amenities .btn {
    margin: auto;
    margin-top: 30px;
    display: block;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    background: transparent !important;
    color: var(--white) !important;
    border: 3px solid var(--dark-blue);
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
  }

  .featured-am-title {
    font-family: "Cachet";
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
  }

  featured-am-inner .icon svg {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .featured-am-inner {
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: inset var(--box-shadow);
    width: 100%;
    min-height: 100px;
    height: 100%;
    text-align: center;
    padding: 25px;
  }

  .hero-title h1 {
    font-size: 37px;
    letter-spacing: 0px;
    line-height: 37px;
  }

  div#alerts-section {
    display: flex;
    justify-content: space-between;
    background: var(--dark-blue);
    padding: 0.5rem 1rem;
    border-radius: 0 0 14px 14px;
  }
}
@media screen and (max-width: 500px) {
  .location-info {
    padding: 0px !important;
    max-width: 90%;
  }

  .location-container {
    padding: 20px 0px 0px 0px !important;
    border: 3px solid var(--white);
    border-radius: 0px 0px 15px 15px;
    box-shadow: var(--box-shadow);
  }

  .featured-amenities .btn {
    font-size: 14px;
  }

  .intro-buttons .btn {
    display: block;
    margin: 10px;
  }

  .contact-info,
  .contact-info a {
    font-family: "Cachet";
    font-size: 16px;
    color: var(--white);
    text-decoration: none;
  }
}
