html {
  scroll-behavior: smooth
}

body {
  color: #212121;
  font-size: 1.2rem;
  font-family: "Libre Baskerville", serif;
}

a {
  color: #2e7d32;
  text-decoration: none;
}
a:hover {
  color: #1b5e20;
  text-decoration: underline;
}

.container {
  max-width: 960px;
}

.section-parallax {
  height: 50vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-parallax--train {
  background-image: url('../images/hogwarts-train.jpg');
}

.section-parallax--owls {
  background-image: url('../images/harry-potter-owls.jpg');
  background-color: #000000;
}

.section__title {
  font-family: "Cinzel", serif;
  font-size: 2.5rem;
}

.section-header {
  background-image: url('../images/header-background.jpg');
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-header p {
  color: #555;
}
.section-header h1 {
  color: #333;
  font-weight: 800;
}

.section-intro {
  background: #ffffff;
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.section-event {
  background: #fafafa;
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.site-gallery {
  background: #effff7;
}

.section-rsvp {
  background: #ffffff;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.section-rsvp .container {
  background-image: url('../images/hedwig.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.section-footer {
  background-image: url('../images/footer-background.jpg');
  background-size: cover;
  background-position: center;
  min-height: 320px;
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.section-footer__message {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: #212121 0px 0px 0.5rem;
}

.section-footer__logo {
  height: 2rem;
}