/* Home Page Style */
.ww-home-page {
  background: url("/wedding/images/home-img-1.jpg") no-repeat center center;
  background-size: cover;
  background-position: 70%;
  height: calc(100vh - 69px);
  min-height: 640px;
  max-height: 1080px;
}

.ww-home-page .ww-wedding-announcement {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 100%;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
}

.ww-home-page .ww-wedding-announcement .ww-announcement-container {
  max-width: 600px;
  text-align: center;
  margin-left: 0;
  z-index: 999;
}

.ww-home-page .ww-wedding-announcement img {
  max-height: 350px;
  width: auto;
}

@media (max-width: 480px) {
  .ww-home-page .ww-wedding-announcement img {
    max-height: 250px;
    width: auto;
  }
}

.ww-home-page .ww-wedding-announcement .ww-couple-name {
  font-size: 100px;
}

.ww-home-page .ww-wedding-announcement .ww-date {
  font-size: 70px;
}

@media (max-width: 576px) {
  .ww-home-page .ww-wedding-announcement .ww-couple-name {
    font-size: 70px;
  }
}

.ww-home-page:before {
  content: "";
  background-color: rgba(27, 29, 54, 0.4);
  width: 100%;
  height: 100%;
  height: calc(100vh - 69px);
  min-height: 640px;
  max-height: 1080px;
  position: absolute;
  left: 0;
  top: 69px;
}

/* Nav Bar Style */
.ww-nav-bar {
  height: 69px;
}

.ww-nav-bar .nav-item {
  font-size: 18px;
  padding: 5px 0 5px 16px;
  font-weight: 500;
}

/* Wedding Event Style */
.ww-wedding-event ul {
  list-style: none;
  padding-left: 0;
}

/* Couple Friends Style  */
.ww-couple-friends .carousel {
  padding: 40px 0;
}

.ww-couple-friends .carousel-indicators {
  bottom: 0px;
}

.ww-couple-friends .carousel-indicators li {
  background-color: #6c757d;
}

.ww-couple-friends .carousel-indicators .active {
  background-color: #3e46b1;
}

/* Photo Gallery Style */
.ww-photo-gallery .ww-category-filter a {
  display: inline-block;
  margin: 0 10px 6px 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
}

.ww-photo-gallery .ww-gallery {
  min-height: 500px;
}

.ww-photo-gallery .card-columns .card {
  border: none;
  margin-bottom: 15px;
  border-radius: none;
}

@media (max-width: 992px) {
  .ww-photo-gallery .card-columns {
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .ww-photo-gallery .card-columns {
    -moz-column-count: 1;
    column-count: 1;
  }
}

/* RSVP Style */
.ww-rsvp-detail {
  background: url("/wedding/images/rsvp-img.jpg") no-repeat center center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
.ww-rsvp-detail .lead strong {
  font-weight: 700;
}

.ww-rsvp-detail:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* Footer Style */
.ww-footer a.credit {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* Common Style */
.ww-title {
  margin-bottom: 3rem;
  font-family: "Thesignature", "Brush Script MT", cursive;
  font-size: 70px;
}

.ww-title-faq {
  margin-bottom: 3rem;
  font-family: "Thesignature", "Brush Script MT", cursive;
  font-size: 50px;
}

.ww-section {
  padding: 100px 0;
}

.btn-primary {
  color: #fff;
}

.btn-outline-primary:hover {
  color: #fff;
}

.ww-schedule span {
  display: inline-block;
  width: 40px;
}