body {
  background-color: #f8f8f8;
  font-family: "League Spartan", sans-serif;
  font-size: 1.1rem;
}

.cursive { font-family: "Tangerine", cursive; }
.fs-0 { font-size: 5rem; }
.fw-100 { font-weight: 100; }
.letter-sp-1 { letter-spacing: 1px; }

.navbar {
  background-color: #c9d5c5;
}

.nav-link {
  --bs-nav-link-color: black;
}

@media (min-width: 576px) {
  .navbar {
    --bs-navbar-padding-y: 1rem;
  }

  .navbar .nav-link {
    --bs-nav-link-padding-y: 0rem;
  }

  .navbar .nav-link.active {
    border-bottom: 2px solid black;
  }

  .main-links .nav-link {
    font-size: 1.75rem;
    margin: 0 1rem;
  }

  .secondary-links .nav-link {
    font-size: 1.25rem;
    margin: 0 0.3rem;
  }
}

.home-textbox {
  padding: 1rem;
  text-align: center;
}

.home-names-title {
  font-size: 4rem;
  line-height: 1;
}

.rsvp-iframe {
  height: 1350px;
  width: 100%;
}

.faq h1, .things-to-do p a {
  font-size: 1.4rem;
  font-variant: small-caps;
}

.faq h1 {
  font-weight: bold;
  margin-top: 2.5rem;
}

.row.wedding-party-row {
  --bs-gutter-x: 10%;
}

.party-member, .party-couple {
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0.6rem;
  box-shadow: 4px 4px 6px 0px #cccccc;
  margin-bottom: 3rem;
  padding: 2rem;
  text-align: center;
}

.couple-text {
  flex: 1;
}

.party-member img, .party-couple img {
  border: 1px solid #888888;
  border-radius: 50%;
  width: 65%;
}

@media (min-width: 1050px) {
  .home-hero {
    background-color: #c9d5c5;
    display: flex;
    padding: 1rem 4.5rem 4rem;
  }

  .home-photo-container {
    border: 12px solid #f8f8f8;
    border-radius: 6px;
    width: 83%;
  }

  .home-textbox {
    background-color: #f8f8f8;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px #777;
    margin-left: -350px;
    margin-top: 130px;
    padding: 2rem;
    text-align: left;
    width: 510px;
  }

  .home-names-title {
    font-size: 5rem;
  }
}

@media (min-width: 768px) {
  .party-member {
    height: 520px;
  }

  .party-member.officiant {
    height: auto;
  }

  .party-couple img {
    width: 35%;
  }
}

.pm-name {
  font-family: "Tangerine", cursive;
  font-size: 3rem;
  line-height: 1;
  margin-top: 1rem;
}

.pm-title {
  color: #888;
  font-size: 1.15rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.background {
  background-color: #444444;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('https://storage.googleapis.com/jkmovies/wedding/lake.jpg');
  background-position: center;
  background-size: cover;
  color: white;
  height: 100vh;
  padding-top: 0.5rem;
  padding-bottom: 4rem;
  text-align: center;
}

.std-headline {
  font-family: "Tangerine", cursive;
  font-size: 12rem;
}

.std-details {
  letter-spacing: 2px;
  margin-left: 30px;
}

.names {
  font-family: "Tangerine", cursive;
  font-size: 5rem;
}

.mobile-std {
  display: none;
}



@media screen and (max-width: 820px) {
  .background {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('https://storage.googleapis.com/jkmovies/wedding/lake-mobile.jpg');
    padding-top: 4rem;
    padding-bottom: 10vh;
  }

  .mobile-std {
    display: block;
  }

  .desktop-std {
    display: none;
  }

  .std-headline {
    font-size: 22vw;
  }

  .names {
    font-size: 3.5rem;
  }
}
