@media screen and (max-width: 1366px) {
  #header .flex-container {
    justify-content: space-between;
  }
  #hero {
    height: unset;
  }
  #hero .flex-container {
    flex-direction: column;
  }
  #hero .flex-container .item {
    padding-top: 160px;
    padding-bottom: 100px;
    width: unset;
  }
  #hero .flex-container .wrapper {
    width: unset;
    height: 55vh;
  }
  #hero .flex-container .wrapper img {
    height: 100%;
  }
  #btn-rvsp {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #program .sched-event {
    font-size: 17px;
  }
  #program .sched-note {
    font-size: 17px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header {
    backdrop-filter: blur(8px);
    position: sticky;
  }
  #header #toggle-menu {
    display: block;
  }
  #header .button {
    display: none;
  }
  #header #nav {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    background-color: unset;
    position: absolute;
    right: 17px;
    top: 125px;
    width: unset;
    z-index: 100;
    gap: 20px;
  }
  #header #nav li {
    position: relative;
  }
  #header #nav li a {
    border-right: none;
    font-size: 2em;
  }
  #header #nav li a:hover {
    color: #c28e7a;
    background-color: unset;
  }
  #header #nav li a.active {
    color: #d5b044;
    background-color: unset;
  }
  #header #nav.show {
    display: flex;
  }
  #header #nav.dark li a {
    color: #fff;
  }
  #hero .flex-container .item {
    padding-top: 40px;
  }
  #place .section-inner .venue-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  #place .section-inner .venue-grid .venue-card {
    text-align: center;
    width: 100%;
    max-width: 90vw;
    margin: auto;
  }
  #place .venue-map {
    aspect-ratio: unset;
    max-width: 90vw;
    width: 100%;
  }
  #place .venue-map iframe {
    width: 95vw;
    margin: auto;
  }
  #form {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #story {
    text-align: center;
  }
  #story .flex-container {
    flex-direction: column;
    gap: 40px;
  }
  #story .flex-container .story-timeline {
    max-width: unset;
  }
  #story .flex-container .img-wrapper {
    max-width: unset;
  }
}
@media screen and (max-width: 680px) {
  body {
    font-size: 16px;
  }
  #hero {
    padding: 10px;
  }
  #hero #hero-logo {
    max-width: 350px;
  }
  #hero .caption {
    text-align: center;
  }
  #header {
    padding: 17px 3vw;
  }
  #header #toggle-menu {
    top: 28px;
  }
  #form {
    padding: 15px;
  }
}
@media screen and (max-width: 420px) {
  #footer .flex-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
/*# sourceMappingURL=responsive.css.map */