body {
  background-color: #FFF6EE;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #5EC1FF;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  font-family: "Caprasimo", serif;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #FFFB93;
  color: #5EC1FF;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a.icon:hover {
  background-color: white;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  color: white;
}

nav {
  background-color: #5EC1FF;
  padding: 20px;
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  list-style: none;
  
}
nav ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-left: 0;
  text-align: center;
}
nav ul img:hover {
  cursor: pointer;
  opacity: 0.6;
}
nav a {
  list-style: none;
  text-decoration: none;
  color: black;
}

nav a:hover {
  opacity: 0.5;
}

.nav-active {
  color: #ffffff;
}

.nav-active:hover {
  opacity: 0.5;
}

header {
  margin-bottom: 30px;
}
header h2 {
  font-size: 12px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  header h2 {
    font-size: 30px;
  }
}
header img {
  margin-bottom: 40px;
}
header a {
  background-color: #5EC1FF;
  text-decoration: none;
  padding: 20px;
  border-radius: 8px;
  color: white;
  font-family: "Caprasimo", serif;
}
header a:hover {
  opacity: 0.5;
}

.welcome {
  position: relative;
  text-align: center;
  color: white;
}

h1 {
  color: #0069CB;
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  color: #0069CB;
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.intro h4 {
  color: #0069CB;
  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 10px;
}
.intro img {
  padding-top: 50px;
}

.explore {
  position: relative;
  text-align: center;
  color: black;
  padding-top: 50px;
  padding-bottom: 50px;
}
.explore a {
  text-decoration: none;
}
.explore .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  opacity: 0.4;
  padding: 10px;
  border-radius: 8px;
}
.explore img:hover {
  opacity: 10;
}

.about p {
  color: #0069CB;
  font-size: 16px;
}
@media (min-width: 992px) {
  .about p {
    font-size: 20px;
  }
}
.about h2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .about h2 {
    font-size: 30px;
  }
}
.about img {
  margin-bottom: 20px;
}

.text:hover {
  background-color: white;
  cursor: pointer;
  opacity: 10;
}

section h1 {
  padding-top: 50px;
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
}
section h2 {
  padding-top: 40px;
}
section p {
  color: #FF9595;
  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
}

.error {
  margin-bottom: 50px;
}
.error a {
  text-decoration: none;
  background-color: #5EC1FF;
  color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  font-family: "Balsamiq Sans", sans-serif;
}
.error h2 {
  margin-bottom: 30px;
}

.mayor {
  background-color: #5EC1FF;
  padding-bottom: 50px;
}
.mayor .book {
  color: white;
}
.mayor ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
.mayor a {
  text-decoration: none;
  margin-top: 30px;
  background-color: #FF9595;
  color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  font-family: "Balsamiq Sans", sans-serif;
}
.mayor a:hover {
  opacity: 0.5;
}
.mayor p {
  margin-top: 60px;
  color: white;
  padding-top: 8px;
}
.mayor h2 {
  margin-bottom: 30px;
}

.business {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFFB93;
}
.business li {
  list-style: none;
}
.business img {
  border-style: dotted;
  border-color: #FF9595;
  border-width: thick;
}
.business img:hover {
  opacity: 1;
}
.business h3 {
  color: #0069CB;
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 30px;
}
.business h2 {
  font-size: 30px;
}

.events-home h2:hover {
  opacity: 0.5;
  cursor: pointer;
}
.events-home img:hover {
  opacity: 0.5;
  cursor: pointer;
}
.events-home img {
  margin-bottom: 30px;
}

.events-large ul {
  list-style: none;
}
.events-large ul img {
  margin-bottom: 30px;
}

.visit h2 {
  font-size: 24px;
}
.visit h3 {
  color: #0069CB;
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.visit h3:hover {
  opacity: 0.5;
  cursor: pointer;
}
.visit a {
  text-decoration: none;
}
.visit img {
  margin-bottom: 50px;
}
.visit p {
  font-size: 18px;
}
@media (min-width: 992px) {
  .visit p {
    font-size: 20px;
  }
}


.locations img:hover {
  opacity: 0.5;
  cursor: pointer;
}

footer {
  background-color: #FFFB93;
  font-family: "Balsamiq Sans", sans-serif;
  padding-top: 20px;
}
footer ul {
  list-style: none;
  display: grid;
  margin-left: 0;
}
footer .social {
  grid-template-columns: repeat(5, 1fr);
}
footer a {
  text-decoration: none;
}
footer li:hover {
  opacity: 0.5;
  cursor: pointer;
}

.seaside_resort h2 {
  font-size: 24px;
}
.seaside_resort ul {
  font-family: "Balsamiq Sans", sans-serif;
  font-size: 20px;
}
.seaside_resort a {
  text-decoration: none;
  background-color: #5EC1FF;
  color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  font-family: "Balsamiq Sans", sans-serif;
}
.seaside_resort a:hover {
  opacity: 0.5;
}

.events h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .events h2 {
    font-size: 30px;
  }
}
.events h3 {
  color: #0069CB;
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.events h3:hover {
  opacity: 0.5;
  cursor: pointer;
}
.events img {
  margin-bottom: 50px;
}
.events img:hover {
  opacity: 0.5;
  cursor: pointer;
}

.map {
  position: relative;
  padding: 0;
}
.map button {
  z-index: 100;
  border: none;
  background: transparent;
  position: absolute;
  font-size: 2.5em;
  color: teal;
  z-index: 100;
}
.map button.john {
  top: 28%;
  right: 52%;
}
.map button.sam {
  top: 34%;
  left: 34%;
}
.map button.alice {
  bottom: 32%;
  right: 65%;
}
.map button:hover span {
  opacity: 1;
}
.map button.active-marker i {
  color: red;
}

.map-info {
  padding: 2rem;
  background-color: #FFFB93;
  z-index: 1;
  pointer-events: none;
  margin-bottom: 50px;
}
.map-info h3 {
  margin-top: 20px;
  font-size: 1.5rem;
}
.map-info .loc-content {
  display: none;
}
.map-info .loc-content.active {
  display: block;
}
.map-info .loc-content a {
  display: block;
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
}
.map-info .loc-content a:hover {
  color: #000;
}
.map-info ul {
  list-style: none;
  color: #0069CB;
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;

}


* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.map-info h3::-moz-selection, .map-info .loc-content::-moz-selection {
  background: transparent;
  color: inherit;
}
.map-info h3::selection,
.map-info .loc-content::selection {
  background: transparent;
  color: inherit;
}

.map-info h3::-moz-selection,
.map-info .loc-content::-moz-selection {
  background: transparent;
  color: inherit;
}/*# sourceMappingURL=custom.css.map */

.sources {
  padding-bottom: 470px;
}

.amenities {
  margin-bottom: 50px;
  h2 {
    color: #0069CB;
        font-family: "Caprasimo", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
  }
  ul {
    list-style: none;
    font-family: "Balsamiq Sans", sans-serif;
        font-size: 20px;
  }

  a {
    text-decoration: none;
        background-color: #5EC1FF;
        color: #ffffff;
        padding: 10px;
        border-radius: 8px;
        font-family: "Balsamiq Sans", sans-serif;
  }

  a:hover {
    opacity: 0.5;
  }
}