html{
  line-height:1.5;
  box-sizing:border-box
}
a {
  background-color:transparent;
  color:inherit;
  text-decoration:inherit
}
button {
  font-family:inherit;
  margin:0;
  line-height:inherit;
  color:inherit;
  overflow:visible;
  text-transform:none;
  padding:0;
  cursor:pointer;
}
*,:after,:before{
  box-sizing:inherit;
  border:0 solid #e2e8f0
}
dd,dl,h1,h2,h3,h4,h5,h6,p,ul {
  margin:0;
}
ul {
  list-style:none;
  padding:0;
}
h1,h2,h3,h4,h5,h6 {
  font-size:inherit;
  font-weight:inherit;
}
img, svg {
  display:block;
}
img {
  max-width:100%;
  height:auto;
}

body {
  /*
  background-image: url(/img/bg-1.png);
  background-color: #04192a;
  */

  margin:0;
  -webkit-font-smoothing:antialiased;
  background-image: url(/img/bg.png);
  background-color: #021618;
  overflow: hidden;
  font-family: 'Alumni Sans', sans-serif;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 2px;
}

.container {
  height: 100vh;
  overflow: auto;
	scroll-behavior: smooth;
}

.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.banner, .footer-banner {
  max-width: 1200px;
  filter: drop-shadow(0 0 15px #111);
}

.hero-card {
  display: block;
  backdrop-filter: blur(20px);
  background: #0c09009c;
  box-shadow: 0 0 30px -1px #0000009e;
  position: sticky;
  margin-bottom: -80px;
  top: 64px;
  border: 2px solid #e4d37f;
  color: #ffffff;
  z-index: 1;
}

.footer .hero-card {
  letter-spacing: 3.4px;
  line-height: 1;
  padding: 24px 48px;
  aspect-ratio: 2;
  text-align: center;
  width: fit-content;
}

.hero {
  object-fit: cover;
  object-position: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 1;
  filter: blur(0px);
  transition: all 300ms ease-out;
}

.footer-hero {
  object-position: left;
}

.hero-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.blur-hero {
  filter: blur(20px);
  transform: scale(1.3);
}

.hero-container {
  background: #e4d37f;
  border-color: #e4d37f;
  border-width: 8px 0;
  border-style: solid;
  overflow: hidden;
  box-shadow: 0 0 30px -1px #0000009e;
}

.map-link {
  display: inline-block;
  border: 4px solid #e4d37f;
  width: 400px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 0 30px -1px #0000009e;
  margin: 24px 0;
  border-radius: 125px;
  max-width: 90vw;
}

.map {
  object-fit: cover;
  object-position: center;
  width: 400px;
  height: 300px;
}

.charlotte-point {
  aspect-ratio: 1;
  max-width: 400px;
  border: 4px solid #e4d37f;
  position: sticky;
  left: 0;
  top: 80px;
  box-shadow: 0 0 30px -1px #0000009e;
}

@media (max-width: 900px) {
  .charlotte-point {
    display: none;
  }

  .faq img {
    display: none;
  }

  .summary-content {
    padding: 8px;
  }

  .summary h2 {
    margin-top: 0 !important;
  }
}

.summary {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  padding-top: 24px;
  margin-top: -24px;
}

hr {
  display: flex;
  background: rgba(255, 255, 255, 15%);
  height: 1px;
  width: 100%
}

.text-outline {
  border: 2px solid rgba(255, 255, 255, 15%);
  padding: 4px;
  width: 100%;
  text-align: center;
}

.schedule {
  font-size:26px;
  letter-spacing: 2px;
}

h2 {
  font-size: 96px;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin-left: 12px;
  margin-right: 12px;
}

@media (max-width: 640px) {
  h2 {
    font-size: 72;
  }
}

h5 {
  font-size: 64px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 12px 0;
}

.timetable {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.time-label {
  font-weight: bold;
  text-align: right;
}

.dress-code {
  margin-bottom: 48px;
  width: 100%;
}

.faq {
  max-width: 1200px;
  padding: 24px;
  margin: 0 auto;
}

.faq dt {
  font-size: 32px;
  font-weight: bold;
}

.faq dd {
  padding-bottom: 12px;
}

.faq dd::after {
  content: "";
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 15%);
  margin-top:18px;
}

.faq ul {
  padding-left: 48px;
  list-style: circle;
}

.faq img {
  max-width: 400px;
  border: 4px solid #e4d37f;
  box-shadow: 0 0 30px -1px #0000009e;
}

.faq-right {
  float: right;
  margin: 0 0 24px 24px;
}

.faq-left {
  float: left;
  margin: 12px 24px 24px 0;
}

.faq h4 {
  font-size: 28px;
  font-weight: bold;
}

iframe {
  border-top: 8px solid #e4d37f !important;
  border-bottom: 8px solid #e4d37f !important;
  box-shadow: 0 0 30px -1px #0000009e;
  margin-bottom: 48px;
}

.trio-pics {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 144px;
}

.trio-pics img {
  border: 2px solid #e4d37f;
  box-shadow: 0 0 30px -1px #0000009e;
  object-fit: cover;
  width: 25%;
  object-position: center;
  aspect-ratio: 0.75;
  z-index: 1;
}

.trio-pics .trio-center {
  margin: -64px -10%;
  transition: margin 500ms ease-in-out;
  z-index: 0;
}

.trio-pics-expanded .trio-center {
  margin: -96px 2.5%;
}

@media (max-width: 700px) {
  .trio-pics {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .trio-pics img {
    z-index: 0;
    width: 75%;
  }

  .trio-pics .trio-center {
    margin-top: -75%;
    margin-bottom: -75%;
  }
  
  .trio-pics-expanded .trio-center {
    margin: 24px 0;
  }
}

.retro {
  min-height: 100vh;
  width: 100%;
  margin: 48px 0 96px 0;
  display: block;
  overflow: hidden;
  position: relative;
  background-image: url(/img/bg-retro.png);
  background-color: #06292b;
  background-attachment: fixed;
  border-top: 8px solid #e4d37f;
  border-bottom: 8px solid #e4d37f;
  box-shadow: 0 0 30px -1px #0000009e inset;
  font-family: 'Courier New', Courier, monospace;
  cursor: url('data:image/x-icon;base64,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AACIlKT/n6S+/6mpw/+Uobr/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACrssP/rrTJ/6Wtwf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC1xNL/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+AAAP/gAAD/8AAA//AAAP/4AAD/+AAA//gAAP/8AAD//AAA//wAAP/+AAD//gAAf/4AAD/+AAA//gAAH/wAAB/8AAAf/AAAH/gAAD/4AAA/+AAAP/AAAH/wAAB/8AAA/+AAAP/geAD/4f8B/+f/4f////H////7///////////8='), cell;
}

.retro-shimmer {
  background-image: url(/img/gifs/star-bg.gif);
  background-attachment: fixed;
  min-height: 100vh;
  width: 100%;
}

.retro-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.marquee {
  background: rgba(255, 255, 255, 50%);
  color: black;
  backdrop-filter: blur(5px);
  padding: 2px 0;
  font-weight: bold;
  letter-spacing: 4px;
  box-shadow: 0 0 30px -1px #0000009e;
  position: relative;
  width: 100%;
  margin: -24px 0 24px 0;
}

.marquee span {
  display: block;
  min-width: 100%;
  white-space: nowrap;
  animation: bounce-text 15s linear alternate-reverse infinite;
}

@keyframes bounce-text {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.retro canvas {
  opacity: 0;
  transition: opacity 250ms;
}

.retro:hover canvas {
  opacity: 1;
}

@media (prefers-reduced-motion) {
  .retro {
    display: none;
  }
  
  * {
    transition: none;
  }
}

.mirror {
  transform: rotateY(180deg);
}

h3 {
  text-align: center;
  font-size: 64px;
  margin-top: 128px;
  margin-bottom: -128px;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  h3 {
    font-size: 48px;
    margin: 0 8px -64px 8px;
  }
}

.party-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
  justify-content: center;
  align-items: center;
}

.party {
  flex-grow: 1;
  max-width: min(100%, 1200px);
}

.heart {
  position: relative;
  display: flex;
}

.heart-left {
  width: 200px;
  height: 300px;
  clip-path: path('M 30 90 a 60 60 90 0 1 120 0 v 170 q -120 -80 -120 -170 z');
  animation: heart-left 1s steps(1) infinite;
  z-index: 1;
}

.heart-right {
  width: 200px;
  height: 300px;
  clip-path: path('M 70 90 a 60 60 0 0 1 120 0 q 0 90 -120 170 z');
  animation: heart-right 1s steps(1) infinite;
}

.heart-left img, .heart-right img {
  object-fit: cover;
}

.explosion-left, .explosion-right {
  z-index: 0;
  animation: explosion 1s steps(1) infinite;
}

.explosion-left {
  margin-left: -100px;
  transform: rotateY(180deg);
}

.explosion-right {
  margin-right: -120px;
}

@keyframes heart-left {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
}

@keyframes heart-right {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(-45deg);
  }
}

@keyframes explosion {
  0% {
    fill: #e4d37f;
  }
  50% {
    fill: #dd7e5a;
  }
}

.train-container {
  position: relative;
  height: 100px;
  width: 100%;
  overflow: hidden;
}

.train {
  position: absolute;
  left: -500px;
  animation: train 20s linear infinite;
  display: flex;
  width: 500px;
  height: 100px;
}

@keyframes train {
  0% {
    transform: rotateY(0deg);
    left: -500px;
  }
  45% {
    left: calc(100% + 600px);
    transform: rotateY(0deg);
  }
  55% {
    transform: rotateY(180deg);
  }
  95% {
    left: -500px;
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.dance {
  width: 100%;
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
}

.dance img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.dance-effect {
  height: 495px;
  width: calc(100% - 188px);
  flex-grow: 1;
  box-shadow: 0 0 30px -15px #8d8663;
  border: 5px #e4d37f solid;
  border-radius: 10px;
  animation: glow 1s alternate ease-in-out infinite;
}

.dance:hover .dance-effect {
  animation: rotate 1250ms linear 1, glow 1s alternate ease-in-out infinite;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 30px -15px #8d8663;
  }
  100% {
    box-shadow: 0 0 30px 0px #8d8663;
  }
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.flanking-dancers {
  width: 70px;
  background: url(/img/gifs/floating-couple.gif) repeat-y;
}

@media (max-width: 700px) {
  .flanking-dancers {
    display: none;
  }
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-img {
  margin-top: 16px;
  width: 100%;
}

@media (max-width: 450px) {
  .footer .banner-img {
    margin-bottom: 16px;
  }
}

h1 {
  line-height: 1;
  margin: 16px 0;
  font-size: 64px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 6px;
}
@media (max-width: 640px) {
  h1 {
    font-size: 48px;
  }
}

.hero-caption {
  line-height: 1;
  margin: 8px 0;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .hero-caption {
    font-size: 18px;
  }
}

.hero-card {
  padding: 0 4% 10px 4%;
  text-align: center;
  z-index: 1;
  max-width: 80vw;
}


.menu-button {
  display: block;
  height: 40px;
  left: 8px;
  margin: 0;
  overflow: hidden;
  position: fixed;
  top: 8px;
  width: 40px;
  z-index: 19;
}
@media (min-width: 768px) {
  .menu-button {
    display: none;
  }
}


.menu-button button {
  background: none;
  border: none;
  font-size: 10px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
}


.menu-icon::before,
.menu-icon::after {
  content: "";
  height: 3px;
  left: 20%;
  margin: 0 auto;
  border-radius: 3px;
  margin-top: -0.15em;
  position: absolute;
  top: 50%;
  transition: all 0.4s;
  width: 24px;
  background: #ffffff;
  box-shadow: 0 -10px 0 0 #ffffff, 0 10px 0 0 #ffffff;
}


.menu-bar {
  height: 56px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 18;
  background-color: #213e44;
  display: none;
  box-shadow: 0 0 30px -1px #0000009e;
}
@media (max-width: 768px) {
  body {
    padding-top: 56px;
  }

  .menu-bar {
    display: block;
  }
}


.menu-bar h2 {
  align-items: center;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 100%;
  font-family: Alumni Sans;
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .menu-bar h2 {
    font-size: 27px;
  }
}


.mobile-nav {
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: 18;
  background-color: #213e44;
  height: 0;
}
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav.visible {
  height: 100%;
}

.mobile-nav ul {
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 56px 0 0 0;
}


.mobile-nav li {
  text-align: center;
  width: 80%;
  padding: 0;
  margin: 0 auto;
}
.mobile-nav li:not(:last-child)::after {
  content: "";
  height: 1px;
  background: white;
  display: block;
}


.mobile-nav a {
  display: block;
  margin: 0;
  padding: 24px 16px;
  line-height: 1;
  margin: 0 auto;
  text-decoration: none;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background-color: rgba(255, 255, 255, 10%);
}


.navigation {
  display: flex;
  margin: 24px 0;
  gap: 32px;
  padding: 0 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.navigation a {
  font-size: 19px;
  border-bottom: 2px solid transparent;
  transition: border 250ms;
}

.navigation a:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 70%);
}

.summary-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.summary h2 {
  line-height: 1;
  margin: -18px 0 8px 0;
}

.summary-detail {
  margin: 8px 0;
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .summary-detail {
    font-size: 20px;
  }
}


.venue {
  margin: 0 0 12px 0;
  font-size: 26px;
}

.underline {
  text-decoration: underline;
}


.footer-hero-detail {
  padding: 0 18px 16px;
  font-size: 64px;
  letter-spacing: 6px;
}
@media (max-width: 640px) {
  .footer-hero-detail {
    font-size: 48px;
  }
}


.footer-hero-sub-detail {
  padding: 20px 18px 0;
  letter-spacing: 2px;
  font-size: 24px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 640px) {
  .footer-hero-sub-detail {
    font-size: 18px;
  }
}

.external::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
  filter: invert(1);
}