a {
  color: #3f483c !important;
  text-decoration: none;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
#rsvp-button {
  font-family: Cormorant;
}

body {
  background-color: #ced4c7;
}

button:first-child:hover {
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
}

button:last-child:hover {
  background: linear-gradient(90deg, #fa7199, #f5ce62, #e43603, #fa7199);
  background-size: 400%;
}

button:first-child:before,
button:last-child:before {
  content: '';
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.5s;
}

button:first-child:hover:before,
button:last-child:hover:before {
  opacity: 1;
  z-index: -1;
}

button:hover {
  z-index: 1;
  animation: glow 8s linear infinite;
}

.btn-outline-success {
  --bs-btn-border-color: #2d332b !important;
}

.btn-outline-success:hover {
  background-color: rgb(220, 220, 220);

  color: rgb(243, 243, 243) !important;
  background-color: #3f483c !important;
  --bs-btn-border-color: #2d332b !important;
  --bs-btn-hover-border-color: #2d332b !important;
}

.card {
  background-color: rgb(220, 220, 220);
  margin-bottom: 25px;
}

.card-img-top {
  object-fit: cover;
  max-width: auto;
  max-height: 190px;
}

#content {
  padding: 50px 0px 150px 0px;
}

p {
  font-size: 1.5rem;
  font-weight: 300;
}

#faq p {
  font-size: 1.4em;
  margin-left: 15px;
}

#faq ul {
  padding-left: 0px;
}

@font-face {
  font-family: Cormorant;
  src: url(/sauceuhasudhs/CormorantGaramond-Medium.ttf);
}

footer {
  position: static;
}

#heroPhoto {
  width: 90%;
  max-height: 80%;
  object-fit: fill;
  border: 12px solid rgb(220, 220, 220);
  margin-bottom: 25px;
}

#invite-info a {
  font-size: 1.5rem;
}

#invite-info p, a {
  font-family: system-ui,-apple-system,"Segoe UI";
  font-weight: 350;
}

@keyframes glow {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

label {
  display: inline;
}

.list-group-item {
  background-color: rgb(220, 220, 220);
}

#rsvp-button {
  position: fixed;
  margin: 0 auto;
  width: 25%;
  bottom: 0.5rem;
  background-color: #9CAF88;
  border-radius: 0;
  --bs-btn-border-color: gray;
  color: #3f483c;
  font-size: 30px;

}

.nav {
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.nav a {
  font-size: x-large;
}

.nav a:hover {
  text-decoration: underline;
}

.nav-link {
  padding-left: 0;
  padding-right: 0;
}

.nametitle {
  color: #3f483c;
  font-size: 3.5rem;
}

.new-section {
  margin: 0px 0px 50px 0px;
  max-width: 80%;
}

#main-body {
  margin-left: 6%;
}

@media only screen and (max-width: 1080px) {
  /* and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {  */
  #rsvp-button {
    width: 50%;
    font-size: 18px;
    margin: 0 auto;
  }
  
}