body {
  font-family: "Montserrat", sans-serif;
}

/* Home Page Style */

.ww-home-page {
  height: 100vh;
  min-height: 480px;
  max-height: 1080px;
}

@media (max-width: 575px) {
  .ww-home-page {
    background: url("../images/home-mobile.jpg") no-repeat center center;
    background-size: cover;
  }
}

@media (min-width: 576px) {
  .ww-home-page {
    background: url("../images/home-desktop.jpg") no-repeat center center;
    background-size: cover;
    background-position: 70%;
  }
}

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

.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: 70px;
  padding-top: 50px;
}

@media (max-width: 575px) {
  .ww-home-page .ww-wedding-announcement {
    position: relative;
  }

  .ww-home-page .ww-wedding-announcement .ww-announcement-container {
    position: absolute;
    top: 70vh;
  }

  .ww-home-page .ww-wedding-announcement .ww-couple-name {
    font-size: 70px;
    padding-top: 50px;
    font-size: 50px;
  }
}

@media (min-width: 576px) {
  .ww-home-page .ww-wedding-announcement .ww-wedding-announcement-container {
    position: absolute;
    top: 75vh;
  }

  .ww-home-page .ww-wedding-announcement .ww-couple-name {
    font-size: 70px;
    padding-top: 50px;
    font-size: 50px;
  }
}

/* Nav Bar Style */

@media (max-width: 767px)
{
  .navbar-fixed-top
  {
    position: relative;
    top: auto;
  }
}

.ww-nav-bar {
  background-color: rgba(237, 170, 170, 90%);
}

.ww-nav-bar .navbar-brand {
  font-size: 30px;
  vertical-align: sub;
  color: white;
}

.ww-nav-bar .navbar-brand:hover {
  color: rgb(245, 138, 119);
}

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

.ww-nav-bar .nav-item .nav-link {
  color: white;
}

.ww-nav-bar .nav-item .nav-link:hover {
  color: rgb(245, 138, 119);
}

.ww-nav-bar .navbar-toggler .navbar-toggler-icon i {
  color: white;
  font-size: 22px;
  vertical-align: sub;
}

/* Celebration Style */

#celebration {
  background: rgba(109, 148, 142, 0.2);
}

.ww-celebration {
  padding-top: 100px;
}

.ww-celebration .ww-header-flowers img {
  max-width: 300px;
  margin-bottom: 20px;
}

.ww-celebration .ww-side-flower-right {
  text-align: left;
}

.ww-celebration .ww-side-flower-left {
  text-align: right;
}

.ww-celebration .ww-side-flower img {
  height: 150px;
}

.ww-celebration .ww-date {
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 30px;
}

.ww-celebration .ww-location {
  margin: 0 0 20px 0;
  font-size: 17px;
  line-height: 28px;
}

.ww-celebration .ww-timer {
  margin-top: 12px;
}

.ww-celebration .ww-timer .timer-value {
  font-size: 36px;
  font-weight: 400;
}

.ww-celebration .ww-timer .timer-item {
  padding: 0 10px;
  font-size: 20px;
}

.ww-celebration .ww-timer .timer-item .timer-text {
  font-size: 14px;
  text-transform: capitalize;
}

/* Couple Style */

.ww-couple .ww-sign {
  font-size: 27px;
  text-align: right;
  color: rgba(237, 170, 170);
}

/* Wedding Event Style */

.ww-wedding-event ul {
  list-style: none;
  padding-left: 0;
}

/* 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("../images/rsvp.jpg") no-repeat center center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

.ww-rsvp-detail .ww-rsvp-form {
  padding-left: 20%;
}

@media (max-width: 768px) {
  .ww-rsvp-detail .ww-rsvp-form {
    padding-left: 10%;
  }
}

@media (max-width: 576px) {
  .ww-rsvp-detail .ww-rsvp-form {
    padding-left: 0%;
  }
}

.ww-rsvp-detail .ww-rsvp-form .form-control {
  background-color: rgba(222, 222, 222, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.ww-rsvp-detail .ww-rsvp-form .form-control::-moz-placeholder {
  color: #dedede;
}

.ww-rsvp-detail .ww-rsvp-form .form-control:-ms-input-placeholder {
  color: #dedede;
}

.ww-rsvp-detail .ww-rsvp-form .form-control::placeholder {
  color: #dedede;
}

.ww-rsvp-detail .ww-rsvp-form select.form-control option {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.ww-rsvp-detail .ww-rsvp-form .btn-submit {
  background-color: rgba(245, 138, 119, 0.8);
  padding: 0.45rem 1.5rem;
  border: 0;
}

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

/* Footer Style */

.ww-footer a.credit {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer;
}

/* Common Style */

strong {
  color: rgba(237, 170, 170);
}

.ww-title {
  font-family: "Great Vibes", cursive;
}

.ww-section-title {
  font-size: 50px;
}

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

.ww-section-with-padding-bottom {
  padding-bottom: 100px;
}

.btn-primary {
  color: #fff;
}

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