
html {
    scroll-behavior: smooth;
  }


  .great-vibes-regular {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
  }
  .desk{
    display: none;
  }

  body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #2c2c2c;
    background-color: #f5ece2;
  }

  .section1{ 
    color: #373407;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20%;
    align-items: center;
    text-align: center;
    padding: 2rem;
  }
  .section2{
    overflow: hidden;
  }
.info{
    font-size: x-small;
    margin-bottom: 6%;
}
  section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
  }
  .section-wrapper {
    position: relative;
    overflow: hidden; /* hides horizontal overflow */
  }
  
  .pg2img {
    position: absolute;
    bottom: 43%;
    left: 32%;
    /* transform: translateX(50%); */
    /* width: auto; */
    max-width: none;
    height: 30%;
    z-index: 0;
    pointer-events: none;
  }
  .section3{
    color: #787437;
  }

  h1 {
    font-family: "Great Vibes", cursive;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    z-index: 2;
    color: #2f2f2f;
  }

  .say{
    font-family: "Great Vibes", cursive;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    z-index: 2;
    color: #2f2f2f;
  }
  h2 {
    font-size: 1.5rem;
    font-family: "Great Vibes", cursive;
    z-index: 2;
    color: #2f2f2f;
  }

  p {
    max-width: 500px;
    font-size: 0.7rem;
    line-height: 1.6;
    z-index: 2;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: 1rem;
  }
  .rsvpara{
    max-width: 500px;
    font-size: 0.7rem;
    line-height: 1.6;
    z-index: 2;
    margin-bottom: 1rem;
  }

  a {
    color: #8a1538;
    text-decoration: none;
  }

  a:hover {
    color: #c02550;
  }

  .button, .cta-button {
    z-index: 2;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;  
    font-weight: 2;
    background-color: #8a1538;
    color: white;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
  }

  .button:hover, .cta-button:hover {
    background-color: #a01c44;
  }
  .dance{
    width: 90vw;
  }

  .image-button {
    width: 310px;
    height: 100px;
    border: none;
    border-radius: 40px;
    background-size: cover;
    background-position: center;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    margin: 1rem;
    cursor: pointer;
  }

.table3{
    position: absolute;
    bottom: -215%;
    left: 22%;
    width: 82%;
}

  footer {
    background-color: #f8f6f3;
    padding: 2rem 1rem;
    text-align: center;
  }

  .music-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .music-links a {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
  }

  textarea {
    width: 90%;
    max-width: 500px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 1rem;
    font-size: 1rem;
  }


  @media screen and (min-width: 768px) {
    .section1{
      display: none;
    }
    .desk{
      display: flex
      ;
          justify-content: center;
    }
    .button{
      display: none;
    }
    .section2{
      display: none;
    }
    .section3{
      display: none;
    }
    .rsvp{
      display: none;
    }
    .pg2img{
      display: none;
    }
    footer{
      display: none;
    }
    .forum{
      display: none;
    }
   
    
  }
