﻿



/**********************************************************/
/*                                                        */
/* Tags for named divs                                    */
/*                                                        */
/**********************************************************/
nav[role="nav"] {
    grid-area: nav;
    background-color: var(--primary-body-color);
    padding: 0;
    top: 129px;
    z-index: 10;
    position: -webkit-sticky; /* Safari */
    position: sticky;
}



header[role="banner"] {
    grid-area: header;
    background-color: var(--secondary-body-color);
    padding: 15px;
    height: 99px;
    top: 0;
    z-index: 10;
    position: -webkit-sticky; /* Safari */
    position: sticky;
}



foodgallery[role="foodgallery"] {
    grid-area: foodgallery;
    background-color: var(--primary-body-color);
    padding: 0;
    align-self: center;
}

foodgallery2[role="foodgallery2"] {
    grid-area: foodgallery2;
    background-color: var(--primary-body-color);
    padding: 0;
}

promo[role="promo"] {
    grid-area: promo;
    padding: 0;
    background-color: var(--primary-body-color);

}

hero[role="banner"] {
    grid-area: hero;
    padding: 0;
    background-color: var(--primary-body-color);
}

main[role="main"] {
    grid-area: main;
    //background-color: var(--primary-body-color);
    color: var(--primary-dark-stroke);
    font-family: 'Sanchez', serif;
    padding: 0;
}

aside[role="complementary"] {
    grid-area: aside;
    background-color: #efefef;
    background-image: url('images/chalkbaord.jpg');
    background-size: 100% 100%;
    color: var(--primary-light-stroke);
    border-radius: 0px;
    padding: 20px;
    margin: 0;
    border: 0px solid #83350f;
    font-family: 'Caveat';
}

footer[role="footer"] {
    grid-area: footer;
    background-color: var(--primary-body-color);
}

#SignInHeadline {
    color: black;
    font-family: 'Sanchez', serif;
    font-size: 50px;
    align: right;
}


.mini-header {
    background-color: #ffffff;
    color: var(--primary-dark-stroke);
    height: 70px;
    width: 100%;
    padding: 0px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    border-radius: 7px;
}



/**********************************************************/
/*                                                        */
/* Define Grids for Mobil First                           */
/*                                                        */
/**********************************************************/


.banner-promo-container{
    background-color: #b02601;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 28px;
    text-align: center;
    padding: 10px;
}

#extra-panel {
    display: normal;
}


#replace-panel {
    display: normal;
}

.hero-product-outer {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.hero-product-image {
    position: relative;
    overflow: hidden;
   
}
.hero-product-copy-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 500px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.80);
}
.hero-product-headline {
    font-size: 40pt;
    line-height: 40pt;
}
.hero-product-ad-copy {
    padding: 50px;
}
.hero-product-start-order-button {
    margin: 0 auto;
    background-color: #ffffff;
    stroke: #ff0000;
     
}

.pano-image {

    top: -100%;

    bottom: -100%;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

.content-topic-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    top: 0;
    left: 0;
}

.grid,
.subgrid,
.header-subgrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
}
.content-subgrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
    position:  relative;

}

.inner-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
    height: 350px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
}

.inner-grid-item {
    display: none;
    height: min(370px);
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 40px;
    text-align: left;
    right: 0;
    top: 0;
    z-index: 100;
}

.highlite-headline {
    font-size: 30pt;
}


.inner-grid-item-trans {
    background-color: rgba(77, 28, 4, 0.70);
    height: 310px;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 40px;
    text-align: left;
    right: 0;
    top: 0;
    z-index: 100;
}

.content-subgrid-item {
    height: max(350px);
}

.inner-item {
    padding: 0;
    border-radius: 10px;
    height: 200px;
    margin: 10px;
    background-color: #a62408;
}
#inner-one {

    color: var(--primary-light-stroke);

}

#inner-two {
    color: var(--primary-light-stroke);
}

.hero-one {
    position: absolute;
    height: 350px;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    margin: auto;
    width: 100%;
}
.hero-two {
    position: absolute;
    height: 350px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.hero-three {
    position: absolute;
    height: 355px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}
.hero-four {
    position: absolute;
    height: 350px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}
.hero-five {
    position: absolute;
    height: 350px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}
/* this hero is the main marqui photo */
.hero-image {
    bottom: 0;
    right: 0;
    min-width: 100%;
    margin: 0 auto;
    overflow: hidden;

}
/* this hero is used in content*/
.lesser-hero-image-right {
    display: block;
    bottom: 0;
    float: right;
    right: 0;
    height: min(370px);
    margin: 0 auto;
    overflow-y: hidden;
    transition: transform 4s;
}
.lesser-hero-image-left {
    display: block;
    bottom: 0;
    float: left;
    height: min(370px);
    margin: 0 auto;
    overflow-y: hidden;
    transition: transform 4s;
}

.grid {
    grid-template-areas: 'header' 'nav' 'promo' 'main' 'foodgallery' 'foodgallery2' 'hero' 'footer';
    width: 100%;
}

.subgrid {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
    align-items: center;
}

.content-subgrid {
    width: calc(100% + 4rem);
    margin: 0 auto;
    align-items: center;
    height: auto;
}


.header-subgrid {
    width: calc(100% );
    margin: 0 -1rem;
    margin-bottom: 1rem;
    align-items: center;
    padding: 30px;
}

.footer-grid {
    display: grid;
    width: calc(100% + 1rem);
    margin: 0 -1rem;
    align-items: center;
}

.header-grid {
    display: grid;
    width: calc(100% + 1rem);
    margin: 0 -1rem;
    align-items: center;
}








/**********************************************************/
/*                                                        */
/* Define Grids Items for Mobil First                     */
/*                                                        */
/**********************************************************/
.variable-font-size {
    font-size: 22px;
    line-height: normal;
}

.content-topic-grid-item {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.content-topic-grid-item-panel {
    background-color: var(--primary-body-color);
    color: var(--primary-light-stroke);
    margin: 0;
    opacity: 0.9;
    z-index: 9;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40%;
}

.grid-item,
.subgrid-item {
    padding: 0;
    border-radius: 0px;
    height: 100%;
}

.content-subgrid-item {
    padding: 0;
    border-radius: 0px;

    max-height: 350px;
}


.footer-grid-item {
    border-radius: 0px;
    height: 100%;
    line-height: 10px;
}

.sign-in-grid-item {
    border-radius: 0px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}


.header-grid-item {
    border-radius: 0px;
    height: 100%;
}
/**********************************************************/
/*                                                        */
/* Make Changes for Individual Grid Items BY ID           */
/*                                                        */
/**********************************************************/
#footer-subgrid {
    padding: 0px;
    background-color: var(--primary-body-color);
    color: #ffffff;
}

#header-subgrid {
    padding: 0px;
    background-color: var(--secondary-body-color);
    height: 40px;
}


#logo {
    background-color: transparent;
    padding: 0px;
}

#cta {
    background-color: transparent;
    padding: 10px;
    color: var(--primary-light-stroke);
    font-size: 14px;
    text-align: left;
    line-height: normal;
    display: none;
}
.makedark {
    color: var(--primary-dark-stroke);
}
#search-div {
    background-color: transparent;
    padding: 10px;
    color: var(--primary-dark-stroke);
    font-size: 14px;
    text-align: right;
    line-height: normal;
    display: none;
}


.hero-image {
    /*position: absolute;*/
}

.hero-headline {
    position: absolute;
    top: 50%;
    left: 22%;
    font-family: 'BioRhyme', serif;
    font-size: 3vw;
    text-shadow: 3px 3px 3px var(--primary-dark-stroke);
    display: none;
}

.badge {
    width: 70vw;
    left: 39%;
    top: 190px;
    position: absolute;
    display: none;
    z-index: 6;
}



/**********************************************************/
/*                                                        */
/* M E D I A    Q U E R R Y                               */
/* Make Changes for TABLETS                               */
/*                                                        */
/**********************************************************/
@media all and (min-width: 576px) {

    .hero-headline {
        display: none;
    }


    /* these changes will take effect when the viewport is larger than 576px */
    #extra-panel{
        display: normal;
    }

    .header-telephone {
        font-size: 14pt;
    }
    .footer-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .header-subgrid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        margin-bottom: 1rem;
    }

    .header-subgrid-item {
        padding-bottom: 1.25rem;
    }

    .subgrid-item {
        padding-bottom: 0.25rem;
    }
    .content-subgrid-item {
        
    }
    #cta {
        font-size: 14px;
        display: block;
    }

    #search-div {
        display: block;
    }

    .linebreak {
        display: none;
    }

    .variable-font-size {
        font-size: 18px;
        line-height: normal;
    }
}


/**********************************************************/
/*                                                        */
/* M E D I A    Q U E R R Y                               */
/* Make Changes for DESK TOPS                             */
/*                                                        */
/**********************************************************/

@media all and (min-width: 992px) {

    .hero-image{
        width: 1080px;
    }

    .hero-headline {
        display: none;
    }

    .inner-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-auto-rows: minmax(min-content, max-content);
        width: 100%;
    }
    .highlite-headline {
        font-size: 2.5vw;
    }
    .inner-grid-item {
        display: inline-block;
        min-height: 310px;
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 40px;
        text-align: left;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .inner-grid-item-trans {
        background-color: rgba(77, 28, 4, 0.70);
        min-height: 310px;
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 40px;
        text-align: left;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .inner-grid-item-trans-lite {
        background-color: rgba(0, 0, 0, 0.10);
        min-height: 310px;
        padding-left: 75px;
        padding-right: 75px;
        padding-top: 40px;
        text-align: left;
        right: 0;
        top: 0;
        z-index: 100;
    }
    #extra-panel {
        display: normal;
    }
    .banner-promo-container{
        position: absolute;
        z-index: 100;
    }
    .grid {
        grid-template-areas: 'header header header' 'nav nav nav' 'promo promo promo' 'hero hero hero' 'main main main' 'foodgallery foodgallery foodgallery' 'foodgallery2 foodgallery2 foodgallery2' 'footer footer footer';
        /*grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);*/
        grid-template-columns: 1fr 1fr 1fr;
    }

    .header-telephone {
        font-size: 18pt;
    }



    .badge {
        display: inline;
    }

    .hero-headline {
        display: inline;
        z-index: 7;
    }

    #cta {
        display: block;
    }

    #search-div {
        display: block;
    }
}





@media all and (min-width: 1100px) {

    .hero-headline {
        display: none;
    }


    #extra-panel {
        display: normal;
    }

    .sign-in-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 80px) minmax(0, 1fr);
        margin-bottom: 1rem;
        
        display: table;
    }

    #spacer {
        min-height: 150px;
    }
}







    @media all and (min-width: 1400px) {

        #extra-panel {
            display: normal;
        }

        .content-topic-grid-item-panel {
            top: 0;
            left: 0;
            width: 30%;
            height: 100%;
        }

        .subgrid {
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        }

        .content-subgrid {
            grid-template-columns: minmax(0, 1fr);
        }
    }



@media all and (min-width: 1300px) {

    .hero-headline{
        display: block;
    }


}




@media all and (min-width: 1500px) {
    #extra-panel {
            display: none;
        }

        #replace-panel {
            display: normal;
        }
    }








