html {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    avenir next,
    avenir,
    segoe ui,
    helvetica neue,
    helvetica,
    Cantarell,
    Ubuntu,
    roboto,
    noto,
    arial,
    sans-serif;
}

body {
  margin: 0;
}

*:focus,
*:focus-visible {
  outline: .3em solid #ff7859 !important;
}

/* Luckiest Guy */
@font-face {
  font-display: swap;
  font-family: "Luckiest Guy";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/LuckiestGuy/LuckiestGuy-Regular.woff2")
    format("woff2");
}

/* Rubik */
@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url('/static/fonts/Rubik/Rubik-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 300;
  src: url('/static/fonts/Rubik/Rubik-300-Italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/Rubik/Rubik-Regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url('/static/fonts/Rubik/Rubik-Italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('/static/fonts/Rubik/Rubik-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  src: url('/static/fonts/Rubik/Rubik-500-Italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url('/static/fonts/Rubik/Rubik-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 600;
  src: url('/static/fonts/Rubik/Rubik-600-Italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/Rubik/Rubik-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  src: url('/static/fonts/Rubik/Rubik-700-Italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  src: url('/static/fonts/Rubik/Rubik-800.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 800;
  src: url('/static/fonts/Rubik/Rubik-800-Italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: url('/static/fonts/Rubik/Rubik-900.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 900;
  src: url('/static/fonts/Rubik/Rubik-900-Italic.woff2') format('woff2');
}

/* Ultra */
@font-face {
  font-display: swap;
  font-family: 'Ultra';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/Ultra/Ultra-Regular.woff2') format('woff2');
}

/* Jimmy Script */
@font-face {
  font-display: swap;
  font-family: 'Jimmy Script';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/Jimmy Script/JimmyScript-Regular.woff2') format('woff2');
}

.sr-only:not(:focus):not(:active):not(:focus-within) {
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

.grid {
  display: grid;
}

.justify-center {
  justify-items: center;
}

.mickey {
  position: absolute;
}

.mickey-head {
  display: flex;
  justify-content: center;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  background: black;
}

.mickey-ears {
  height: 150px;
  position: absolute;
  width: 375px;
  top: -65px;
}

.mickey-ear {
  height: 155px;
  width: 155px;
  background: black;
  border-radius: 50%;
  position: absolute;
}

.mickey-left-ear {
  left: 0;
}

.mickey-right-ear {
  right: 0;
}

.mickey-1 {
  left: -45px;
  bottom: 0;
  z-index: 2;
  transform: rotate(45deg);
}

.mickey-1 .mickey-head {
  background: hsl(54deg 100% 77.2%);
}

.mickey-1 .mickey-ear {
  background: hsl(54deg 100% 77.2%);
}

.mickey-2 {
  position: relative;
}

.mickey-2 .mickey-head {
  background: #00cccc;
  height: 35px;
  width: 35px;
}

.mickey-2 .mickey-ears {
  height: 20px;
  width: 50px;
  top: -9px;
}

.mickey-2 .mickey-ear {
  background: #00cccc;
  height: 20px;
  width: 20px;
}

.luckiest-guy {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
}

.rsvp-button {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  font-size: 2.5rem;
  text-decoration: none;
  border: 4px solid hsl(54 100% 45% / 1);
  background: hsl(54 100% 65% / 1);
  padding: 8px 20px;
  color: hsl(54 100% 16% / 1);
  border-radius: 8px;
}

.rsvp-button:active,
.rsvp-button:hover {
  box-shadow: none;
  opacity: 0.85;
}

.form-error-banner {
  padding: 12px;
  border: 5px solid #D93526;
}

.form-success-banner {
  padding: 12px;
  border: 5px solid #398712;
  background: #398712;
}

.form-success-banner h5 {
  color: white;
  margin: 0;
}

.form-error-banner a {
  color: #D93526;
  font-weight: bold;
}

form fieldset ul:has(input[type="radio"]) {
  padding: 0;
}

form fieldset ul li:has(input[type="radio"]) {
  list-style-type: none;
}

.font-bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

[data-pyrotechnician] {
  -webkit-transition: color .3s ease-in-out !important;
	-moz-transition: color .3s ease-in-out !important;
	-ms-transition: color .3s ease-in-out !important;
	-o-transition: color .3s ease-in-out !important;
  transition: color .3s ease-in-out !important;
}

[data-pyrotechnician]:hover {
  cursor: pointer;
  font-weight: bold;
  -webkit-animation: changeColor 1.25s infinite !important;
  -moz-animation: changeColor 1.25s infinite !important;
  -ms-animation: changeColor 1.25s infinite !important;
  -o-animation: changeColor 1.25s infinite !important;
  animation: changeColor 1.25s infinite !important;
}

@-webkit-keyframes changeColor {
  0%, 100% { color: #26ccff; }
  16%      { color: #ffa62d; }
  32%      { color: #88ff5a; }
  48%      { color: #fcff42; }
  64%      { color: #a25afd; }
  80%      { color: #ff5e7e; }
}
@keyframes changeColor {
  0%, 100% { color: #26ccff; }
  16%      { color: #ffa62d; }
  32%      { color: #88ff5a; }
  48%      { color: #fcff42; }
  64%      { color: #a25afd; }
  80%      { color: #ff5e7e; }
}

#back-to-top {
  position: fixed;
  bottom: 0;
  z-index: 99;
  background-color: white;
  padding: 12px;
  display: none;
  width: 165px;
  right: 15px;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  border: 1px solid lightgrey;
}

#back-to-top a {
  text-decoration: none;
  color: #00adb9;
}

#back-to-top a:focus,
#back-to-top a:hover {
  color: white;
  background-color: #00adb9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ultra", serif;
  font-weight: 400;
  font-style: normal;
}

h2, h3, h4, h5, h6 {
  color: #00adb9;
  color: #7756a7;
  color: #1b3e3b;
  color: #3A405A;
  text-transform: lowercase;
}

section {
  padding: 1rem 0;
  border-radius: 1em;
  position: relative;
}

.details {
  background-color: hsl(51.54deg 100% 97%);;
  border: 2px solid hsl(51.54deg 100% 80%);
  padding: 1rem;
  border-radius: 1em;
}

.details summary {
  font-family: "Ultra", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem;
  text-transform: lowercase;
  list-style-type: revert;
  line-height: 1.5rem;
}

.details[open] {
  padding: 1rem 1rem .5rem 1rem;
  border-radius: .5rem;
}

.details summary:not([role]) {
  color: #3A405A;
}

.details summary::after {
  display: none;
}

html, body, article {
  background-color: #fffce1;
}

article {
  box-shadow: none;
}

body>header {
  padding-top: 0
}

.headline {
  padding: 12px;
  border-radius: 1em;
  margin-bottom: 24px;
}

.headline p {
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
}

.save-the-date-heading-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.save-the-date-heading {
  text-transform: uppercase;
  color: #3A405A;
  text-align: center;
  display: flex;
  align-items: center;
}

.link {
  color: #373c44;
  font-weight: 700;
  text-decoration: underline 4px #00adb9 !important;
  text-underline-offset: 5px;
  /* text-decoration-color: #00adb9; */
  /* text-decoration-thickness: 4px; */
}

.link:focus,
.link:hover {
  color: white;
  background-color: #00adb9;
  text-decoration-color: transparent !important;
}

nav li {
  padding-bottom: 0;
}

nav .link {
  padding: 0;
  border-radius: 0;
}

nav .link:not(.active-nav-link) {
  text-decoration-color: transparent !important;
}

.countdown-container {
  outline: 6px dotted #ff7859;
  border-radius: 8px;
  padding: 2px 6px;
}

.countdown-container span {
  font-family: "Ultra", serif;
}

.highlight {
  padding: .125rem .25rem;
  background-color: var(--pico-mark-background-color);
  color: var(--pico-mark-color);
  vertical-align: baseline;
}

.critical-alert {
  border-left: 12px solid #D93526;
  background-color: hsl(0, 99%, 89%);
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: inline-block;
}

.critical-alert > h3 {
  color: #D93526;
  text-transform: uppercase;
}

.signature {
  font-family: "Jimmy Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
}

.hotel-block-table-helper-text {
  display: none;
  margin-bottom: 8px;
}

.doodle {
  position: absolute;
  right: 0;
  top: 125px;
}

.squiggly-line {
  display: block;
  margin-top: 6px;
}

.spark-doodle {
  height: 60px;
  width: 60px;
  padding: 0 8px;
}

.heart-doodle {
  width: 50px;
  height: 50px;
}

@media (max-width: 1024px) {
  .hotel-block-table-helper-text {
    display: block;
  }
  .doodle {
    width: 200px;
    height: 145px;
    position: relative;
    top: revert;
    right: revert;
  }
  #back-to-top {
    width: 145px;
  }
}

@media (max-width: 768px) {
  h2 {
    text-align: center;
  }
  .squiggly-line {
    width: 100%;
  }
}

p, a, span, td {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
}

.rsvp-party-table td {
  font-size: 1.25rem;
  background-color: transparent;
  border-bottom: none;
  --pico-form-element-spacing-vertical: .5rem;
  font-weight: 700;
}

.rsvp-party-table select {
  max-width: 400px;
  margin-bottom: 0;
}

table.guest-list-table {
  height: 800px;
  overflow: auto;
  display: block;
}

.guest-list-table th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.guest-list-table tbody tr:first-child {
  position: sticky;
  top: 38px;
  z-index: 1;
}

.guest-list-table tbody tr:first-child td {
  background-color: #f5f5f5;
  border-bottom: var(--pico-border-width) solid var(--pico-table-border-color);
}

.guest-list-table td {
  border-bottom: none;
}

.guest-list-table td p {
  margin-bottom: 0;
}

.guest-list-table tbody {
  border-bottom: var(--pico-border-width) solid var(--pico-table-border-color);
}

.badge {
  font-weight: 500;
  padding-top: .125rem;
  padding-bottom: .125rem;
  padding-left: .25rem;
  padding-right: .25rem;
  border-radius: .25rem;
  margin-inline-end: .5rem;
  background-color: rgb(35 56 118);
  color: rgb(164 202 254)
}

.badge-dark {
  background-color: rgb(55 65 81);
  color: rgb(209 213 219);
}
.badge-red {
  background-color: rgb(119 29 29);
  color: rgb(248 180 180);
}
.badge-green {
  background-color: rgb(1 71 55);
  color: rgb(132 225 188);
}
.badge-yellow {
  background-color: rgb(99 49 18);
  color: rgb(250 202 21);
}
.badge-indigo {
  background-color: rgb(54 47 120);
  color: rgb(180 198 252);
}
.badge-purple {
  background-color: rgb(74 29 150);
  color: rgb(202 191 253)
}
.badge-pink {
  background-color: rgb(117 26 61);
  color: rgb(248 180 217);
}

.th-DietaryRestrictions,
.td-DietaryRestrictions,
.th-AccessibilityRequirements,
.td-AccessibilityRequirements,
.th-NoteForCouple,
.td-NoteForCouple,
.th-ContactInfo,
.td-ContactInfo,
.th-MailingAddress,
.td-MailingAddress {
  min-width: 250px;
}

.table-header-checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.table-header-checkboxes label {
  font-size: .75rem;
  margin-right: .75rem;
}

.postcard-image {
  border: 8px solid white;
  position: relative;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  gap: 6px;
}

.gallery,
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery img {
  background-color: #fff7b3;
  border-radius: 20px;
}

.gallery .spacer {
  height: 32px;
}

.gallery picture.four-grid-cells {
  grid-row: span 2 / auto;
  grid-column: span 2 / auto;
}

.gallery picture.wide-image {
  grid-column: span 2 / auto;
}

.wedding-party-list-container {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.wedding-party-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.wedding-party-list-item {
  width: 50%;
  display: grid;
  justify-content: center;
  text-align: center;
  margin-bottom: 24px;
}

.wedding-party-photo-container {
  height: 300px;
  width: 300px;
  border-radius: 9999px;
  background-color: #fff7b3;
  margin-bottom: 8px;
}

.home-page-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-link-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
  background: white;
  border-radius: 12px;
  padding: 12px 20px;
  padding-bottom: 3px;
}

.home-link-list-item {
  list-style: none;
}

.home-link {
  text-decoration: none !important;
  font-size: 1.5rem;
  text-underline-offset: 9px;
}

.i-cant-think-of-a-name {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

@media screen and (max-width: 942px) {
  .home-link-list {
    gap: 0;
    text-align: center;
  }
  .home-link-list-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .i-cant-think-of-a-name {
    flex-direction: column;
  }
  .wedding-party-photo-container {
    height: 150px;
    width: 150px;
  }
  .gallery {
       grid-template-columns: 1fr 1fr;
   }
}

@media screen and (max-width: 480px) {
  .home-link-list {
    gap: 1em;
  }
  .home-link-list-item {
    width: 100%;
  }
  .wedding-party-photo-container {
    height: 125px;
    width: 125px;
  }

      div.gallery {
          grid-template-columns: 1fr;
      }
  
      .gallery source.four-grid-cells,
        .gallery img.four-grid-cells {
          grid-row: auto;
          grid-column: auto;
      }
  
      .gallery source.wide-image,
        .gallery img.wide-image {
          grid-column: auto;
      }
  }
