.centered-div {
  text-align: center;
}

.knot-image {
  width: 280px;
  height: 280px;
}

.header-names {
  line-height: 1;
  margin: 16px 0;
  font-family: Italiana;
  color: #485C51;
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-initials {
  line-height: 1;
  margin: 16px 0;
  font-family: Italiana;
  color: #485C51;
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.header-date-and-location {
  line-height: 1;
  margin: 8px 0;
  font-family: EB Garamond;
  letter-spacing: 2px;
  color: #485C51;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 30px;
}

.generic-title {
  line-height: 1;
  margin: 8px 0;
  font-family: EB Garamond;
  letter-spacing: 2px;
  color: #485C51;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 30px;
}

.general-text {
  font-family: EB Garamond;
  color: #485C51;
  font-size: 17px;
  font-weight: 400;
  display: block;
  letter-spacing: 2px;
  line-height: 1;
}

.code-entry-text {
  border-radius: 5px;
  border: 3px solid #485C51;
  color: #485C51;
  font-family: EB Garamond;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 8px;
  line-height: 20px;
  margin: 8px 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
}

.rsvp-name-entry-text {
  border-radius: 5px;
  border: 3px solid #485C51;
  color: #485C51;
  font-family: EB Garamond;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 8px 0;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 270px;
}

.submit-button-on-general-text {
  font-size: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  margin: 0 auto;
  border-bottom: 2px solid #FFFFFF;
}

.submit-button-on-general-text:hover {
  font-weight: 600;
  border-bottom: 2px solid #485C51;
}

.picture-caption {
  font-family: EB Garamond;
  color: #485C51;
  font-size: 17px;
  font-weight: 400;
  display: block;
  letter-spacing: 1px;
  line-height: 20px;
  padding-top: 20px;
  width: 550px;
  margin: auto;
}

.menu-item {
  font-family: EB Garamond;
  color: #485C51;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 8px 8px 6px;
  margin: 0 10px;
  transition: all 0.25s;
  border-bottom: solid #ffffff
}

.menu-item:link,
.menu-item:visited,
.menu-item:hover,
.menu-item:active {
  text-decoration: none;
}

.menu-item:hover {
  border-bottom: solid #485C51
}

.current-menu-item-on-menu-item {
  border-bottom: solid #485C51
}

.nav-box {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.nav-box-old {
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 500px;
  position: relative;
  float: inherit;
}

.nav-top {
  display: flex;
  justify-content: center;
  width: 100%;
}

#tickMark {
  color: green;
  font-size: 2em;
  animation: drawTick 1s ease-in-out forwards;
}

@keyframes drawTick {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

#ackContainer {
  text-align: center;
  padding: 20px;
}

#ackMessage {
  font-size: 1em;
  color: #333;
}

.coming-soon {
  line-height: 1;
  margin: 16px 0;
  font-family: Italiana;
  color: #485C51;
  font-size: 44px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 6px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.welcome-content-side:last-child {
  border-right: none;
  /* Removes the border for the last div */
}

.rsvp-link {
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  transition: all 0.25s;
  font-family: EB Garamond;
  font-size: 17px;
  background-color: #485C51;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto;
  width: fit-content;
  padding: 0.75rem 1.25rem;
}

.rsvp-link:link,
.rsvp-link:visited,
.rsvp-link:hover,
.rsvp-link:active {
  text-decoration: none;
}

.welcome-text-on-header-names {
  font-size: 40px;
  margin: 50px 40px
}

/* Welcome page only. */
.welcome-bottom-title {
  line-height: 1;
  margin: 16px;
  font-family: Italiana;
  color: #485C51;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

/* Welcome page only. */
.welcome-bottom-text {
  line-height: 1;
  margin: 16px;
  font-family: EB Garamond;
  letter-spacing: 2px;
  color: #485C51;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Welcome page only. */
.welcome-content-root {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px;
}

/* Welcome page only. */
.welcome-content {
  display: flex;
}

/* Welcome page only. */
.welcome-content-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #485C51;
}

/* RSVP page only. */
.rsvp-link-300 {
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  transition: all 0.25s;
  font-family: EB Garamond;
  font-size: 17px;
  background-color: #485C51;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto;
  width: 300px;
  padding: 0.75rem 1.25rem;
}

/* RSVP page only. */
.rsvp-link-148 {
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  transition: all 0.25s;
  font-family: EB Garamond;
  font-size: 17px;
  background-color: #485C51;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 600;
  font-style: normal;
  margin: 0px;
  width: 148px;
  padding: 0.75rem 1.25rem;
}

.registry-instruction-ul {
  font-family: EB Garamond;
  color: #485C51;
  font-size: 17px;
  font-weight: 400;
  display: block;
  letter-spacing: 1px;
  line-height: 20px;
  padding-top: 20px;
  width: 550px;
  margin: auto;
  text-align: left;
}

.registry-link {
  font-family: EB Garamond;
  color: #485C51;
  font-size: 17px;
  font-weight: 700;
  display: block;
  letter-spacing: 1px;
  line-height: 20px;
  width: 550px;
  margin: auto;
}

.registry-instruction-li {
  margin-bottom: 15px;
}

.iframe-container {
  position: relative;
  width: 1550;
  height: 600;
  cursor: pointer;
}

.iframe-container iframe {
  width: 1550;
  height: 600;
}

.hover-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3); /* semi-transparent white background */
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none; /* Prevents the message from interfering with iframe interaction */

  font-family: EB Garamond;
  color: #485C51;
  font-size: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 20px;
  padding-top: 80px;
}

.iframe-container:hover .hover-message {
  opacity: 1;
}