
#header{
    min-height: 40px;
    background-color:black;
	color:white;
	font-family: Arial; font-size: 0.3cm
	/*background-color:moccasin;*/
}
#menu{
    min-height: 40px;
    background-color:cornsilk;
	font-family: Arial; font-size: 0.3cm
}

#body{
    min-height: 400px;
    margin-top: 3%;
    background-color: black; /*#efefef*/
	font-family: Arial; font-size: 0.3cm 
}

#footer {
    min-height: 30px;
    margin-top: 3%;
    background-color: antiquewhite;
}

#header, #menu, #body, #footer {
    margin-left: 5%;
    margin-right: 5%;
    box-shadow: 3px 5px 7px #666666;
    border: 1px solid black;
}


@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}
@media screen and (max-width:600px) {
    body a{
        margin: 0;
        padding: 0;
        font-size: 10px;
        font-weight: bold;
    }
    /* css responsive sub-menu vertical */
    #sub_menu{
        min-height: initial;
        min-height: auto;
        font-size: 10px;

    }
}


/* CSS responsive menu horizontal */
.menu_ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    overflow: hidden;
}

.menu_li {
    float: left;
    padding-left: 5px;
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
}

a {
    color: black;
    text-decoration: none;
	background-color: white;
}

/*
a:Hover {
    color: Red;
    background-color: Yellow;
    text-decoration: none; /* removes the underscore */
/*}*/

.image_left{
    width: 60%;
    float: left;
    margin-right: 2%;
}

.image_right {
    width: 60%;
    float: right;
    margin-left: 2%;
}

.PricesTable
{
	text-align: left;
	border: thin solid black;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	background-color: #e8eef2;
	color: #000000;
	font-size: medium;
	caption-side: top;
}

.CMenu
{
	text-align: left;
	border: thin solid black;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	background-color: black;
	color: white;
	font-size: medium;
	caption-side: top;
}

.GrubHub
{
	text-align: left;
	border: thin solid black;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	background-color: black;
	color: red;
	font-size: medium;
	caption-side: top;
}

.CMenuIng
{
	text-align: left;
	border: thin solid white;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	background-color: black;
	color: white;
	font-size: medium;
	caption-side: top;
}

.ListTable
{
	text-align: left;
	border: thin solid black;
	padding: 5px 2px 2px 5px;
	font-weight: bold;
	text-decoration: none;
	line-height: 0.9em;
	background-color: #e8eef2;
	color: #000000;
	font-size: medium;
	caption-side: top;
}

.Coupons
{
	text-align: Center;
	border: medium dashed black;
	padding: 1px 1px 1px 1px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3m;
	background-color: #E9E9E9;
	color: #000000;
	font-size: small;
	caption-side: top;
	position: relative;
	table-layout: auto;
}




.clear {
	clear:both
}


/* ==================================================================================== */
@media only screen and (max-width: 768px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .row {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .column, .columns {
        width: auto !important;
        float: none;
    }

        .column:last-child, .columns:last-child {
            float: none;
        }

    [class*="column"] + [class*="column"]:last-child {
        float: none;
    }

    .column:before, .columns:before, .column:after, .columns:after {
        content: "";
        display: table;
    }

    .column:after, .columns:after {
        clear: both;
    }

    .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten {
        margin-left: 0 !important;
    }

    .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
        left: auto;
    }

    .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
        right: auto;
    }

    /* Mobile 4-column Grid */
    .row .mobile-one {
        width: 25% !important;
        float: left;
        padding: 0 7px;
    }

        .row .mobile-one:last-child {
            float: right;
        }

    .row.collapse .mobile-one {
        padding: 0;
    }

    .row .mobile-two {
        width: 50% !important;
        float: left;
        padding: 0 15px;
    }

        .row .mobile-two:last-child {
            float: right;
        }

    .row.collapse .mobile-two {
        padding: 0;
    }

    .row .mobile-three {
        width: 75% !important;
        float: left;
        padding: 0 7px;
    }

        .row .mobile-three:last-child {
            float: right;
        }

    .row.collapse .mobile-three {
        padding: 0;
    }

    .row .mobile-four {
        width: 100% !important;
        float: left;
        padding: 0 7px;
    }

        .row .mobile-four:last-child {
            float: right;
        }

    .row.collapse .mobile-four {
        padding: 0;
    }

    .push-one-mobile {
        left: 25%;
    }

    .pull-one-mobile {
        right: 25%;
    }

    .push-two-mobile {
        left: 50%;
    }

    .pull-two-mobile {
        right: 50%;
    }

    .push-three-mobile {
        left: 75%;
    }

    .pull-three-mobile {
        right: 75%;
    }
}

