#the-couple {
  width: 100%;
  display: table;
  background-attachment: fixed;
}

#home {
  height: 100vh;
  width: 100%;
  min-width: inherit;
  min-height: inherit;
  background-size: cover;
  display: table;
  background-image: url('https://i.imgur.com/ATizTPO.jpg');
  background-position: center;
  /*background-size: cover;*/
}

#events {
  width: 100%;
  display: table;
  background-attachment: fixed;
}

.alex-font {
  font-family: 'Alex Brush';
  font-size: 70px;
  color: #fff;
  margin: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  width: 100%;
}

#overlay {
  background: #000;
  opacity: 0.5;
}

.d-flex.justify-content-center.align-items-center {
  height: 100vh;
  min-height: initial;
  width: 100%;
  /*position: absolute;*/
  background-color: rgba(0,0,0,0.5);
}

#when-and-where {
  width: 100%;
  display: table;
  background-attachment: fixed;
}

#rsvp {
  width: 100%;
  display: table;
  background-attachment: fixed;
}

