@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap');
body {
  margin: 0 auto;
  padding: 0;
  background: #171717;
  color: white;

  font-family: "Radio Canada", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 1.55;
}
html {
  scroll-behavior: smooth;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 32px;
  background: rgb(23 23 23 / 78%);
  backdrop-filter: blur(12px);
}
.site-header-title {
  font-size: 0.95rem;
  font-weight: 600;
}
.site-nav {
  display: flex;
  gap: 24px;
}
.site-nav a {
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}
.site-nav a:hover,
.site-nav a:focus {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.flex-full-page {
  display: flex;
  min-height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 88px 8vw 48px;
}
.bg-treehouse {
  background:
    linear-gradient(rgb(23 23 23 / 5%), rgb(23 23 23 / 80%)),
    url("images/treehouse.jpg") center / cover no-repeat;
}
.bg-romsey-abbey {
  background:
    radial-gradient(rgb(23 23 23 / 80%), rgb(23 23 23 / 50%)),
    url("images/romsey-abbey.jpg") center / cover no-repeat;
}
.bg-campfire {
  background:
    linear-gradient(rgb(23 23 23 / 80%), rgb(23 23 23 / 40%)),
    url("images/campfire.jpg") bottom / cover no-repeat;
}
.flex-full-page h1 {
  margin: 0;
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 0.95;
}
.flex-full-page h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 620;
  letter-spacing: 0;
  line-height: 1;
}
.section-copy {
  max-width: 680px;
}
.section-copy p,
.flex-half-page-inner p {
  max-width: 36rem;
  margin: 0 0 0.85rem;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
}
.flex-half-page-inner {
  flex-grow: 1;
  padding: 6vw;
  align-self: center;
}
/* Swapped for a real element
   .bottom-arrow:after {
     content: '↓';
     position: absolute;
     bottom: 5%; left: 0;
     width: 100%; text-align: center;
     font-size: 5vw;
     color: white;
 }*/
.bottom-arrow-div {
  position: absolute;
  bottom: 5%; left: 0;
  width: 100%; text-align: center;
  font-size: 5vw;
  color: white;
}
.text-align-right {
  text-align: right;
}
a.link-no-style {
  color: inherit;
  text-decoration: inherit;
}
input {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 14px;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 6px;
  background: rgb(255 255 255 / 92%);
  color: #171717;
  font: inherit;
}
fieldset {
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 6px;
}
legend {
  padding: 0 6px;
  font-weight: 600;
  font-size: 1rem;
}
label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.field-label {
  margin: 4px 0 -6px;
  color: white;
  font-size: 1rem;
  font-weight: 650;
}
input[type="radio"] {
  width: auto;
}
input[type="submit"] {
  width: auto;
  min-width: 130px;
  border-color: white;
  background: white;
  color: #171717;
  font-weight: 700;
  cursor: pointer;
}
.rsvp-intro {
  flex-basis: 38%;
}
.rsvp-panel {
  flex-basis: 44%;
}
.rsvp-form {
  display: grid;
  gap: 10px;
  max-width: 520px;
  font-size: 0.95rem;
}
.rsvp-form input {
  padding: 11px 13px;
}
.rsvp-form fieldset {
  padding: 12px;
}
.form-status {
  margin-bottom: 18px;
  font-weight: 650;
}
.rsvp-thanks h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}
.rsvp-thanks p {
  font-weight: 500;
}
@media (max-width: 760px) {
  body {
    font-size: 16px;
  }
  .site-header {
    padding: 14px 18px;
  }
  .site-header-title {
    display: none;
  }
  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }
  .flex-full-page {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 84px 24px 48px;
  }
  .hero-panel {
    align-items: center;
  }
  .flex-half-page-inner {
    width: 100%;
    padding: 24px 0;
  }
  .text-align-right {
    text-align: left;
  }
  fieldset {
    flex-wrap: wrap;
  }
}
.footer {
  padding: 2.5% 0;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  background: #6f8496;
  background: linear-gradient(90deg,rgba(111, 132, 150, 1) 0%, rgba(145, 93, 93, 1) 50%, rgba(110, 109, 105, 1) 100%);
}
.footer p {
  text-align: center;
}
