.header {
  min-height: 1000px;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../images/header-background.jpg") center center no-repeat;
  background-size: cover;
}

.navbar .nav-link:hover {
  font-weight: 700;
}

.slide {
  width: 90%;
  margin: 0 auto;
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.invitation-bg {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../images/meeting_room.jpg") center center no-repeat;
  background-size: cover;
}

/* Media*/
@media (max-width: 992px) {
  .navbar {
    background: var(--bs-dark);
  }
  .header {
    height: 800px !important;
    min-height: 880px;
  }
  .header .slide {
    width: 70%;
    margin: 0 auto;
  }
  .header .text-container p {
    width: 100% !important;
    font-size: 16px;
  }
  .register {
    padding: 40px 0 !important;
  }
  .register h2 {
    text-align: center;
  }
  .summary {
    width: 95% !important;
    margin-top: 0 !important;
  }
}
