.homenav .title {
  margin: 2em 0;
  display: flex;
  gap: 2px;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.homenav .title h1 {
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 1em;
  text-align: right;
  margin-top: 5%;
}
.homenav .headerbar {
  position: relative;
}
.homenav .headerbar ul {
  display: flex;
  list-style: none;
  justify-content: center;
  position: absolute;
  top: 50%;
}
.homenav .headerbar li:first-child {
  border-top-left-radius: 1.2em;
  border-bottom-left-radius: 1.2em;
  overflow: hidden;
}
.homenav .headerbar li:last-child {
  border-top-right-radius: 1.2em;
  border-bottom-right-radius: 1.2em;
  overflow: hidden;
}
.homenav .headerbar a {
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 1.2em;
  color: black;
  background-color: white;
  padding: 0 1em;
}
@media (min-width: 1200px) {
  .homenav .headerbar a {
    font-size: 2.5em;
  }
}
.homenav .headerbar a:hover {
  background-color: #405E16;
  color: white;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 800;
}

.homeact {
  margin-top: 2em;
}
.homeact .firstact {
  position: relative;
}
.homeact .firstact img.img-fluid {
  filter: drop-shadow(2px 5px 3px #A01818);
}
.homeact .firstact ul {
  position: absolute;
  top: 1%;
  list-style: none;
}
.homeact .firstact ul li {
  margin-left: 0.8em;
}
.homeact .firstact ul li h2 {
  font-size: 0.8em;
  color: #9DCAEF;
  font-family: "sofia-pro-condensed", sans-serif;
}
.homeact .firstact ul li p {
  font-family: "gotham", sans-serif;
  font-size: 8px;
}
.homeact .firstact ul li h3 {
  font-family: "gotham-narrow", sans-serif;
  font-size: 8px;
  font-weight: 100;
}
.homeact .firstact ul li button {
  border: none;
  background-color: #9A8903;
  color: white;
  font-family: "sofia-pro-condensed", sans-serif;
  border-radius: 20px;
  font-size: 0.5em;
  padding: 4px;
}
.homeact .firstact ul li button:hover {
  background-color: #405E16;
}
@media (min-width: 768px) {
  .homeact .firstact ul {
    top: 2%;
  }
  .homeact .firstact ul li {
    margin-left: 1.5em;
  }
  .homeact .firstact ul li h2 {
    font-size: 1.4em;
  }
  .homeact .firstact ul li p {
    font-size: 14px;
  }
  .homeact .firstact ul li h3 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .homeact .firstact ul li {
    margin-left: 2.5em;
  }
  .homeact .firstact ul li h2 {
    font-size: 1.5em;
  }
  .homeact .firstact ul li p {
    font-size: 14px;
  }
  .homeact .firstact ul li h3 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .homeact .firstact ul li {
    margin-left: 4em;
  }
  .homeact .firstact ul li h2 {
    font-size: 2em;
  }
  .homeact .firstact ul li p {
    font-size: 18px;
  }
  .homeact .firstact ul li h3 {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .homeact .firstact ul li {
    margin-left: 6em;
  }
  .homeact .firstact ul li h2 {
    font-size: 2em;
  }
  .homeact .firstact ul li p {
    font-size: 16px;
  }
  .homeact .firstact ul li h3 {
    font-size: 16px;
  }
}
.homeact .secondact {
  position: relative;
  margin-top: 10%;
}
.homeact .secondact img.img-fluid {
  filter: drop-shadow(2px 5px 3px #A01818);
}
.homeact .secondact ul {
  position: absolute;
  top: 1%;
  list-style: none;
}
.homeact .secondact ul li {
  margin-left: 0.8em;
}
.homeact .secondact ul li h2 {
  font-size: 0.8em;
  color: #9DCAEF;
  font-family: "sofia-pro-condensed", sans-serif;
}
.homeact .secondact ul li p {
  font-family: "gotham", sans-serif;
  font-size: 8px;
}
.homeact .secondact ul li h3 {
  font-family: "gotham-narrow", sans-serif;
  font-size: 8px;
  font-weight: 100;
}
.homeact .secondact ul li button {
  border: none;
  background-color: #9A8903;
  color: white;
  font-family: "sofia-pro-condensed", sans-serif;
  border-radius: 20px;
  font-size: 0.5em;
  padding: 4px;
}
.homeact .secondact ul li button:hover {
  background-color: #405E16;
}
@media (min-width: 768px) {
  .homeact .secondact ul {
    top: 2%;
  }
  .homeact .secondact ul li {
    margin-left: 1.5em;
  }
  .homeact .secondact ul li h2 {
    font-size: 1.5em;
  }
  .homeact .secondact ul li p {
    font-size: 14px;
  }
  .homeact .secondact ul li h3 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .homeact .secondact ul li {
    margin-left: 2.5em;
  }
  .homeact .secondact ul li h2 {
    font-size: 1.5em;
  }
  .homeact .secondact ul li p {
    font-size: 14px;
  }
  .homeact .secondact ul li h3 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .homeact .secondact ul li {
    margin-left: 3.5em;
  }
  .homeact .secondact ul li h2 {
    font-size: 2em;
  }
  .homeact .secondact ul li p {
    font-size: 16px;
  }
  .homeact .secondact ul li h3 {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .homeact .secondact ul li {
    margin-left: 6em;
  }
  .homeact .secondact ul li h2 {
    font-size: 2em;
  }
  .homeact .secondact ul li p {
    font-size: 16px;
  }
  .homeact .secondact ul li h3 {
    font-size: 16px;
  }
}

.third .filler img {
  margin: 4em 0;
}

.know h2 {
  margin-top: 0.5em;
  font-family: "sofia-pro-condensed", sans-serif;
  color: #0C538D;
  font-size: 2em;
  font-weight: 800;
}
@media (min-width: 768px) {
  .know h2 {
    font-size: 2.6em;
    font-weight: 800;
  }
}
.know ul {
  list-style: none;
}
.know ul li {
  margin: 1em 0;
}
.know ul li h2 {
  margin-top: 2em;
  font-family: sofia-pro-condensed, sans-serif;
  font-weight: 100;
  font-style: italic;
  color: #9A8903;
  font-size: 1.3em;
}
@media (min-width: 768px) {
  .know ul li h2 {
    font-size: 1.5em;
  }
}
.know ul li p {
  margin-top: 0.8em;
  font-family: "gotham", sans-serif;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .know ul li p {
    font-size: 1em;
  }
}
.know img {
  margin-bottom: 3em;
}

.reviews {
  position: relative;
}
@media (min-width: 768px) {
  .reviews .reviewbg {
    height: 700px;
  }
}
.reviews h2 {
  position: absolute;
  margin-top: 0.5em;
  font-family: "sofia-pro-condensed", sans-serif;
  color: #ffffff;
  font-size: 2.5em;
  font-weight: 800;
}
.reviews .reviewone {
  position: absolute;
  top: 15%;
}
.reviews .reviewtwo {
  position: absolute;
  top: 52%;
}
.reviews button {
  position: absolute;
  top: 90%;
  font-family: "sofia-pro-condensed", sans-serif;
  background-color: #0C538D;
  color: white;
  font-size: 0.8em;
  padding: 0.5em 0;
  border-radius: 20px;
  border: none;
}
.reviews button:hover {
  background-color: #07355a;
}
.reviews ul {
  justify-content: center;
  list-style: none;
  display: flex;
  filter: drop-shadow(2px 5px 3px #A01818);
}
.reviews ul li {
  background-color: white;
  padding: 30px 20px;
  margin-bottom: 4em;
}
.reviews ul li:last-child {
  padding-left: 1.5em;
}

.homeevents .firstevent {
  position: relative;
  margin: 2em 0;
}
.homeevents .firstevent img.img-fluid {
  display: block;
}
.homeevents .firstevent h2 {
  position: absolute;
  top: 10%;
  left: 10%;
  font-family: sofia-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2em;
  color: #ffffff;
  margin: 0;
  background-color: rgba(160, 24, 24, 0.5137254902);
  padding: 0.4em 0;
}
@media (min-width: 992px) {
  .homeevents .firstevent h2 {
    font-size: 4em;
  }
}
.homeevents .firstevent button {
  position: absolute;
  bottom: 5%;
  left: -6%;
  border: none;
  background-color: #9A8903;
  color: white;
  font-family: "sofia-pro-condensed", sans-serif;
  border-radius: 20px;
  font-size: 1em;
  padding: 6px 10px;
}
@media (min-width: 768px) {
  .homeevents .firstevent button {
    font-size: 1em;
    padding: 10px 20px;
  }
}
.homeevents .firstevent button:hover {
  background-color: #405E16;
}
.homeevents .secondevent {
  position: relative;
  margin: 2em 0;
}
.homeevents .secondevent img.img-fluid {
  display: block;
  height: 11em;
}
@media (min-width: 992px) {
  .homeevents .secondevent img.img-fluid {
    height: 30em;
  }
}
.homeevents .secondevent h2 {
  position: absolute;
  top: 10%;
  left: 10%;
  font-family: sofia-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2em;
  color: #ffffff;
  margin: 0;
  background-color: rgba(160, 24, 24, 0.5137254902);
  padding: 0.3em 0;
}
@media (min-width: 992px) {
  .homeevents .secondevent h2 {
    font-size: 4em;
  }
}
.homeevents .secondevent button {
  position: absolute;
  bottom: 6%;
  left: -6%;
  border: none;
  background-color: #9A8903;
  color: white;
  font-family: "sofia-pro-condensed", sans-serif;
  border-radius: 20px;
  font-size: 1em;
  padding: 6px 10px;
}
@media (min-width: 768px) {
  .homeevents .secondevent button {
    font-size: 1em;
    padding: 10px 20px;
  }
}
.homeevents .secondevent button:hover {
  background-color: #405E16;
}

.mapthumb .mainmapul {
  display: flex;
  list-style: none;
}
.mapthumb .mainmapul ul {
  list-style: none;
}
.mapthumb .mainmapul h3 {
  font-family: "gotham", sans-serif;
  font-weight: 800;
  font-style: italic;
  color: #9DCAEF;
  font-size: 1.2em;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .mapthumb .mainmapul h3 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .mapthumb .mainmapul h3 {
    font-size: 2.5em;
  }
}
.mapthumb .mainmapul a {
  font-family: "sofia-pro-condensed", sans-serif;
  border-radius: 20px;
  font-size: 0.9em;
  padding: 10px 20px;
  background-color: #9A8903;
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .mapthumb .mainmapul a {
    font-size: 1em;
  }
}
.mapthumb .mainmapul a:hover {
  background-color: #405E16;
}

.map {
  position: relative;
  padding: 0;
}
.map .button {
  border: none;
  background: transparent;
  position: absolute;
  font-size: 2.5rem;
  color: #A01818;
  z-index: 100;
}
.map .button.mayor {
  top: 30%;
  left: 72%;
}
.map .button.grinch {
  top: 20%;
  left: 14%;
}
.map .button.cindy {
  bottom: 20%;
  left: 84%;
}
.map .button.post {
  bottom: 30%;
  left: 55%;
}
.map .button.dump {
  bottom: 20%;
  left: 34%;
}
.map .button .info {
  position: absolute;
  top: 80px;
  left: -40px;
  width: 120px;
  background-color: #9DCAEF;
  font-family: "gotham", sans-serif;
  color: #fff;
  padding: 0.5rem;
  font-size: 0.7rem;
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s;
}
.map .button .info h2 {
  font-size: 1rem;
}
.map .button .info a {
  font-size: 0.8rem;
  display: block;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #fff;
}
.map .button .info a:hover {
  color: #000;
}
.map .button .info img {
  width: 40%;
  height: auto;
}
.map .button:hover .info {
  opacity: 1;
}

.map-info {
  padding: 2rem;
  background-color: #9A8903;
  font-family: "gotham", sans-serif;
  color: #fff;
}
.map-info h2 {
  font-size: 1em;
}
.map-info h3 {
  margin-top: 20px;
  font-size: 1.5rem;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 3em;
}
.map-info .loc-content ul {
  padding: 0;
}
.map-info .loc-content ul li {
  list-style: none;
  border-bottom: 1px solid #fff;
}
.map-info .loc-content a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.map-info .loc-content a:hover {
  color: #405E16;
}

.header h1 {
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 2em;
  font-weight: 800;
  color: #0C538D;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .header h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 992px) {
  .header h1 {
    font-size: 3em;
  }
}
.header p {
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  margin-top: 0.5em;
}

.icons ul {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 1em;
}
.icons ul li p {
  font-family: "gotham", sans-serif;
  font-size: 0.7em;
  margin-left: 5px;
}

.gallery {
  position: relative;
  margin-bottom: 3em;
}
.gallery h2 {
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 2em;
  font-weight: 800;
  color: #0C538D;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .gallery h2 {
    font-size: 2.3em;
  }
}
@media (min-width: 992px) {
  .gallery h2 {
    font-size: 3em;
  }
}
.gallery .slideshow-container {
  position: relative;
}
.gallery .mySlides {
  display: none;
  width: 100%;
}
.gallery .w3-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #9A8903;
  color: white;
  border: none;
  padding: 16px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}
.gallery .w3-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery .w3-display-left {
  left: 10px;
}
.gallery .w3-display-right {
  right: 10px;
}

nav {
  background-color: #9DCAEF;
  filter: drop-shadow(0px 0px 6px #444444);
  position: sticky;
  top: 0;
  z-index: 1000;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  gap: 5%;
  align-items: center;
  padding-top: 2%;
}
nav ul a {
  text-decoration: none;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 100;
  font-size: 1.5em;
  color: white;
}
nav ul a:hover {
  color: #0C538D;
}
nav ul a.active {
  color: #0C538D;
}

footer {
  padding: 20px 0;
  align-items: center;
  background-color: #9DCAEF;
}
footer .socials {
  display: flex;
  gap: 20px;
  list-style: none;
  margin-right: 2em;
}
footer .footnav {
  list-style: none;
}
footer .footnav li {
  background-color: #0C538D;
  text-align: center;
  border-radius: 10px;
  margin: 5px 0;
}
footer .footnav li:hover {
  background-color: #07355a;
}
footer .footnav a {
  font-family: "sofia-pro-condensed", sans-serif;
  color: white;
  border-radius: 10px;
  padding: 5px;
  text-decoration: none;
}

.sourceintro h1 {
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 3em;
  font-weight: 800;
  color: #0C538D;
  margin-top: 0.5em;
}
.sourceintro p {
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  margin-top: 0.5em;
}
.sourceintro ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
  list-style: none;
  margin-top: 0.5em;
  margin-bottom: 3em;
}
@media (min-width: 992px) {
  .sourceintro ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.sourceintro ul li {
  background: #f4f6f8;
  padding: 10% 2%;
  filter: drop-shadow(2px 5px 3px #A01818);
}
.sourceintro ul li a {
  background-color: #9A8903;
  color: white;
  font-family: "sofia-pro-condensed", sans-serif;
  border-radius: 20px;
  border: none;
  padding: 3% 10%;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
}
.sourceintro ul li a:hover {
  background-color: #405E16;
}

.error img {
  margin-top: 1.5em;
}
.error h1 {
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 1.2em;
  text-align: center;
  margin-top: 8px;
}
.error .errormessage p {
  font-family: "gotham", sans-serif;
}
.error .errormessage a {
  background-color: #9A8903;
  color: white;
  font-family: "sofia-pro-condensed", sans-serif;
  border-radius: 20px;
  padding: 4px 15px;
  margin-bottom: 2em;
  text-decoration: none;
  text-align: center;
}
.error .errormessage a:hover {
  background-color: #405E16;
}

.aboutintro {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .aboutintro {
    font-size: 2.3em;
  }
}
@media (min-width: 992px) {
  .aboutintro {
    font-size: 3em;
  }
}
.aboutintro img {
  height: 10em;
}

.aboutintro h1 {
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 1em;
  font-weight: 800;
  color: #0C538D;
}

.mayor ul {
  list-style: none;
}
@media (min-width: 768px) {
  .mayor ul {
    display: flex;
    gap: 1em;
    align-items: center;
  }
}
.mayor ul li {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  margin-top: 3em;
}
.mayor ul li img {
  margin-bottom: 2em;
}
.mayor ul li p {
  text-align: left;
}

.mustsee h2 {
  font-family: "sofia-pro-condensed", sans-serif;
  font-style: italic;
  font-size: 2em;
  font-weight: 800;
  color: #9DCAEF;
}
.mustsee ul {
  list-style: none;
}
@media (min-width: 768px) {
  .mustsee ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.mustsee ul li {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  margin: 1em 0;
}

.quickinfo h2 {
  font-family: "sofia-pro-condensed", sans-serif;
  font-style: italic;
  font-size: 2em;
  font-weight: 800;
  color: #9DCAEF;
}
.quickinfo p {
  font-family: "gotham", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
}
.quickinfo a {
  background-color: #9A8903;
  color: white;
  font-family: "sofia-pro-condensed", sans-serif;
  border-radius: 20px;
  padding: 4px 15px;
  margin-bottom: 2em;
  color: white;
  text-decoration: none;
}
.quickinfo a:hover {
  background-color: #405E16;
}

.aboutfoot {
  margin-top: 30px;
}/*# sourceMappingURL=custom.css.map */