body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 0;
}

* {
    box-sizing: border-box;
}

/* Header Styles */
header {
    background-color: #d93bcf;
    padding: 10px;
    text-align: center;
    float: none;
}

header h1 {
    margin: 0;
    color: white;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

/* Tablet and Desktop Styles */
@media (min-width: 768px) {
    header {
        position: relative;
        padding: 25px;
    }

    header nav {
        text-align: center;
        background-color: #d93bcf;
        padding: 10px;
    }

    header h1 {
        font-size: 2em;
    }

    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center; /* Center the navigation items */
    }

    nav ul li {
        display: inline;
        margin-right: 20px;
    }

    nav a {
        text-decoration: none;
        color: white;
        font-weight: bold;
        font-size: 16px;
    }

    .menu-icon {
        display: none;
    }

    .main-menu {
        display: flex !important;
        justify-content: center; /* Center the navigation items */
    }

    .main-menu ul {
        flex-direction: row; /* Ensure the items are in a row */
    }

    .main-menu li {
        margin: 10px;
    }
}

#menu {
    background-color: white;
    text-align: center;
    padding: 40px;
    padding-bottom: 100px;
  
}

#menu h2 {
    font-size: 2.0em;
    margin-top: auto;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
}

#menu p {
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
}
#menu .btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: black;
    line-height: 1.2;
    background-color:yellow;
    padding: 15px 40px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: bold;
}

#menu .btn:hover {
    background-color: #ffeb3b;
}

.menu-item {
    display: flex;
  
    justify-content: space-around;
    margin-top:0;
}

.menu-item-container {
    flex: 1;
    max-width: 160px; /* Adjust the width as needed */
    margin: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 
    text-align: center;
}

.menu-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    height: 320px; /* Set the height as needed */
}

#build {
    background-color: white;
    text-align: center;
    padding: 40px;
    padding-bottom: 100px;
  
}

#build h2 {
    font-size: 2.0em;
    margin-top: auto;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
}

#build p {
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
}
#build .btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: black;
    line-height: 1.2;
    background-color:yellow;
    padding: 15px 40px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: bold;
}

#build .btn:hover {
    background-color: #ffeb3b;
}

.build-item {
    display: flex;
  
    justify-content: space-around;
    margin-top:0;
}

.build-item-container {
    flex: 1;
    max-width: 160px; /* Adjust the width as needed */
    margin: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 
    text-align: center;
}

.build-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    height: 320px; /* Set the height as needed */
}

#partners {
    background-color: white;
    text-align: center;
    padding: 40px;
    padding-bottom: 100px;
  
}

#partners h2 {
    font-size: 2.0em;
    margin-top: auto;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
}

#partners p {
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
}
#partners .btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: black;
    line-height: 1.2;
    background-color:yellow;
    padding: 15px 40px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: bold;
}

#partners .btn:hover {
    background-color: #ffeb3b;
}

.partners-item {
    display: flex;
  
    justify-content: space-around;
    margin-top:0;
}

.partners-item-container {
    flex: 1;
    max-width: 160px; /* Adjust the width as needed */
    margin: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 
    text-align: center;
}

.partners-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    height: 320px; /* Set the height as needed */
}





/* Adjusted styles for more items in a row */
@media (min-width: 1200px) {
    .menu-item-container {
        flex: 1;
        max-width: 200px; /* Adjusted width for more items in a row */
        margin: 10px;
     
        height: 260px; /* Set the height as needed */
    }

    /* Larger containers for specific items */
    .menu-item-container:nth-child(1),
    .menu-item-container:nth-child(2) 
    .menu-item-container:nth-child(3){
        max-width: 440px; /* Adjusted width for specific items */
    }
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 50px;
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 1;
}



/* Additional styles for the home section with a background image */
#home {
    background-image: url('images/home_ice_cream_cones.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #000000;
    text-align: center;
    padding: 300px 20px;
}

#home::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('images/image_1.jpeg');
    background-size: cover;
    background-position: center;
    filter: brightness(100%);
    opacity: 0.8;
    z-index: -1;
}

#home h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #FFFFF0;
    text-shadow: 3px 3px #000000;
}

#home p {
    font-size: 1.5em;
    margin-bottom: 40px;
}

#home .btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: black;
    line-height: 1.2;
    background-color:yellow;
    padding: 15px 40px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: bold;
}

/* Additional styles for the About Us section */
#about-us {
    background-color: white;
    padding: 40px 20px;
    text-align: center;
    color: white;
    margin-bottom: 60px;
    position: relative;
}

#about-us h2 {
    font-size: 2.0em;
    margin-top: auto;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
}

#about-us p {
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom: 40px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
}

.about-container {
    text-align: center;
}

.about-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-text {
    flex: 1;
    margin-right: 20px;
    margin-top: 0;
    text-align: left;
}

.family-photo {
    flex: 1;
    margin-top: 25px;
}

.family-photo img {
    max-width: 100%;
    height: auto;
    width: 440px;
    height: 600px;
}

@media (min-width: 1200px) {
    .about-text {
        flex: 1;
        margin-right: 10px;
        margin-left: 70px;
        text-align: left;
    }
    
}

.follow-us {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: white;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.follow-us h3 {
    color: #d93bcf;
    margin-bottom: 30px;
    margin-top: 20px;
}

.follow-us a {
    display: inline-block;
    margin: 0 10px;
}

.social-icons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.social-icons .social-icon {
    margin: 0 8px;
}

.social-icons .social-icon img {
    width: 30px;
    height: 30px;
}



/* Catering */

#catering-events {
    background-color: white;
    text-align: center;
    padding: 40px;
    padding-bottom: 100px;
}

#catering-events h2{
font-size: 2.0em;
margin-top: auto;
margin-bottom: 20px;
font-family: 'Helvetica Neue', sans-serif;
color: #000000;
}

#catering-events p {
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom: 40px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
}


#catering-events form {
    max-width: 600px;
    margin: 0 auto;
    display: grid;
    gap: 15px;
    align-items: center; 
}

#catering-events label {
    font-size: 1.2em;
}

#catering-events input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1em;
}

#catering-events input[type="submit"] {
    background-color: yellow;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    
    margin-left: 180px;
}

#catering-events input[type="submit"]:hover {
    background-color: yellow;
}

/* Responsive styles for the catering request form */
@media (min-width: 768px) {
    #catering-events form {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:1200px) {
    #catering-events form {
        grid-template-columns: repeat(2, 1fr);
    }
}

#gallery {
    text-align: center;
    padding: 40px;
    margin-bottom: 60px; 
   
}

#gallery h2 {
    font-size: 2.0em;
    margin-bottom: 20px;
    color: #000000;
}

#gallery .btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: black;
    line-height: 1.2;
    background-color:yellow;
    padding: 15px 40px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: bold;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 30px;
    justify-items: center;
    margin: 0 -15px;
    position: relative;
}

.gallery-item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#battery {
    text-align: center;
    padding: 40px;
    margin-bottom: 60px; 
   
}

#battery h2 {
    font-size: 2.0em;
    margin-bottom: 20px;
    color: #000000;
}

#battery .btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: black;
    line-height: 1.2;
    background-color:yellow;
    padding: 15px 40px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: bold;
}

.battery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 30px;
    justify-items: center;
    margin: 0 -15px;
    position: relative;
}

.battery-item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.battery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#build {
    text-align: center;
    padding: 40px;
    margin-bottom: 60px; 
   
}

#build h2 {
    font-size: 2.0em;
    margin-bottom: 20px;
    color: #000000;
}

#build .btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: black;
    line-height: 1.2;
    background-color:yellow;
    padding: 15px 40px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: bold;
}

.build {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 30px;
    justify-items: center;
    margin: 0 -15px;
    position: relative;
}

.build-item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.build-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Contact form */
#contact {
    text-align: center;
    padding: 20px;
}

#contact h2 {
    font-size: 2.0em;
    margin-bottom: 10px;
    color: #000000;
}

#contact p {
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom:auto;
    color: #000000;
}

#contact .btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: yellow;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 40px;
}



#contact .btn:hover {
    background-color: #ffeb3b;
}

#contact form {
    max-width: 600px;
    margin: 0 auto;
    display: grid;
    gap: 15px;
    align-items: center; 
    margin-top: 40px;
}

#contact label {
    font-size: 1.2em;
}

#contact input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1em;
}
#contact textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1em;
    height: 100px;
}

#contact input[type="submit"] {
    background-color: yellow;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    margin-left: 180px;
}

#contact input[type="submit"]:hover {
    background-color: yellow;
}

/* Responsive styles for the form */
@media (min-width: 768px) {
    #contact form {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-icon {
        display: none; /* Hide the menu icon on larger screens */
    }

    .main-menu {
        display: flex !important; /* Ensure the main menu is visible on larger screens */
    }

    
}

@media (min-width:1200px) {
    #contact form {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

/* Apply for a job form */
#jobs {
    text-align: center;
    padding: 20px;
}

#jobs h2 {
    font-size: 2.0em;
    margin-bottom: 10px;
    color: #000000;
}

#jobs p {
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom:auto;
    color: #000000;
}

#jobs .btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: yellow;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 40px;
}



#jobs .btn:hover {
    background-color: #ffeb3b;
}

#jobs form {
    max-width: 600px;
    margin: 0 auto;
    display: grid;
    gap: 15px;
    align-items: center; 
    margin-top: 40px;
}

#jobs label {
    font-size: 1.2em;
}

#jobs input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1em;
}
#jobs textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1em;
    height: 100px;
}

#jobs input[type="submit"] {
    background-color: yellow;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    margin-left: 180px;
}

#jobs input[type="submit"]:hover {
    background-color: yellow;
}

/* Responsive styles for the form */
@media (min-width: 768px) {
    #jobs form {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-icon {
        display: none; /* Hide the menu icon on larger screens */
    }

    .main-menu {
        display: flex !important; /* Ensure the main menu is visible on larger screens */
    }

    
}

@media (min-width:1200px) {
    #jobs form {
        grid-template-columns: repeat(2, 1fr);
    }
    
}


/*************************************************/
/*************************************************/
/*************************************************/
/*************************************************/
/*************************************************/
/* Responsive styles for mobile devices */
@media (max-width: 767px) {
    header {
        
        position: relative; /* Ensure the menu icon stays within the header */
        padding: 25px;
       
    }

    header img {
        position: absolute;
        top:0%;
        left:0%;
        max-width: 100px; /* Adjust the size as needed */
        height: auto;
    }

    header nav {
        text-align: center;
        background-color: #d93bcf; /* Background color for the mobile navigation bar */
        padding: 10px;
    }
    
    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    nav ul li {
        display: block;
        margin: 10px 0;
    }

    nav a {
        text-decoration: none;
        color: white;
        font-weight: bold;
        font-size: 16px;
    }

    .menu-icon {
        font-size: 50px;
        cursor: pointer;
        display: block; /* Show the menu icon on smaller screens */
        color: white;
        position: absolute;
        top: 0.1px;
        right: 10px;
    }

   /* Hide the desktop navigation on smaller screens */
   nav {
    display: none;
}

    .main-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        z-index: 1;
        top: 60px; /* Adjust as needed */
        left: 0;
        background-color: #d93bcf; /* Adjust background color */
        width: 100%;
        text-align: right;
    }

    .main-menu.show {
        display: flex;
    }

    .main-menu ul {
        flex-direction: column;
    }

    .main-menu li {
        margin: 10px;
    }
    margin-top: 80px; 

    #home h2 {
        font-size: 2em; /* Adjusted font size for mobile */
    }

    #home p {
        font-size: 2em; /* Adjusted font size for mobile */
        margin-bottom: 20px;
    }

    #home .btn {
        margin-top: 20px;
    }

    /* Add the following styles for the logo */
    header img {
        display: block;
        position:
        margin: 0 auto; /* Center the image */
        max-width: 100%;
        height: auto;
    }

    #about-us {
        background-color: white;
        padding: 40px 20px;
        text-align: center;
        color: white;
        margin-bottom: 60px;
        position: relative;
    }

    #about-us h2 {
        font-size: 1.8em;
        margin-top: auto;
        margin-bottom: 20px;
        font-family: 'Helvetica Neue', sans-serif;
        color: #000000;
    }

    #about-us p {
        font-size: 1.5em;
        line-height: 1.8;
        margin-bottom: 40px;
        font-family: 'Helvetica Neue', sans-serif;
        color: #000000;
    }

    .about-container {
        text-align: center;
    }

    .about-content {
        display: flex;
        flex-direction: column-reverse; /* Reverse the order for smaller screens */
        justify-content: space-between;
    }

    .family-photo {
        flex: 1;
        margin-top: 0;
    }

    .family-photo img {
        max-width: 100%;
        height: auto;
        width: 100%; /* Make the image fill the container on smaller screens */
        border-radius: 8px;
    }

    .about-text {
        flex: 1;
        margin-right: 20px;
        margin-top: 20px;
        text-align: left;
    }

    
    

    .follow-us {
        padding: 20px;
    }

    .follow-us h3 {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    #contact p {
        margin-bottom: 20px;
    }

    #contact .btn {
        margin-top: 20px;
    }

    .menu-item {
        flex-direction: column; /* Stack items vertically on smaller screens */
    }

    .menu-item-container {
        max-width: 100%; /* Full width for mobile screens */
        margin: 20px 0; /* Adjust margin for spacing */
    }

    /* Reorder menu items based on your request */
    .menu-item-container_waffle {
        margin-top: 15px;
        order: 2;
    }

    .menu-item-container_italian {
        margin-top: 15px;
        order: 3;
    }

    #menu h2 {
        font-size: 1.8em;
        margin-top: auto;
        margin-bottom: 20px;
        font-family: 'Helvetica Neue', sans-serif;
        color: #000000;
    }
    
    #menu p {
        font-size: 1.3em;
        line-height: 1.8;
        margin-bottom: 20px;
        font-family: 'Helvetica Neue', sans-serif;
        color: #000000;
}
/* Catering */
#catering-events h2{
    font-size: 1.8em;
    margin-top: auto;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
    }
    
    #catering-events p {
        font-size: 1.3em;
        line-height: 1.8;
        margin-bottom: 40px;
        font-family: 'Helvetica Neue', sans-serif;
        color: #000000;
    }
    
    
    #catering-events form {
        max-width: 300px;
        margin: 0 auto;
        display: grid;
        gap: 15px;
        align-items: center; 
    }
    
    #catering-events label {
        font-size: 1em;
    }
    
    #catering-events input {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        font-size: 1em;
    }

    #catering-events input[type="submit"] {
        background-color: yellow;
        color: #333;
        font-weight: bold;
        cursor: pointer;
        
        margin-left:auto;
        margin-top: 20px;
        margin-bottom:auto;
    }
    
    #catering-events input[type="submit"]:hover {
        background-color: yellow;

    
    }

    /* Jobs */
    #jobs h2{
    font-size: 1.8em;
    margin-top: auto;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #000000;
    }
    
    #jobs p {
        font-size: 1.3em;
        line-height: 1.8;
        margin-bottom: 40px;
        font-family: 'Helvetica Neue', sans-serif;
        color: #000000;
    }
    
    
    #jobs form {
        max-width: 300px;
        margin: 0 auto;
        display: grid;
        gap: 15px;
        align-items: center; 
    }
    
    #jobs label {
        font-size: 1em;
    }
    
    #jobs input {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        font-size: 1em;
    }

    #jobs input[type="submit"] {
        background-color: yellow;
        color: #333;
        font-weight: bold;
        cursor: pointer;
        
        margin-left:auto;
        margin-top: 20px;
        margin-bottom:auto;
    }
    
    #jobs input[type="submit"]:hover {
        background-color: yellow;
    }

    /* Gallery */
    #gallery h2 {
        font-size: 1.8em;
        margin-top: 10px;
        margin-bottom: 30px;
        color: #000000;
    }
    /*Battery */
    #battery h2 {
        font-size: 1.8em;
        margin-top: 10px;
        margin-bottom: 30px;
        color: #000000;
    }
    /* Contact */
    #contact h2 {
        font-size: 1.8em;
        margin-bottom: 20px;
        font-family: 'Helvetica Neue', sans-serif;
        color: #000000;
    }
    
    #contact p {
        font-size: 1.3em;
        line-height: 1.8;
        margin-bottom:auto;
        color: #000000;
    }
   
     
    #contact .btn {
        display: inline-block;
        padding: 12px 25px;
        background-color: yellow;
        color: black;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        font-size: 12px;
        margin-top: 20px;
    }
    
    
    #contact .btn:hover {
        background-color: #ffeb3b;
    }
    
    #contact form {
        max-width: 300px;
        margin: 0 auto;
        display: grid;
        gap: 15px;
        align-items: center; 
        margin-top: 30px;
        margin-bottom: auto;
        position: relative;
        z-index: 2;
    }
    
    #contact label {
        font-size: 1em;
    }
    
    #contact input{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        font-size: 1em;
    }
    #contact textarea {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        font-size: 1em;
        height: 50px;
    }
    
    #contact input[type="submit"] {
        background-color: yellow;
        color: #333;
        font-weight: bold;
        cursor: pointer;
        margin-left:auto;
        margin-top: 20px;
        margin-bottom:30px;
    }
    
    #contact input[type="submit"]:hover {
        background-color: yellow;
    }
    
    footer {
        position: relative;
        z-index: 1;
    }
    
}

/* Responsive styles for mobile and tablet devices */
@media (min-width: 768px) and (max-width: 1199px) {

    #about-us {
        background-color: white;
        padding: 40px 20px;
        text-align: center;
        color: white;
        margin-bottom: 60px;
        position: relative;
    }
    
    #about-us h2 {
        font-size: 1.8em;
        margin-top: auto;
        margin-bottom: 20px;
        font-family: 'Helvetica Neue', sans-serif;
        color: #000000;
    }
    
    #about-us p {
        font-size: 1.1em;
        line-height: 1.8;
        margin-bottom: 40px;
        font-family: 'Helvetica Neue', sans-serif;
        color: #000000;
    }
    
    .about-container {
        text-align: center;
    }
    
    .about-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .about-text {
        flex: 1;
        margin-right: 20px;
        margin-top: 0;
        text-align: left;
    }
    
    .family-photo {
        flex: 1;
        margin-top: 25px;
    }
    
    .family-photo img {
        max-width: 100%;
        height: auto;
        width: 420px;
        height: 580px;
    }


    /* Menu */
    .menu-item {
        display: flex;
      
        justify-content: space-around;
        margin-top:0;
    }
    
    .menu-item-container {
        flex: 1;
        max-width: 140px; /* Adjust the width as needed */
        margin: 10px;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     
        text-align: center;
    }
    
    .menu-item img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        height: 200px; /* Set the height as needed */
    }

    #contact {
        text-align: center;
        padding: 20px;
    }
    
    #contact h2 {
        font-size: 1.8em;
        margin-bottom: 10px;
        color: #000000;
    }
    
    #contact p {
        font-size: 1.1em;
        line-height: 1.8;
        margin-bottom:auto;
        color: #000000;
    }
    
    #contact .btn {
        display: inline-block;
        padding: 7px 20px;
        background-color: yellow;
        color: black;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 50px;
    }
    
    
    
    #contact .btn:hover {
        background-color: #ffeb3b;
    }
    
    #contact form {
        max-width: 600px;
        margin: 0 auto;
        display: grid;
        gap: 15px;
        align-items: center; 
        margin-top: 30px;
    }
    
    #contact label {
        font-size: 1.2em;
    }
    
    #contact input{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        font-size: 1em;
    }
    #contact textarea {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        font-size: 1em;
        height: 80px;
    }
    
    #contact input[type="submit"] {
        background-color: #ffc107;
        color: #333;
        font-weight: bold;
        cursor: pointer;
        margin-left: 180px;
    }
    
    #contact input[type="submit"]:hover {
        background-color: #ffcd39;
    }
    

    

  
    
    
 

}
