body {
  padding-top: 56px;
  font-family: "Vollkorn", serif;
}

a {
  color: #ce7d98;
}
a:hover {
  color: #a5647a;
  text-decoration: none;
}

.alterations-bg {
  background-color: #ce7d98;
}

.navbar-brand {
  font-size: 1.5rem;
  font-family: "Dancing Script", cursive;
}

.navbar-toggler {
  border: none;
  outline: none;
}

#navbar-toggler:active {
  border: none;
  outline: white;
  box-shadow: none;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  border: none;
  box-shadow: none;
}
/* 
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: brightness(70%);
} */

.portfolio-item {
  margin-bottom: 30px;
}

.border-none {
  border: none;
}

.book-btn {
  position: fixed;
  background-color: #ce7d98;
  right: 20px;
  bottom: 20px;
  /* border-radius: 50%; */

  border: none;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  /* background-color: pink; */
  font-size: larger;
  /* text-align: center; */
}

.book-btn:hover {
  background-color: #ce7d98;
}

.to-top-btn {
  display: none;
  position: fixed;
  background-color: #757575;
  right: 20px;
  bottom: 100px;
  /* border-radius: 50%; */

  border: none;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  /* background-color: pink; */
  font-size: larger;
  /* text-align: center; */
}

.to-top-btn:hover {
  cursor: pointer;
  background-color: #ccc;
}
.dress-card-img {
  width: 100%;
  /* height: 400px; */
}
/* .card {
  border: none;
} */

.card-img-container {
  max-height: 550px;
  overflow: hidden;
}

/* .card-img-top {
  max-height: 550px;
  width: auto;
} */

.dress-card-img-container {
  /* height: 250px; */
  overflow: hidden;
}

.vendor-card-img-container {
  overflow: hidden;
}

.home-bridal-row {
  margin-bottom: 60px;
}

.bride-vid {
  width: 100%;
}

.social {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;

  /* font-size: 100px; */
}

.social:hover {
  text-decoration: none;
}

.fab {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin-top: 2px;
  margin-left: 1px;
  color: white;
}

.slide-text {
  color: black;
  /* font-size: larger; */

  /* color: white; */
  /* mix-blend-mode: difference; */
  font: 100 5vmin/5vh cookie, cursive;
  text-align: center;
}

.sale-date {
  font-size: 1.5rem;
}
.sale-subtext {
  font-size: 1.1rem;

  padding: 0% 10%;
}

.sale-subtext-2 {
  font-size: 0.7rem;
  padding: 0% 10%;
}

.sale-header-text {
  font-size: 1.3rem;
}
.subtext-container {
  margin-top: 2vh;
  margin-bottom: 4vh;
}

.z-4 {
  z-index: 4;
}

.terms {
  font-size: small;
}

.corona-banner {
  /* position: absolute; */
  z-index: 3;
  /* opacity: .5; */
  width: 100%;
  /* height: 8vh; */
  /* height: 10px; */
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.outerlink {
  color: #ce7d98;
}
.outerlink:hover {
  color: #be0d73;
}

.btn-virtual {
  width: 400px;
  height: 50px;
  /* margin-top: 0; */
  padding: 12px;
  font-size: 1.1rem;
  margin: auto;
  /* background-color: #1976d2; */
  border: none;
  /* border: 2px solid white; */
  border-radius: 5px;
  margin-top: 50px;
  text-shadow: none;
  color: white;
  background-color: #ce7d98;
}

.btn-virtual:hover {
  background-color: #a5647a;
  /* border: 2px solid white; */
}

.corona-text {
  margin: auto;
}

.fa-size {
  font-size: xx-large;
}

.popup {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  position: fixed;
  margin-left: 5%;
  width: 90%;
  height: 50px;
  bottom: 100px;
  left: 0px;
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.cloudsurf-footer {
  /* margin-top: 5px; */
  /* font-family: "Montserrat", sans-serif; */
}

.home-row-btn {
  /* height: 100px; */
  padding: 15px;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .home-row-btn {
    margin-top: 15%;
  }
}

@media only screen and (min-width: 600px) {
  .dress-card-img {
    max-width: 100%;
    height: auto;
  }
  .sale-date {
    font-size: 2rem;
  }
  .sale-subtext {
    font-size: 1.4rem;

    padding: 0% 10%;
  }
  .sale-subtext-2 {
    font-size: 0.9rem;
    padding: 0% 10%;
    margin-top: 1.7vh;
  }
  .sale-header-text {
    font-size: 1.7rem;
  }
  .subtext-container {
    margin-top: 2vh;
    margin-bottom: 4vh;
  }

  .popup .popuptext {
    width: 40%;
    margin-left: 30%;
  }

  .dress-card-img-container {
    height: 250px;
    overflow: hidden;
  }

  /* .popup {
    width: 20%;
    margin-left: 20%;
  } */
}

/* Image Modal  */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}
.store-img {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.store-img:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 75px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    margin-top: 40px;
    width: 100%;
  }
  .btn-virtual {
    width: 200px;
  }
}

/* end modal  */
