body, html {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body.homeLoad {
  position: relative;
}

body.homeLoad::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 1;
    transition: opacity 1s ease-in 1s;
    z-index: 9999;
  }

body.homeLoad.loaded::before {
    opacity: 0;
    transition: opacity 2s ease-in;
    pointer-events: none;
  }
  
  body.overlay-hidden::before {
    display: none;
  }



body.no-scroll {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }



/* Fonts */
@font-face {
    font-family: 'Quicksand';
        src: url('./assests/fonts/Quicksand_Book.otf');
}

@font-face {
    font-family: 'Vanilla_Extract';
        src: url('./assests/fonts/VanillaExtractRegular.ttf');
}

/* Mobile Navigation */
.hamburger-icon, .hamburger-menu-overlay {
    visibility: collapse;
    display: none;
}
.close-btn {
    display: none;
}

body {
    font-family: 'Quicksand';
    background-image: url(./assests/BackgroundPattern.svg);
    background-position: center;
    background-repeat: repeat;
    background-size: 15%;
}

h1 {
    font-family: 'Vanilla_Extract';
    font-size: 5vh;
    color:#F8F9E1;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'Vanilla_Extract';
    color: #F8F9E1;
    font-size: 4.5vh;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: 'Vanilla_Extract';
    color: #F8F9E1;
    font-size: 4vh;
}

h4 {
    font-family: 'Vanilla_Extract';
    color: #F8F9E1;
    font-size: 3.5vh;
}

p {
    font-family: 'Quicksand';
    color: #F8F9E1;
    font-size: 2vh;
}

img {
    margin: 0;
    padding: 0;
}

.fade_in {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    animation-delay: 0.85s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.headerNav {
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 3vw;
    width: 100%;
    position: relative;
    top: 5vh;
}

.headerNav ul {
    display: flex;
    gap: 5vw;
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
}

.headerNav_Left{
    justify-content: flex-end;
}

.headerNav_Right{
    justify-content: flex-start;
}


.headerNav a{
    color: #E4A941;
    text-decoration: none;
    font-size: 4vh;;
    transition: color 0.5s;
    align-items: center;
    display: flex;
}

.headerNav a:hover{
    color: #F8F9E1;
    text-decoration:underline;
    transition: 0.5s;
}

.hamburger-icon {
    display: none;
}

/* Home Page Header */
#homepage_header {
    position: relative;
    height: 75vh;
    overflow: hidden;
  }
  
  #homepage_header .header-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
  }
  
  #homepage_header .header-content {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 10000;
  }
  
  #homepage_header img {
    max-width: 30vw;
    height: auto;
    padding: 0;
    position: relative;
    top: -1.5vh;
    opacity: 0;
    transform: translateY(-5vh);
    transition: opacity 1s ease-out, transform 1s ease-out;
    z-index: 10;
}
  
  #homepage_header img.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  #homepage_header h1 {
    color: #E4A941;
    font-size: 10vh;
    padding-top: 10vh;
    letter-spacing: 4px;
    z-index: 9000;
  }

/* Other Page Headers */
#page_header{
    background: url(./assests/HomePageHeader.png);
    height:55vh;
    background-size: 100%;
    position:top;
    text-align: center;
    align-items: center;
}

#page_header img{
    max-width: 30vw;
    height: auto;
    padding: 0;
    position: relative;
    top: -1.5vh;
}


#page_header h1{
    color: #E4A941;
    font-size: 8.5vh;
    align-items: center;
    margin-top: 6vh;
    letter-spacing: 4px;
}



/* Home Page */
.home_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 20vh;
    padding-bottom: 20vh;
    box-shadow: inset 0 1.5vw 5vw 1vw #000000;
}

.infobox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    max-width: 150vh;
    margin: 0 auto;
}

.image_box{
    width: 55vh;
    height: 55vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10vh; 
    overflow: visible;
    box-shadow: 1vw 1vw 2vw #000000,
    -1vw 0vw 2vw #000000;

    z-index: 10;
}

.image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10vh; 
}

.image_box2{
    width: 55vh;
    height: 55vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10vh; 
    overflow: visible;
    box-shadow: 1vw 1vw 2vw #000000,
    -1vw 0vw 2vw #000000;

    
    z-index: 10;
}

.image_box2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10vh; 
}

.text_box {
    flex: 2;
    height: 27.5vh;
    max-width: 100vh;
    background-color: #3B5E47;
    padding: 1.5vh;
    border-top-right-radius: 10vh;
    border-bottom-right-radius: 10vh;
    color: #F8F9E1;
    box-shadow: 1vw 1vw 2vw #000000;

    z-index: 1;

    transform: translateX(-100px);
    transition: all 0.8s ease-out;
}
/*Animation*/
.text_box.animate-in {
    transform: translateX(0);
}

.text_box h1{
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

.text_box.animate-in h1{
  opacity: 1;
  transition-delay: 0.3s;
}

.text_box p{
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  
  .text_box.animate-in p{
    opacity: 1;
    transition-delay: 0.9s;
  }


.text_box h1{
    font-family: 'Vanilla_Extract';
    color: #F8F9E1;
    font-size: 5vh;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    text-align: center;
}



.text_box2 {
    flex: 2;
    height: 27.5vh;
    max-width: 100vh;
    background-color: #3B5E47;
    padding: 2.5vh;
    border-top-left-radius: 10vh;
    border-bottom-left-radius: 10vh;
    color: #F8F9E1;
    box-shadow: 1vw 1vw 2vw #000000;
    
    z-index: 1;

    transform: translateX(100px);
    transition: all 0.8s ease-out;
}
/* Animation */
.text_box2.animate-in {
    transform: translateX(0);
}

.text_box2 h1{
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  
.text_box2.animate-in h1{
    opacity: 1;
    transition-delay: 0.3s;
}
  
.text_box2 p{
    opacity: 0;
    transition: opacity 0.6s ease-out;
}
    
.text_box2.animate-in p{
    opacity: 1;
    transition-delay: 0.9s;
}
  

.text_box2 h1{
    font-family: 'Vanilla_Extract';
    color: #F8F9E1;
    font-size: 5vh;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    text-align: center;
}

.animated_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.icon_tl, .icon_br, .icon_tr, .icon_bl {
    position: absolute;
    width: 5vh;
    scale: calc(75%);
    height: auto;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.icon_tl {
    top: -25vh;
    left: -25vh;
}

.icon_tr {
    top: -25vh;
    right: -25vh;
}

.icon_bl {
    bottom: -25vh;
    left: -25vh;
}

.icon_br {
    bottom: -25vh;
    right: -25vh;
}



/* Homepage - Desktop Text */
.Home-Text_Mobile{
    visibility: collapse;
    display: hidden;
}

.Home-Text_Desktop{
    font-size: 1.25vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    margin-top: 0vh;
    padding-top: 0.75vh;
}



#MenuJump {
    height: 100vh;
    position: relative;
    background-color: #3B5E47;
    align-items: center;
}

.MenuJump_Content {
    display: flex;
    gap: 2rem;
    background-color: #3B5E47;
}

.MenuJump_Content img {
    width: 100px;
    opacity: 0;
    transform: translateY(100px);
}

.MenuJump_Content h1 {
    padding-top: 5vh;
}

.menu_icons {
    position: absolute;
    width: 80px;
    opacity: 0;
}

.menu_icon-cup {
    bottom: -100px;
    left: 30%;
}

.menu_icon-bread {
    bottom: -100px;
    right: 30%;
}

.MenuJump_Products {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding-top: 3rem;
}

/* Initial state for menu products for GSAP animation */
.menu_product {
    width: 200px;
    height: 200px;
    background-color: #F8F9E1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #3B5E47;
    font-size: 1.2rem;
    opacity: 0; 
    transform: translateY(100px); 
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.MenuJump_Content h1 {
    text-align: center;
    margin: auto;
    font-size: 4vw;
}

/* Initial state for menu product cards for GSAP animation */
.menu_product_card {
    background-image: url(./assests/BackgroundPattern.svg);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1vw 1vw 2vw #000000;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 350px;
    width: 100%;
    opacity: 0; 
    transform: translateY(50px); 
}

.menu_product_card:hover {
    transform: scale(1.03);
}

.menu_product_image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
}

.menu_product_info {
    padding: 1rem;
}

.product_name {
    font-size: 1.4rem;
    margin: 0.5rem 0;
    color: #F8F9E1;
}

.product_desc {
    font-size: 1rem;
    color: #F8F9E1;
    margin-bottom: 0.75rem;
}

.product_price {
    font-weight: bold;
    color: #E4A941;
    font-size: 1rem;
}

.menu_product_grid {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap; 
    gap: 6rem;
    padding: 2rem;
    max-width: 90vw;
    margin: 0 auto;
  }

.homepage_product1 {
    background-image: url(./assests/Images/BananaNutDuckBread.jpg);
}

.homepage_product2 {
    background-image: url(./assests/Images/GarlicAndHerbPullApart.png);
}

.homepage_product3 {
    background-image: url(./assests/Images/LemonBlueberryScone.jpg);
}



/* Menu CTA */
#MenuCTA {
    text-align: center;
    background: #3B5E47;
    padding-bottom: 3vh;
}
#MenuCTA p {
    font-size: 1.25vw;
}
#MenuCTA a {
    color: #E4A941;
}
#MenuCTA a:hover {
    color: #F8F9E1;
}

/* Home Page Bottom */
.HomePage_Bottom {
    padding-bottom: 0vh;
}

.HomePage_end {
    text-align: center;
}
.HomePage_end h1{
    font-size: 3.25vw;
    padding-top: 2vh;
    padding-bottom: 0;
    margin: 0 0;

}
.HomePage_end p{
    font-size: 1.25vw;
    padding-top: 0;
}
.HomePage_end a {
    color: #E4A941;
}
.HomePage_end a:hover {
    color: #F8F9E1;
}
.HomePage_end img {
    width: 17.5vw;

}



/* Menu Page */
.menu_top {
    text-align: center;
    padding: 2rem;
    background-color: #3B5E47;
}

.menu_top h1 {
    font-size: 4vw;
    margin-bottom: 1vh;
}

.menu_top p {
    color: #F8F9E1;
    font-size: 2vw;
}

.menu_jumper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0;
}

.menu_box {
    background-color: #ffe6d4;
    border-radius: 16px;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    color: #262322;
    text-decoration: none;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, background-color 0.3s ease;
}

.menu_box:hover {
    background-color: #F8F9E1;
    transform: scale(1.05) rotate(-1deg);
}

.menu_box:active {
    transform: scale(0.97);
}

#sweet_breads h2, #savory_loafs h2, #scones h2, #other h2 {
    color: #F8F9E1;
    font-size: 4vw;
    text-align: center;
}

/* Products */
.menupage {
    box-shadow: inset 0 1.5vw 5vw 1vw #000000;
    padding-bottom: 10vh;
}

.menu_section {
    padding: 4rem 2rem;
    text-align: center;
}

.menu_section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.product_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
    row-gap: 2rem;
    max-width: 80vw;
    margin: 0 auto;
    padding: 1rem;
    justify-content: center;
}

.product_grid > .product_card {
    display: flex;
    justify-content: center;
}

.product_card {
    position: relative;
    aspect-ratio: 1 / 1;
    max-width: 25vw; 
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
    box-shadow: 1vw 1vw 2vw #000000;
    cursor: pointer;
    opacity: 1; 
    transform: translateY(50px); 
}

.product_card:hover {
    transform: scale(1.03);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem;
}

.overlay h3 {
    color: #F8F9E1;
    font-size: 1.5vw;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    margin: 0;
}

.product_card.animate-in {
    opacity: 1 !important; 
    transform: translateY(0); 
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.product_grid > .product_card:nth-child(1) {
    transition-delay: 0.1s;
}

.product_grid > .product_card:nth-child(2) {
    transition-delay: 0.4s;
}

.product_grid > .product_card:nth-child(3) {
    transition-delay: 0.7s;
}

.product_grid > .product_card:nth-child(4) {
    transition-delay: 1.0s;
}

.product_grid > .product_card:nth-child(5) {
    transition-delay: 1.3s;
}

.product_grid > .product_card:nth-child(6) {
    transition-delay: 1.6s;
}



/* Modal */
#product-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: none;
    justify-content: center;
    align-items: center; 
  }
  
  #product-modal.active {
    opacity: 1;
  }

  .modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
  }
  
/* Modal Content */
.modal-content {
    background-color: #3B5E47;
    padding: 20px;
    width: 80%;
    max-width: 600px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    transform: translateY(40px);
    opacity: 0;
    animation: fadeUp 0.5s ease-out forwards;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; 
    margin: 2.5% auto;
}
  

  @keyframes fadeUp {
    from {
      transform: translateY(40px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeOut {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to {
      transform: translateY(40px);
      opacity: 0;
    }
  }
  
  /* Apply fade-out animation when closing */
  .modal.fade-out .modal-content {
    animation: fadeOut 0.4s ease-in forwards;
  }
  
  /* Image styling inside modal */
  .modal-content img {
    width: 100%;
    height: 100%;
    max-width: 400px; 
    max-height: 400px; 
    object-fit: cover; 
    margin: 0; 
    padding: 0; 
  }

  .modal-content h4 {
    font-size: 3vh;
  }
  
  .modal-content .image-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1 / 1; 
    overflow: hidden;
    border-radius: 12px; 
  }
  
  
  .modal-content .image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  
  /* Close button */
  .close {
    color: #fff; 
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
  }
  
  .close:hover,
  .close:focus {
    color: #E4A941
  }



/* Recipes */
/* Recipe Section */
.recipes-section {
    text-align: center;
    padding: 40px 20px;
    box-shadow: inset 0 1.5vw 5vw 1vw #000000;
}

.recipes-section h1 {
    font-size: 6vh;
}

.recipes-section p {
    font-size: 1.5vw;
    margin-bottom: 5vh;
}

/* Recipe of the Month */
.recipe-of-the-month {
    background-color: #3B5E47;
    padding: 30px;
    width: 80%;
    margin:auto;
    border-radius: 80px;
    margin-bottom: 40px;
    box-shadow: 1vw 1vw 2vw #000000;
}

.recipe-of-the-month h1 {
    font-size: 4rem;
    padding-bottom: 1vh;
}

.recipe-of-the-month h2 {
    font-size: 2.5rem;
    padding: 0;
    margin: 0;
}

.recipe-of-the-month img {
    max-width: 50%;
    height: auto;
    border-radius: 8px;
}

.recipe-of-the-month p {
    font-size: 1.5rem;
    margin-bottom: 1.5vw;
}

.recipe-of-the-month .btn {
    background-color: #ffe6d4;
    border-radius: 16px;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    color: #262322;
    text-decoration: none;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, background-color 0.3s ease;
}

.recipe-of-the-month .btn:hover {
    background-color: #F8F9E1;
    transform: scale(1.05) rotate(-1deg);
}

.recipe-of-the-month .btn:active {
    transform: scale(0.97);
}

/* Signature Recipes */
.signature-recipes {
    padding-bottom: 5vh;
}

.signature-recipes h3 {
    font-size: 3rem;
    margin-bottom: 2.5vh;
}

.recipe-grid-wrapper {
    width: 80%;
    margin: auto;
}

.recipe-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
}

.recipe-card {
    background-color: #3B5E47;
    padding-top: 0;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-bottom: 1.5vw;
    border-radius: 80px;
    box-shadow: 1vw 1vw 2vw #000000;
    text-align: center;
    transform: translateY(100px);
    opacity: 0;
}

.recipe-card img {
    max-width: 100%;
    height: auto;
    border-radius: 50px;
}

.recipe-card h4 {
    font-size: 2rem;
    margin-bottom: 1vw;
}

.recipe-card p {
    font-size: 1.25rem;
    margin-bottom: 1.5vw;
}

.recipe-card .btn {
    background-color: #ffe6d4;
    border-radius: 16px;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    color: #262322;
    text-decoration: none;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, background-color 0.3s ease;
}

.recipe-card .btn:hover {
    background-color: #F8F9E1;
    transform: scale(1.05) rotate(-1deg);
}

.recipe-card .btn:active {
    transform: scale(0.97);
}

/* Other Recipe Stuff */
.image-and-gifs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
  }
  
  .recipe-image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .recipe-image img {
    width: 50vw;
    height: auto;
    display: block;
    border-radius: 8px;
  }

  /* Gif Animation */
  
  .gif-left, .gif-right {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 25vw; 
    height: auto;
    opacity: 0; 
    transform: translateY(50px); 
    transition: opacity 1s ease, transform 1s ease; 
}
  
.gif-left.animate-in, .gif-right.animate-in {
    opacity: 1;
    transform: translateY(0); 
}
  
  .gif-left {
    left: -3vw;
  }
  
  .gif-right {
    right: -3vw;
  }



/* Contact Form */
.contact-form {
    background-image: url(./assests/HomePageHeader.png);
    background-size: cover;
    padding: 5vw;
    border-radius: 10vh;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5vh;
    transition: 300ms;
    box-shadow: 1vw 1vw 2vw #000000,
    -1vw 0vw 2vw #000000;
  }
  
  .contact-form label {
    color: #F8F9E1;
    margin-bottom: 0.5vw;
    font-family: 'Vanilla_Extract';
    font-size: 1.15vw;
    letter-spacing: 1px;
  }
  
  .contact-form .heading {
    font-size: 2.25vw;
    color: #F8F9E1;
    margin-bottom: .25vw;
    font-weight:550;
    display: block;
    text-align: center;
    font-family: 'Vanilla_Extract';
    
  }
  
  .contact-form form {
    display: flex;
    flex-direction: column;
  }
  
  textarea {
    resize: none;
    align-items: center;
    color:#000000;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: none;
    height: 5vw;
    width: 30vw;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #F8F9E1;
    font-family: 'Quicksand';
    font-size: 0.85vw;
    transition: transform 0.3s;
  }

  .form__contact {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: inline-block;
  }

  .contact-form input {
    padding: 10px;
    border: none;
    height: 1vw;
    width: 30vw;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #F8F9E1;
    font-family: 'Quicksand';
    transition: transform 0.3s ease;
  }
  
  .contact-form input:focus, .contact-form textarea:focus {
    outline: none;
    box-shadow: 0 0 5px #F8F9E1;
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
    font-family: 'Quicksand';

  }
  
  .contact-form button[type="submit"] {
    background-color: #F8F9E1;
    color: #262322;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Vanilla_Extract';
    letter-spacing: 1px;
    font-weight: 600;
    transition: transform 0.3s ease;
  }
  
  .contact-form button[type="submit"]:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }


/* Other Contact Stuff */
.contact_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 15vh;
    padding-top: 15vh;
    box-shadow: inset 0 1.5vw 5vw 1vw #000000;
}

.contact_infobox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    max-width: 150vh;
    margin: 0 auto;
}

.contact_textbox {
    flex: 2;
    display: inline-block;
    height: 27.5vh;
    max-width: 100vh;
    background-color: #3B5E47;
    padding-top: 1.5vw;
    padding-left: 2.5vw;
    border-top-left-radius: 10vh;
    border-bottom-left-radius: 10vh;
    color: #F8F9E1;
    box-shadow: 1vw 1vw 2vw #000000;
}

.contact_textbox h1{
    font-family: 'Vanilla_Extract';
    color: #F8F9E1;
    font-size: 4vh;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
}

.contact_textbox p{
    font-family: 'Quicksand';
    color: #F8F9E1;
    font-size: 2.25vh;
    margin: 0;
}

/* Social Links Section */
.social-links {
    text-align: center;
    margin-top: 4vw;
}

.social-links p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.5vw;
}

.social-links h3 {
    font-size: 3.5vw;
    color: #F8F9E1;
    margin-bottom: 1vw;
    font-family: 'Vanilla_Extract';
    padding: 0;
    margin-top: 0;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 2vw;
}

.social-icons a {
    font-size: 1.2vw;
    color: #F8F9E1;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5vw;
    transition: 300ms;
    text-align: center;
}

.social-icons a:hover {
    color: #E4A941;
    transition: color 0.3s ease;
}

.social-icons i {
    font-size: 5vw;
}

.image-and-gifs_ContactPage {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 2vw; 
}

.side-gif_ContactPage {
    width: 450px; 
    height: auto;
    position: absolute;
    opacity: 1;  
}

.gif-left_ContactPage {
    left: -25vw;
    top: -13.5vw;
}

.gif-right_ContactPage {
    right: -25vw;
    top: -13.5vw;
}



/* About */
.about_top {
    text-align: center;
    padding: 2rem;
    background-color: #3B5E47;
    margin: 0;
}

.about_top h1 {
    font-size: 4vw;
    margin-bottom: 1vh;
}

.about_top p {
    color: #F8F9E1;
    font-size: 1.5vw;
}

#about_body {
    box-shadow: inset 0 0 5vw 1vw #000000;
    color: #F8F9E1;
    text-align: center;
    padding: 1vw 0; 
}

#about_body h3 {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 0.5vw; 
}

#about_body p {
    font-size: 1.5vw;
    margin-top: 0vw;     
    margin-bottom: 2vw;   
    margin-left: 5vw;
    margin-right: 5vw;
}

.about_values h3{
    text-align: center;
    padding-bottom: 0vw;
    margin: 0;
}

#about_body img {
    margin-bottom: 0vw; 
}

.values-list {
    list-style-position: inside; 
    padding: 0vw;
    text-align: center;
    margin: 0 auto;
}

.values-list li {
    font-size: 1.5vw;
    margin-bottom: 10px;
}

.thank-you {
    padding: 20px;
    border-radius: 12px;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #5b4636;
}

.photo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 4rem;
}

.drop-photo {
    width: 17.5vw;
    height: auto;
    object-fit: cover;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    border: 8px solid white;
    transform: translateY(-100px);
    opacity: 0;
    rotate: var(--angle, 0deg);
}



/* Footer */
footer {
    background-color: #000000;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1vh 0;
}

.footerNav ul {
    display: flex;
    gap: 1vw;
    list-style: none;
    justify-content: center;
    padding: 0;
    padding-bottom: 1vh;
    margin: 0;
    margin-top: 1.75vh;
    font-size: 1vw;
}

.footerNav a{
    color: #E4A941;
    text-decoration: none;
    transition: 1s;
}

.footerNav a:hover{
    color: #F8F9E1;
    text-decoration:underline;
    transition: 0.5s;
}

.socialIcons {
    display: flex;
    justify-content: center;
    gap: 1vw;
}

.socialIcons a {
    font-size: 1.2vw;
    color: #E4A941;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.25vw;
    transition: 300ms;
    text-align: center;
}

.socialIcons a:hover {
    color: #F8F9E1;
    transition: color 0.3s ease;
}

.socialIcons i {
    font-size: 1.5vw;
    padding-bottom: 1vh;
}

.footerBottom p {
    color: #E4A941;
    font-size: 1.25vh;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-bottom: 1vh;
}

.footerBottom a{
    color: #E4A941;
    text-decoration: underline;
    transition: 1s;
}

.footerBottom a:hover{
    color: #F8F9E1;
    text-decoration:underline;
    transition: 0.5s;
}