﻿@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&display=swap');
:root {
    --maroon: #88200cff;
    --blue-grey: #93A3B1;
    --dark-grey: #7C89AB;
    --yellow: #FFBA08;
    --dark-blue: 0322B43;
    --white: #F5F1E6;
    --off-white: #DBDAC9;
    --tan: #d3c599ff;
    --blue-green: #2A9D8F;
    --navy-blue: #073763ff;
    --faded-black: #1E1E1E;
    --light-red: #FC5050;
}

div{
    display: flex;
}


body {
    margin-bottom: 60px;
    margin: auto;
}

    body .container a{

        cursor: pointer;
    }

.font {
    font-family: 'Merriweather', serif;
    font-family: 'Playfair Display', serif;
}

html{

   

}

main{
    display: flex;
    flex-flow: column;
    min-width: 100%;
    min-height: 100%;
}

img{

    max-height: 63vh;
    min-height: 63vh;
    border-radius: 50px;
    border: solid var(--faded-black);
}


a {
    text-decoration-line: none;
    font-family: 'Merriweather', serif;
}
p {
    font-family: 'Merriweather', serif;
    font-size: clamp(3vh, 2vw, 2vw);
    line-height: 5vh;
}

button {

    font-family: 'Merriweather', serif;

}

input {
    background-color: var(--off-white);
    font-family: 'Merriweather', serif;
}

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

textarea {
    background-color: var(--off-white);
    font-family: 'Merriweather', serif;
}

ul {

    font-family: 'Merriweather', serif;

}

scrollbar-color{


    color: var(--white);

}

li button {

    position: relative;
    align-self: center;
    min-width: fit-content;
    min-height: 4vh;
    background-color: var(--white);
    color:var(--faded-black);
}

header {

    background: var(--white);
    position: fixed;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 7vw;
    max-height: 7vw;
    align-items: center;
    display: flex;
    border-bottom: groove;
    font-weight: 300;
}



    header ul {

        min-width: 80vw;
        padding: 0px;
        margin: 0px;
        min-height: 7vw;
        max-height: 7vw;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        font-size: clamp(3vh, 3vw, 1.5vw);
        list-style-type: none;
        
        
    }

        header ul li {

            padding-inline: 2vh;
            cursor: pointer;
        }

        header a {

            cursor: pointer !important;
            text-decoration: none;
            color: var(--faded-black);

        }

.container {

    display: flex;
    flex-flow: column nowrap; 
    min-width: 90vw;
    max-width: 90vw;
    min-height: 100vh;
    padding: 5vw;
    background: var(--white);
    z-index: -2;
}

.banner {

    max-height: 7vw;
    min-height: 7vw;
    justify-content: center;
    min-width: 100vw;

}

    .banner img {
        max-width: 14vw;
        min-width: 14vw;
        min-height: 100%;
        z-index: 2;
        overflow: hidden;
        position: relative;
        border: none;
        border-radius: 15px;
        
    }
.cntct {

    color: var(--faded-black);
    padding: 2vh;
    border-radius: 15px;

}

    .cntct:hover {

        background: var(--maroon);
        color: var(--white);

    }

    


.cta {
    border-radius: 10px;
    border: solid var(--faded-black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2vw;
    min-width: 19vw;
    min-height: 4vw;
    max-width: 19vw;
    max-height: 4vw;
    padding-inline: 2vh;
    font-size: clamp(1.75vh, 3vw, 1.5vw);
}

    .cta:hover {

        cursor: pointer;

    }


.imgbg {
    max-height: fit-content;
    max-width: fit-content;
}

section {
    min-height: 83vh;
/*    max-height: 83vh;*/
    min-width: 90vw;
    max-width: 90vw;
    margin-top: 7vh;
    margin-bottom: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -6;
}

    section .landing {
      
        min-width: 90vw;
        max-width: 90vw;
        justify-content: center;
        align-items: center;
        
        
    }

   

        .landing img {

            filter: blur(1px);
            max-width: 90vw;
            min-width: 90vw;
            z-index: -1;
            position: relative;
            object-fit: cover;
            object-position: top;
        }



        .landing .cta {

            position: relative;
            background-color: var(--yellow);
            color: var(--faded-black);
    
        }

        .landing .cta:hover {
            cursor: pointer;
        }


        .landing .text {
            flex-flow: column;
           
            align-items: center;
            object-fit: cover;
            max-height: 80vh;
            position: absolute;
            min-height: 80vh;
            justify-content: center;
        }

        .landing h1 {


            flex-flow: column;
            
            max-width: 85vw;
            min-width: 80vw;
            margin: 1vh;
            padding: 2vh;
            display: flex;
            position: relative;
            color: var(--maroon);
/*            font-size: clamp(8vh, 7vw, 5vw);*/
            font-weight: bold;
            align-items: center;
            text-align: center;
        }

            .landing h1 .businessname  {

                font-size: clamp(11vh, 7vw, 7vw);
                line-height: 1em;
            }

            .landing h1 .headline {

                font-size: clamp(7vh, 5vw, 5vw);
            }

        .landing h2 {
            justify-content: center;
            max-width: 80vw;
            min-width: 80vw;
            line-height: .9em;
            font-size: clamp(5vh, 6vw, 4vw);
            padding: 1vh;
            margin: 1vh;
            display: flex;
            position: relative;
            color: var(--blue-green);
            font-weight: 300;
            margin-bottom: 5vh;
            text-align: center;
        }

    section .about {
        
        min-width: 90vw;
        max-width: 90vw;
        justify-content: center;
        z-index: -3;
        flex-flow: column;
        position: relative;
    }

       

    
        .about img {

            min-width: 80vw;
            max-width: 80vw;
            position: relative;
            overflow: hidden;
            z-index: -1;
            object-fit: cover
        }

        .about .text {
            flex-flow: column;
            padding: 1vw;
            min-height: 60vh;
            position: relative;
            max-width: 90vw;
            align-items: center;
            justify-content: center;
            align-self: center;
        }

            

        .about h2 {

            max-width: 80vw;
            margin: 1vw;
            display: flex;
            position: relative;
            color: var(--faded-black);
            font-size: clamp(8vh, 6vw, 6vw);
            font-weight: 600;
            line-height: 1em;
        }

        .about h3 {

            max-width: 85vw;
            max-height: 50vh;
            justify-content: center;
            margin: 1vw;
            display: flex;
            position: relative;
            color: var(--dark-grey);
            font-size: clamp(5vh, 4vw, 4vw);
            font-weight: 400;
            text-align: center;
        }

       

        .about p {

            text-align: center;
            
            min-width: 80vw;
            max-width: 80vw;
            margin: 5vw;
            display: flex;
            position: relative;
            color: var(--faded-black);
            font-size: clamp(3vh, 2vw, 2vw);
            font-weight: 200;
        }

        .about .cta {

            align-self: center;
            color: var(--faded-black);
            position: relative;
            background-color: var(--blue-green);
        }

section .product {

    position:relative;
    flex-flow: column nowrap;
    min-width: 90vw;
    max-width: 90vw;
    justify-content: center;
    
    
    border-radius: 50px;
}


        .product img{

            min-width: 85vw;
            max-width: 85vw;
            object-fit: cover;
            margin-bottom: 5vw;
        }

        .product .text {
            flex-flow: column;
            position:relative;
            
            min-height: 90vh;
            align-items: center;
            margin: 1vh;
        }

        .product h2 {

            margin: 1vw;
            
            display: flex;
            position: relative;
            color: var(--faded-black);
            font-size: clamp(8vh, 6vw, 6vw);
            font-weight: bold;
            max-width: 85vw;
            text-align: center
        }

        .product h3 {
            max-width: 75vw;
            max-height: 33vh;
            margin: 1vw;
            display: flex;
            position: relative;
            color: var(--blue-green);
            font-size: clamp(5vh, 4vw, 4vw);
            font-weight: 300;
            text-align: center;
        }

        .product p {

            text-align: center;
            
            min-width: 80vw;
            max-width: 80vw;
            margin: 5vw;
            display: flex;
            position: relative;
            color: var(--faded-black);
            font-size: clamp(3vh, 2vw, 2vw);
            font-weight: 200;

        }

        .product .cta {

            align-self: center;
            position: relative;
            background-color: var(--light-red);
            color: var(--off-white);

        }

    section .reviews {
        min-width: 90vw;
        max-width: 90vw;
        z-index: -3;
        position: relative;
        flex-flow: column;
        padding-top: 7vh;
    }


        .reviews h2 {
            min-width: 60vw;
            max-width: min-content;
            margin-bottom: 0px;
            margin-top: 2vh;
            margin-inline-start: 5vw;
            display: flex;
            position: relative;
            color: var(--dark-grey);
            font-size: clamp(8vh, 7vw, 7vw);
            font-weight: 600;
        }

        .reviews h3 {
            max-width: 66vw;
            max-height: 33vh;
            min-width: 35vw;
            margin-top: 0px;
            margin-bottom: 1vh;
            margin-inline-start: 7vw;
            display: flex;
            position: relative;
            color: var(--faded-black);
            font-size: clamp(5vh, 4vw, 4vw);
            font-weight: 300;
        }

        .reviews h4 {
            max-width: 66vw;
            max-height: 33vh;
            min-width: 35vw;
            margin-top: 0px;
            margin-bottom: 1vh;
            display: flex;
            position: relative;
            color: var(--faded-black);
            font-size: clamp(4vh, 6vw, 2vw);
            font-weight: 200;
        }

        .reviews br {
            font-weight: 300;
            font-size: clamp(5vh, 7vw, 3vw);
        }

        .reviews p {
            padding: 3vw;
            padding-top: 2vh;
            padding-bottom: 1vh;
            line-height: 6vh;
            font-size: clamp(3vh, 2vw, 2vw);
            font-weight: 200;
            text-align: center;
        }

        .reviews a{

            margin: 2vw;
            border: none;
            border-radius: 15px;
        }

        .reviews .text {
            flex-flow: column;
            max-width: 50vw;
            min-width: 50vw;
           
            margin: 0px;
        }

            .reviews .text a img {
                max-height: 5vh;
                min-height: 5vh;
                border-radius: 0px;
                border: none;
                max-width: 15vw;
                flex-flow: row wrap;
                display: flex;
                align-content: flex-end;
            }

            .reviews .cta {
                align-self: flex-end;
                position: absolute;
                max-width: 10vw;
                max-height: 10vw;
                justify-content: center;
                display: flex;
                background: var(--white);
            }

            .reviews .cta img {

                max-width: 28vw;
                min-width: 28vw;
                max-height: 100%;
                min-height: 100%;
                position: relative;
                object-fit: cover;
                border: none;
            }

            .reviews a:hover {

                border: solid var(--light-red);

            }


        .featured-review {
            flex-flow: column;
            justify-content: flex-start;
        }

            .featured-review p{

                text-align: start;

            }

            .featured-review img {

                max-height: 5vh;
                min-height: 5vh;
                align-self: center;
            }

    section .contact {
        min-height: 50vh;
        min-width: 80vw;
        max-width: 80vw;
        z-index: -3;
        position: relative;
        flex-flow: column;
        
    }



        .contact h2 {
            min-width: 36vw;
            max-width: min-content;
            margin: 0px;
            
            display: flex;
            position: relative;
            color: var(--maroon);
            font-size: clamp(8vh, 7vw, 7vw);
            font-weight: 600;
        }

        .contact h3 {

            max-width: 66vw;
            max-height: 33vh;
            min-width: 35vw;
            margin-bottom: 5vw;
            display: flex;
            position: relative;
            color: var(--blue-green);
            font-size: clamp(5vh, 7vw, 3vw);
            font-weight: 100;
        }

        .contact .cta {

            color: var(--faded-black);
            position: relative;
            background-color: var(--yellow);

        }

footer {
    background: var(--maroon);
    background-image: url('~/img/steers.png');
    background-size: cover; /* This ensures that the background covers the entire footer */
    background-repeat: no-repeat;
    align-items:center;
    font-weight: 300;
    color: var(--white);
    display: flex;
    flex-flow: column;
}

    footer input[type=text], select {

        font-size: clamp(2vh, 3vw, 1.5vw);
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    footer div {

        justify-content: space-evenly;
        align-items: center;
        padding-inline: 2vw;

    }

        .foot-contacts {

            justify-content: space-evenly;
            display: flex;
            flex-flow: column;
            min-height: 20vh;
            max-height: contain;
            list-style: none;
            padding: 0;
            max-width: 27vw;
            min-width: 15vw;
        }

            .foot-contacts li {

                margin-block-end: 0.5vh;
            }

            .foot-contacts a{

                color: var(--white);
            }

        .foot-sections {

            align-items:flex-start;
            text-align: start;
            justify-content: space-evenly;
            display: flex;
            flex-flow: column;
            min-height: 20vh;
            max-height: contain;
            list-style: none;
            padding: 0;
            min-width: 15vw;
            max-width: 12vw;
        }

            .foot-sections ul {

                list-style-type: none;
                padding-inline-start: 2vw;

            }

            .foot-sections li {

                color: var(--white);
                margin-block-end: 0.5vw;

            }

            .foot-sections a{

                color: var(--white);
            }

        .foot-newsletter {
            min-width: 15vw;
            max-width: 20vw;
            margin-inline: 0;
        }

            .foot-newsletter .cta {
                background-color: var(--dark-grey);
                color: var(--white);
                max-width: 65%;
                min-width: 65%;
                font-weight: 400;
                min-height: 5vh;
                max-height: 5vh;
            }

        .foot-about{

            flex-flow: column;
            min-width: 20vw;
            max-width: 25vw;
            padding-top: 3vh;

        }

            .foot-about h4 {

                margin-bottom: 0;
                min-width: contain;
            }

            .foot-about p {

                line-height: 1.2em;

            }

.about-page {

    flex-flow: column;
    padding-top: 5vh;
    align-items: center;
    min-height: 66vh;
    max-height: 100%;
}

    .about-page div {

        flex-flow: column;
        min-width: 90vw;
        max-width: 90vw;
        margin-inline: 5vw;
        padding-inline: 5vw;
        align-items: center;

    }

        .about-page div h1 {

            font-weight: 600;
            font-size: clamp(9vh, 6vw, 6vw);
            max-width: 85vw;
            padding-inline-start: 2vw;
            color: var(--maroon);
            align-self: flex-start;
            text-align: center;
               
        }

        .about-page div h2 {
            font-weight: 300;
            font-size: clamp(6vh, 4vw, 4vw);
            max-width: 85vw;
            padding-inline-start: 3vw;
            align-self: center;
            text-align: center;
        }

        .about-page div h3 {
            font-weight: 300;
            font-size: clamp(5vh, 7vw, 4vw);
            max-width: 85vw;
            padding-inline-start: 3vw;
            align-self: center;
            text-align: center;
        }

        .about-page div p {

            font-weight: 100;
            text-indent: 2vw;
            max-width: 80vw;
            min-width: 80vw;
            font-size: clamp(3vh, 2vw, 2vw);
            line-height: 2em;
            text-indent: 3vw;
            text-align: center;
        }

        .about-page div img {

            object-fit: cover;
            min-width: 85vw;
            max-width: 85vw;
            min-height: 50vh;
            max-height: 70vh;
            margin-block: 5vw;

        }

        .about-page cta {


        }

    /*.menu {
        flex-flow: column;
        padding-top: 5vh;
        align-items: center;
        min-height: 66vh;
        max-height: 100%;
    }

        .beef-butcher {

            object-fit: cover;*/
            /* aspect-ratio: auto; */
            /*max-width: 40vw;
            max-height: 12vw;
            min-height: 31vw;
            position: absolute;
            min-width: 40vw;

        }*/


.menu {
    flex-flow: column;
    
    align-items: center;
    max-height: 100%;
    position: relative; /* Add relative positioning */
}

    .mtslct {
        font-size: clamp(3vh, 3vw, 3vw);
        min-width: 90vw;
        justify-content: space-evenly;
        margin-bottom: 5vw;
        font-weight: 300;
    }

        .mtslct label {

            cursor: pointer;
            border: solid;
            border-radius: 15px;
            padding: 1vw;
        }
  

    .menu-background {
        position: relative;
        min-width: 80vw;
        max-width: 80vw; /* Adjust as needed */
        max-height: 100%;
    }

    .menu .hero {
        max-height: 55vh;
        min-height: 55vh;
        min-width: 90vw;
        object-fit: cover;
        margin-bottom: 2vh;
    }


    .menu h1 {

        font-weight: 600;
        font-size: clamp(9vh, 6vw, 6vw);
        margin-bottom: 3vw;
        color: var(--maroon);
        align-self: center;
        text-align: center;
    }

    .menu h2 {

        font-size: clamp(6vh, 4vw, 4vw);
        font-weight: 300;
        text-align: center;
        margin-top: 0;
    }

    .menu h3 {

        margin-bottom: 5vw;
        font-weight: 100;
        max-width: 80vw;
        font-size: clamp(3vh, 4vw, 2.25vw);
        text-align: center;

    }

    

    .chalk-board {

        position: absolute;
        width: 100%;
        min-height:100%;
        max-height: 100%;

    }

    .menu-content {
        position: relative;
        min-width: 80vw;
        max-width: 80vw;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 5vh;
    }

        .menu-content button {

            border-radius: 10px;
            background-color: var(--white);
            /* padding-block: 1vw; */
            font-size: clamp(2vh, 2vw, 1.25vw);
        }

        .menu-content .modal-content{

            margin-top: 14vh;
        }

    .quantity-input {
        border-radius: 10px;
        min-height: 3vh;
        max-height: 3vh;
        background-color: var(--white);
    }

    .beef-butcher {

        object-fit: cover;
        max-width: 40vw;
        max-height: 12vw;
        min-height: 31vw;
        min-width: 40vw;
        align-self: center;
    }

    .beef-menu{

        flex-flow: column;

    }

    .pork-menu {

        flex-flow: column;

    }

    .product-item {

        display: flex;
        flex-flow: column;
        align-items: flex-start;
        max-width: 70vw;
        min-width: 70vw;
    }

        .product-item div:nth-child(1) {
            margin-block: 0;
        }

        .product-item div:nth-child(2) {
            margin-bottom: 3vw;
        }
       
        .product-item input {

            max-width: 3vw;
            justify-content: center;
            align-items: center;
            display: flex;
            max-height: 2vh;
            align-self: center;
            margin: 1vw;
        }

        .product-item h4 {
            margin-right: 10px;
            font-size: clamp(3vh, 4vw, 2.25vw);
            font-weight: 400;
            color: var(--white);
            min-width: fit-content;
            
        }


        .product-item h5 {
            font-size: clamp(3vh, 3vw, 2vw);
            font-weight: 100;
            color: var(--white);
            margin: 0;
            margin-inline-start: 1vw;
        }

        .product-item .dots {
            flex-grow: 1;
            border-bottom: 1px dotted var(--white); /* Creates the dotted line */
            height: 1px;
            position: relative;
            top: 1vh;
            
            max-width: 100%;
            align-self: center;
            margin-inline: 1vw;
        }

        .product-item p {
            margin-left: 10px; /* Adjust as needed */
            color: var(--white);
            font-size: clamp(3vh, 3vw, 2vw);
            font-weight: 300;
            margin: 0;
            align-self: center;
            margin-top: 1px;
       
        }

        .product-item button {
            position: relative;
            align-self: center;
            min-width: fit-content;
            min-height: 5vh;
        }

    .review-section{

        flex-flow: column;
        align-items: center;
        margin-top: 5vw;
    }

        .review-section .review{

            flex-flow: column;

        }

        .review-section p {

            font-style: italic;
            font-weight: 100;
            margin-top: 0;
            text-align: center;
            max-width: 80vw;
        }

        .review-section h1 {

            max-width: 85vw;
            font-size: clamp(8vh, 6vw, 6vw);
            font-weight: 600;
            text-align: center;
            margin-top: 0;
            color: var(--maroon);
        }

        .review-section h2 {

            max-width: 85vw;
            font-size: clamp(6vh, 4vw, 4vw);
            font-weight: 300;
            text-align: center;
            margin-top: 0;
            margin-bottom: 7vw;
        }

        .review-section h3 {
            font-size: clamp(5vh, 3.5vw, 3.5vw);
            font-weight: 300;
            text-align: center;
            max-width: 85vw;
        }

        .review-section img {

            max-height: 4vh;
            min-height: 4vh;
            border-radius: 0px;
            border: none;
            flex-flow: row wrap;
            display: flex;
            align-content: flex-end;
            padding-inline-start: 2vw;
            top: 0.15vh;
            position: relative;
        }



.contact-page{

    flex-flow: column;
    align-items: center;
    max-height: 100%;
    position: relative; /* Add relative positioning */

}

    .contact-page img{

        min-width: 90vw;
        max-width: 90vw;
        min-height: 55vh;
        max-height: 55vh;
        border-radius: 50px;
        z-index: -1;
        object-fit: cover;

    }

    .contact-page h1 {

        position: relative;
        top: 10vh;
        font-size: clamp(9vh, 8vw, 7vw);
        font-weight: 600;
        color: var(--maroon);
        margin-top: 0;
    }

    .contact-page h2 {

        font-size: clamp(5vh, 7vw, 3vw);
        color: var(--faded-black);
        text-align: center;
        max-width: 80vw;
    }

    .contact-page h3 {
       font-family: 'Playfair Display';
    }

    .contact-page form {
        font-size:clamp(3vh, 3vw, 1.5vw);
        min-width: 45vw;
        max-width: 45vw;
        margin-top: 5vh;
        align-self: flex-start;
    }

/*        .contact-page form input{

            min-width: 28vw;
            max-width: 28vw;
        }*/

        .contact-page input {
            font-family: 'Merriweather', serif;
            font-size: clamp(1.5vh, 1.5vw, 1.5vw);
            min-height: 8vh;
            max-height: 8vh;
            max-width: 100%;
            min-width: 96%;
            border-radius: 15px;
            margin-top: 2vh;
            padding-inline-start: 1vw;
            border: solid;
        }

        .contact-form{

            max-width: 80vw;

        }

        .contact-page form div{

            min-width: 100%;
            max-width: 100%;
            min-height: 20vh;
           
        }

        .contact-page form textarea {
            min-width: 96%;
            max-width: 96%;
            min-height: 20vh;
            max-height: 20vh;
            font-family: 'Merriweather', serif;
            font-size: clamp(1.5vh, 1.5vw, 1.5vw);
            border-radius: 15px;
            padding-inline-start: 1vw;
            padding-block-start: 2vh;
            margin-top: 2vh;
            border: solid;
        }

        .contact-page address {
            font-family: 'Merriweather', serif;
        }


        .contact-page button {
/*            min-width: 25vw;
            max-width: 25vw;
            min-height: 7vh;
            max-height: 7vh;*/
            margin-top: 2vh;
            margin-inline: 10vw;
            background-color: var(--yellow);
        }

        

.mbl-banner{

    display: none;
}

.mbl-menu{

    display: none; 

}

@media only screen and (max-width: 768px) {

    section{

        max-height: none;

    }

    footer {

        min-height: 30vh;
        padding-bottom: 3vh;

    }

    .ft-box {
        flex-flow: row wrap;
    }

        .ft-box div {

            min-width: 100%;
            max-height: 100%;
            justify-content: space-evenly;
            min-height: 13vh;
        }

        .ft-box ul {

            min-width: 100%;

        }

    .foot-about {
        max-width: 90vw;
    }

    .foot-newsletter {
        min-width: 23vw;
        max-width: 33vw;
        margin-inline: 0;
    }
}





@media only screen and (max-width: 900px) {


    .cta {
        min-width: 19vh;
        min-height: 6vh;
    }


}



.beef-menu, .pork-menu {
    display: none;
}

/* Default display state */
.beef-menu {
    display: flex; /* Shows the beef menu by default */
}

/* Toggle state: When Beef button is checked */
#BfBtn:checked ~ .menu-content .beef-menu {
    display: flex;
}

#BfBtn:checked ~ .menu-content .pork-menu {
    display: none;
}

/* Toggle state: When Pork button is checked */
#PrkBtn:checked ~ .menu-content .beef-menu {
    display: none;
}

#PrkBtn:checked ~ .menu-content .pork-menu {
    display: flex;
}

/* Modal styling */
.modal {

    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {

    position: absolute;
    min-height: 50vh;
    max-height: 75vh;
    overflow: auto;
    flex-flow: column;
    background-color: var(--white);
    margin: 15% auto;
    padding: 20px;
    border: 1px solid var(--faded-black);
    width: 60%;
    color: var(--faded-black);
    border-radius: 15px;
    right: 7vw;
}

    .modal-content input, .modal-content textarea {
        background-color: var(--white);
    }
    .modal-content h2{

        margin: 2vw;

    }

    .modal-content h4 {

        margin-right: 10px;
        font-size: clamp(5vh, 4vw, 4vw);
        font-weight: 500;
        color: var(--faded-black);
        min-width: fit-content;
        text-align: center;
        margin-block: 2vh;
    
    }

    .modal-content h5 {

        font-size: clamp(4vh, 3vw, 3vw);
        font-weight: 300;
        color: var(--faded-black);
        margin: 1vw;
    }

    .modal-content p {

        font-size: clamp(3vh, 3vw, 2vw);
        font-weight: 100;
        color: var(--faded-black);
        margin: 1vw;
        margin-inline-start: 2vw;
        text-indent: 2vw;
        margin-bottom: 3vh;
    }

    .modal-content span {

        position: relative;
        justify-content: flex-end;
        display: flex;
        width: 60%;
    }

    .modal-content blockquote {

        font-style: italic;
        margin-inline: 0;
        font-size: clamp(3vh, 3vw, 2vw);
        min-width: 80%;
        font-weight: 300;
        align-self: center;
    }

.close {

    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    min-width: 100%;
}

    .close:hover,
    .close:focus {

        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.cart-icon-container {
    position: absolute;
    display: flex;
    cursor: pointer;
    min-height: 5vh;
    max-height: 5vh;
    min-width: 40px;
    max-width: 40px;
    top: 4vw;
    right: 2vw;
    background-color: var(--white);
    border-radius: 50px;
}

#cartIcon {

    max-height: 100%;
    min-height: 100%;

}

#cartItems{


}


#cartItemCount {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--maroon);
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 0.8em;
    font-family: 'Merriweather', serif;
}


/* Dropdown Shopping Cart */
.shopping-cart-dropdown {
    display: none;
    position: absolute;
    right: 20px;
    min-width: fit-content; /* Adjust width as needed */
    background-color: var(--off-white);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    flex-flow: column;
    top: 5vh;
    border-radius: 15px;
    border: solid var(--navy-blue);
    padding: 2vw;
}

    .shopping-cart-dropdown ul {

        overflow: auto;
        max-height: 30vh;
        justify-content: flex-start;
        flex-flow: column;
        align-items: start;
        min-width: 300px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .shopping-cart-dropdown li {

        padding: 10px;
        border-bottom: 1px solid #ddd;

    }

    .shopping-cart-dropdown p {

        font-size: clamp(3vh, 3vw, 1.5vw);
        /* text-indent: 1vw; */
        justify-content: flex-end;
        display: flex;
        padding-inline-end: 3vw;

    }

    #orderFormModal .modal-content {

        background-color: var(--off-white);
        margin-top: 0vh;
        display: flex;
        align-items: center;
    }

/*        #orderFormModal img {

            margin-top: 0vh;
            max-width: 14vw;
            min-width: 14vw;
            min-height: 100%;
            max-height: 10vh;
            z-index: 2;
            overflow: hidden;
            position: relative;
            border: none;
            border-radius: 15px;
            border: solid var(--maroon);
        }*/

    

#checkoutButton {

    background-color: var(--navy-blue);
    color: var(--white);
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 10px;
    cursor: pointer;

}




#orderForm {
    font-size: clamp(6vh, 4vw, 4vw);
    background-color: var(--off-white);
    align-items: center;
    display: flex;
    flex-flow: column;
    padding-bottom: 5vh;
}

     .close{

        min-width: 100%;

    }

    #orderForm h2 {
        margin: 0vw;
        font-size: clamp(7vh, 5vw, 5vw);
    }

    #orderForm p {
        margin-block: 2vh;
    }

    #orderForm input {
        font-size: clamp(2.5vh, 1.5vw, 1.5vw);
        min-height: 6vh;
        max-height: 6vh;
        max-width: 26%;
        min-width: 24%;
        border-radius: 15px;
        border: solid var(--faded-black);
        margin: 0;
        margin-top: 2vh;
        margin-bottom: 0;
        padding-inline: 1vh;
    }

    #orderForm textarea {
        font-size: clamp(2.5vh, 1.5vw, 1.5vw);
        min-height: 12vh;
        max-height: 12vh;
        max-width: 93%;
        min-width: 93%;
        border-radius: 15px;
        margin: 2vh;
        margin-bottom: 0;
        border: solid var(--faded-black);
        padding-inline: 1vh;
    }

    #orderForm img {
        margin-top: 0vh;
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        max-height: 15vh;
        z-index: 2;
        overflow: hidden;
        position: relative;
        border: none;
        border-radius: 15px;
        border: none;
        align-items: center;
    }

.add-to-cart {
    position: relative;
    align-self: center;
}

.remove-item {

    border-radius: 10px;
    margin-inline-start: 1vh
}

@media only screen and (max-width: 768px) {

    header {
        min-height: 12vh;
        max-height: 12vh;
        align-items: center;
    }

    section {
        margin-top: 10vh;
    }

    .cta {
        min-width: 19vh;
        min-height: 6vh;
    }

    .headline {
        display: none;
    }

    .banner {
        min-width: 100vw;
        min-height: 12vh;
        max-height: 12vh;
        align-items: center;
    }

        .banner img {
            display: none;
        }

        .banner ul {
            font-size: clamp(1.75vh, 3vw, 1.5vw);
            max-width: 100vw;
            min-width: 100vw;
            line-height: 5vh;
        }

            .banner ul li {
                padding-inline: 1vh;
            }

    .landing h1 {
        text-align: start;
        white-space: normal;
        min-width: 90vw;
        max-width: 90vw;
    }

    section #About {
        margin-top: 1vh;
    }

    .about {
        min-width: 90vw;
        max-width: 90vw;
    }

        .about .text {
            max-width: none;
        }

    about .text > * {
        margin-bottom: 12vh;
    }

    .about h2 {
        min-width: 90vw;
        max-width: 90vw;
    }

    .about h3 {
        max-width: 80vw;
    }


    .reviews .text {
        max-width: none;
    }

        .reviews .text img {
            max-width: none;
        }

    .txt2 {
        display: none;
    }

    .product h2 {
        text-align: left;
    }

    .cart-icon-container {
        top: 13vh;
    }

    .shopping-cart-dropdown p {

        font-size: clamp(2.5vh, 3vw, 1.5vw);
        
    }

    .product-item div:nth-child(1) {
        margin-block: 3vw;
    }

    .product-item div:nth-child(2) {
        margin-bottom: 3vh
    }

    .contact-form{

        flex-flow: column;
    }

    .contact-page form{

        min-width: 80vw;
        max-width: 80vw;

    }

    .contact-page form textarea{

        max-width: 100%;
        min-width: 100%;
    }

    .modal-content{

        width: 80%;

    }

    #orderForm input{

        min-width: 83%;
        max-width: 83%;
    }

    #orderForm textarea {

        max-width: 84%;
        min-width: 84%;

    }
}