@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  background: #FFFFFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(231, 231, 231) 100%);
}

h1 {
  color: #fff;
  font-weight: 800;
  text-shadow: 0 0 3px #000;
}

h2 {
  color: #FFFFFF !important;
  font-size: 1.3rem;
}

h3 {
  color: #512929 !important;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h6 {
  font-weight: 300;
}

p {
  font-size: 1rem;
}

button {
  font-size: 1rem !important;
}

section {
  position: relative;
}

nav {
  z-index: 10000;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
}
nav .container {
  width: auto;
  background-color: none;
  border-radius: 3rem;
}
nav .navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: black;
  background-color: transparent;
  border: 0px solid black;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
nav .navbar-toggler:focus {
  box-shadow: none;
}
nav .navbar-toggler-icon {
  height: 4px;
  width: 100%;
  background-color: black;
  background-image: none;
  display: block;
  border-radius: 4px;
}
nav .nav-link {
  text-align: center;
}
nav .menu-text {
  font-size: 0.7rem;
  font-weight: 500;
}

#hero {
  height: 270px;
  width: 100vw;
}
#hero img.hero {
  top: 0;
  left: 0;
  width: 100vw;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .wave {
  width: 100vw;
  z-index: 5;
}
#hero .wave img {
  width: 100%;
}
#hero .area {
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
}
#hero .area-dark {
  background: rgba(0, 0, 0, 0.2);
}

#accommodations {
  background: rgb(230, 230, 230);
}

#photogallery {
  background: rgb(230, 230, 230);
}
#photogallery .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#faq .accordion {
  background-color: transparent;
  border-radius: 0.2rem;
}
#faq .accordion-item {
  color: #512929;
  background-color: white;
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  border-radius: 0.2rem;
}
#faq .accordion-button {
  font-size: 1rem;
  color: #512929;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
#faq .accordion-button:not(.collapsed) {
  color: #512929;
  background-color: rgba(74, 163, 80, 0.554);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
#faq .bi {
  font-size: 1.5rem;
}

#wheretogo img {
  border-radius: 50%;
}

#ui-graphics01 {
  position: absolute;
  width: 160px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s;
}
#ui-graphics01:hover {
  transform: translate(-50%, -50%) scale(1.3);
}

@media (min-width: 375px) {
  .content {
    padding: 0;
  }
}
@media (min-width: 414px) {
  .content {
    padding: 0;
  }
}
@media (min-width: 449px) {
  .content {
    padding: 0 0.5rem;
  }
  #hero {
    height: 300px;
  }
  #hero img.hero {
    height: 300px;
  }
}
@media (min-width: 576px) {
  .content {
    padding: 0 1rem;
  }
  #hero {
    height: 340px;
  }
  #hero img.hero {
    height: 340px;
  }
  section .image-scale {
    transform: scale(1);
    transition: transform 0.3s;
  }
  section:hover .image-scale {
    transform: scale(1.0679);
  }
}
@media (min-width: 768px) {
  nav {
    background: transparent !important;
  }
  nav .container {
    width: auto;
    background-color: rgb(255, 255, 255);
  }
  #hero {
    height: 500px;
  }
  #hero img.hero {
    height: 500px;
  }
}
@media (min-width: 992px) {
  #hero {
    height: 500px;
  }
  #hero img.hero {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .content {
    padding: 0px 6rem;
  }
  #hero {
    height: 600px;
  }
  #hero img.hero {
    height: 600px;
  }
  h1 {
    font-size: 3.789rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.2rem;
  }
  button {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1360px) {
  .content {
    padding: 0px 6rem;
  }
  #hero {
    height: 700px;
  }
  #hero img.hero {
    height: 700px;
  }
  h3 {
    font-size: rem;
  }
}
@media (min-width: 1400px) {
  .content {
    padding: 0px 10rem;
  }
}
@media (min-width: 1600px) {
  .content {
    padding: 0px 10rem;
  }
  #hero {
    height: 800px;
  }
  #hero img.hero {
    height: 800px;
  }
  .nav-link {
    font-size: 1.3rem;
  }
}
@media (min-width: 1920px) {
  .content {
    padding: 0px 20rem;
  }
  #hero {
    height: 900px;
  }
  #hero img.hero {
    height: 900px;
  }
}
@media (min-width: 2550px) {
  .content {
    padding: 0px 30rem;
  }
  #hero {
    height: 1000px;
  }
  #hero img.hero {
    height: 1000px;
  }
}
/*# sourceMappingURL=index.css.map */