@media screen and (max-width: 1000px) {
    body {
        background-size: 25%;
    }

    .hamburger-icon {
        visibility: visible;
        display: block;
        position: fixed;
        top: 7vw;
        right: 7vw;
        z-index: 1001;
        opacity: 1; 
        transition: opacity 0.3s ease-out;
    }
    
    .hamburger-icon.hidden {
        opacity: 0; 
    }

    .hamburger-icon span {
        display: block;
        height: 2px;
        background-color: #E4A941;
        margin: 2.5vw 0;
        width: 7.5vw;
        cursor: pointer;
    }

    .menu-open .close-btn {
        display: block;
    }

    .menu-open .hamburger-icon {
        display: none;
    }

    .hamburger-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.9);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
        z-index: 10001;
    }

    .hamburger-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .hamburger-menu-links li {
        margin: 2rem 0;
        font-size: 2rem;
    }

    .hamburger-menu-links a {
        color: #E4A941;
        text-decoration: none;
        transition: 300ms;
    }

    .hamburger-menu-links a:hover {
        text-decoration: underline;
        transition: 300ms;
    }

    .hamburger-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    .hamburger-menu-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .hamburger-menu-links li {
        opacity: 0;
        transform: translateY(20px);
        font-size: 5vw;
        padding: 1.25vh;
        font-size: 4vh;
        color: #F2E5D7;
        transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    }
    
    .hamburger-menu-overlay.active .hamburger-menu-links li {
        opacity: 1;
        transform: translateY(0);
    }
    
    .hamburger-menu-overlay.active .hamburger-menu-links li:nth-child(1) {
        transition-delay: 0.2s;
    }
    .hamburger-menu-overlay.active .hamburger-menu-links li:nth-child(2) {
        transition-delay: 0.4s;
    }
    .hamburger-menu-overlay.active .hamburger-menu-links li:nth-child(3) {
        transition-delay: 0.6s;
    }
    .hamburger-menu-overlay.active .hamburger-menu-links li:nth-child(4) {
        transition-delay: 0.8s;
    }
    .hamburger-menu-overlay.active .hamburger-menu-links li:nth-child(5) {
        transition-delay: 1s;
    }

    .currentPage a {
        color: #F9FAE0;
    }

    .menu-open .close-btn {
        display: flex;
    }
    
    .close-btn {
        position: absolute;
        top: 10vw;
        right: 8vw;
        display: none;
        flex-direction: column;
        justify-content: space-between;
        height: 24px;
        width: 30px;
        cursor: pointer;
        z-index: 10002;
    }
    
    .close-btn span {
        width: 100%;
        height: 2px;
        background-color: #E4A941;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }
    
    .close-btn span:first-child {
        transform: rotate(45deg) translate(10px, 5px);
    }
    
    .close-btn span:last-child {
        transform: rotate(-45deg) translate(10px, -5px);
    }
    
    

    

    /*General Header*/
    .headerNav_Left {
        display: none;
        visibility: collapse;
    }

    .headerNav_Right {
        display: none;
        visibility: collapse;
    }

    .headerNav img{
        scale:calc(165%);
    }

    #page_header{
        height: 30vh
    }

    #page_header h1{
        font-size: 6vh;
    }

    /* Home Page */
    #homepage_header{
        height: 60vw;
        background-size: cover;
    }
    #homepage_header h1{
        font-size: 10vw;
    }

    .home_body {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .image_box, .image_box2{
        width: 40vw;
        height: 40vw;
        border-radius: 10vw; 
    }

    .image_box img, .image_box2 img{
        border-radius: 10vw; 
    }

    .text_box, .text_box2 {
        flex: 2;
        height: 25vw;
        padding: 0vh;
    }

    .text_box h1, .text_box2 h1{
        font-size: 3.5vw;
        padding-top: 1vh;
        padding-left: 0;
    }

    .text_box {
        border-top-right-radius: 7.5vh;
        border-bottom-right-radius: 7.5vh;
    }
    .text_box2 {
        border-top-left-radius: 7.5vh;
        border-bottom-left-radius: 7.5vh;
    }

    .icon_tl {
        top: -17.5vw;
        left: -17.5vw;
    }
    .icon_tr {
        top: -17.5vw;
        right: -17.5vw;
    }
    .icon_bl {
        bottom: -17.5vw;
        left: -17.5vw;
    }
    .icon_br {
        bottom: -17.5vw;
        right: -17.5vw;
    }

    /* Homepage - Mobile Text */
    .Home-Text_Desktop{
        visibility: collapse;
        display: none;
    }
    
    .Home-Text_Mobile{
        visibility: visible;
        display: flex;
        
        font-size: 1.75vw;
        padding-left: 3vw;
        padding-right: 3vw;
        padding-top: 0.5vh;
        margin-top: 0vh;
    }

    /* Menu Jump */
    .MenuJump_Content h1{
        font-size: 6vw;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .menu_product_grid {
        display: flex;
        flex-direction: column; 
        gap: 2rem;
        padding: 1vh;;
    }

    .menu_product_card {
        width: 100%; 
        height: 200px; 
    }

    .menu_product_image {
        height: 85px; 
    }

    .product_name {
        font-size: 3vw;
    }
    .product_desc {
        font-size: 2.5vw;
    }
    .product_price {
        display: none;
    }
    #MenuCTA p{
        font-size: 3vw;
        padding: 1vh;
        margin: 0; 
    }

    .HomePage_end h1{
        font-size: 6vw;
    }

    .HomePage_end p{
        font-size: 2.5vw;
        line-height: 2vh;
    }

    .contactlink {
        margin-top: 1rem; 
        font-size: 3.5vw;
        display: inline-block;
    }
    
    .HomePage_end img {
        height: 200px;
        width: auto;
    }


/* Menu Page */
#sweet_breads h2, #savory_loafs h2, #scones h2, #other h2{
    font-size: 10vw;
    padding-bottom: 0;
    margin: 0;
}

.menu_top {
    padding: 1.5rem;
}

.menu_top h1 {
    font-size: 5vw;
}

.menu_top p {
    font-size: 3vw; 
}
.menu_jumper {
    flex-direction: column; 
    gap: 1rem;
}

.menu_box {
    font-size: 3vw; 
    padding: 1rem;
}
.product_grid {
    grid-template-columns: repeat(2, 1fr); 
    row-gap: 2rem;
    max-width: 90vw; 
    margin: 0 auto;
}

.product_card {
    max-width: 100%; 
    width: 100%; 
    aspect-ratio: 1 / 1; 
}

/* Modals */
.modal-content {
    max-width: 90%; 
    margin: 5% auto;
}

.modal-content img {
    max-width: 80%;
    max-height: 80%;
}

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



.menu_section h2 {
    font-size: 8vw; 
    padding: 1rem 0;
}

.product_card {
    box-shadow: none;
    transition: none; 
}

/* Overlay Text Size */
.overlay h3 {
    font-size: 5vw; 
}
.product_grid {
    padding: 1rem;
}

.product_card:hover {
    transform: none; 
}



/* Recipes */
.recipes-section {
    padding: 30px 10px;
}

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

.recipes-section p {
    font-size: 1rem;
    margin-bottom: 3vh;
}

.recipe-of-the-month {
    padding: 20px;
    width: 80%;
    border-radius: 40px;
    padding-bottom: 4vh;
    margin: auto;
}

.recipe-of-the-month h1 {
    font-size: 2rem;
    padding-bottom: 0;
}

.recipe-of-the-month h2 {
    font-size: 1.5rem;
}

.recipe-of-the-month img {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

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

.recipe-of-the-month .btn {
    font-size: 3vw;
    padding: 0.75rem 1rem;
}

.signature-recipes h3 {
    font-size: 2rem;
}

.recipe-grid {
    grid-template-columns: 1fr;
    gap: 5vw;
}

.recipe-card {
    border-radius: 40px;
    padding: 20px;
    padding-bottom: 4vh;
}

.recipe-card h4 {
    font-size: 1.5rem;
}

.recipe-card p {
    font-size: 1rem;
}

.recipe-card .btn {
    font-size: 3vw;
    padding: 0.75rem 1rem;
}

.image-and-gifs {
    flex-direction: column;
}

.gif-left, .gif-right {
    display: none;
}

.recipe-image img {
    width: 90vw;
}


  .contact-form label,
  .contact-form input,
  .contact-form textarea,
  .contact-form button[type="submit"] {
    font-size: 4.5vw;
    margin: auto;
    padding: 1vh;
  }

  .contact-form input,
  .contact-form textarea {
    width: 80%;
    margin: auto;
    padding: 1vh;
  }

  .contact-form button[type="submit"] {
    width: 80%;
    margin: auto;
    margin-top: 3vh;
  }

  .contact_infobox {
    flex-direction: column; 
    align-items: stretch;
}

.contact_textbox {
    border-radius: 5vh;
    width: 85%;
    max-width: none;
    text-align: center;
    padding: 2vw;
    margin: auto;
    padding-bottom: 3vh;
}

.contact-form {
    margin-top: 1vh;
    border-radius: 5vh;
    width: 85%;
    max-width: none;
    padding: 2vw;
    margin: auto;
}

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

.side-gif_ContactPage {
    width: 200px;
    height: auto;
    opacity: 1;
    position: static; 
}

.contact_body p{
    font-size: 3vw;
}
.contact_body h3{
    font-size: 7vw;
    padding: 0;
}

.social-icons i {
    font-size: 10vw;
    margin: auto;
}

.image-and-gifs_ContactPage {
    margin-top: 0vw; 
}

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

.gif-left_ContactPage {
    left: -15vw;
    top: 10vw;
}

.gif-right_ContactPage {
    right: -15vw;
    top: 10vw;
}
.contact_body{
    padding-bottom: 35vh;
}



  /* Adjust header navigation for mobile */
  .headerNav_Left,
  .headerNav_Right {
    display: none;
  }

  .hamburger-icon {
    display: block;
  }

  .hamburger-menu-links {
    display: block;
    text-align: center;
  }

  .hamburger-menu-links li {
    padding: 2vw 0;
  }


/* About */
  .about_top h1 {
    font-size: 8.5vw;
  }

  .about_top p,
  #about_body p,
  .values-list li {
    font-size: 3vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  #about_body h3 {
    font-size: 6vw;
  }

  .photo-grid {
    gap: 1rem;
  }

  .drop-photo {
    width: 40vw;
  }

  .cuppy_animation {
    width: 70%;
  }



/* Footer Adjustmnets */
    .socialIcons{
        display: flex;
        justify-content: center;
    }
    .socialIcons a{
        height: 5vw;    
        width: 5vw;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 2vw;
    }
    .socialIcons a i{
      height: 2vw;
      width: 2vw;
      font-size: 3vw;
      padding-top: 1vw;
      padding-right: 1.5vw;
    }
    .footerNav ul li a{
        font-size: 2.5vw;
    }
    .footerBottom {
        padding: 1vw;
    }
    .footerBottom p{
        font-size: 1.25vw;
    }
}
