html body{
    height: 100%;
    width: 100%;
}
a {
    text-decoration: none;
    color: white;
}
body{
    font: 15px/1.5 "Sanchez", sans-serif;
    font: bold;
    padding: 0;
    margin: 0;
    background-color: #2f789b!important;
}
img.update {
    width: 100%;
    box-shadow: 1px 0px 6px 6px #e3e319;
}
.container-img23 {
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}

.imag-center {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 6em;
    font-weight: bolder;
    color: white;
    text-shadow: 0 0 7px black;
}

.imag-center{
    animation: zoomin 1s linear 1;
    animation-delay: 3s;
    visibility: hidden;
    animation-fill-mode: forwards;
}

@keyframes zoomin{
    0%{
        transform: scale(0.5);
        visibility: visible;
    }
    100%{
        transform: scale(1);
        visibility: visible;
    }
}
.w3-image {
    width: 49%;
    filter: blur(1px);
}

/*--
@keyframes zoomin{
    0%{
        transform: translateX(-100px);
        visibility: visible;
    }
    100%{
        transform: translateX(0);
        visibility: visible;
    }
}--*/
/*----------------Floatingbutton-----------*/
span.material-icons {
    position: fixed;
    bottom: 10px;
    width: 53px;
    height: 54px;
    font-size: 2em;
    text-decoration: none;
    right: 10px;
    display: flex;
    background-color: #ffe931;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    color: #2f789b;
    box-shadow: 0 0 10px 4px white;
}
/*-----------TOP NAVIGATION BAR------------*/
.w3-top {
    top: 0;
}

.w3-top, .w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1;
    border-bottom: #ffffff 5px solid;
}
.w3-white, .w3-hover-white:hover {
    color: #000!important;
    background-color: #2f789b!important;
}

.w3-padding {
    padding: 8px 16px!important;
}
.w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.w3-bar {
    width: 100%;
    overflow: hidden;
}
img.img-logo {
    width: 25%;
    float: left;
}
.nav-li {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*top nav*/
/*--
header {
    background: #35424a;
    width: 100%;
    color: #ffffff;
    padding-top: 0;
    min-height: 70px;
    border-bottom: #43c208 3px solid;
    border-top: #f0ec17 3px solid;
    text-shadow: 0px 1px 5px #784423;
}
*/
header a {
    color: #43604b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 51px;
}

header ul{
    margin: 0px;
    padding: 0px;
    text-align: right;
}
header ul{
    animation: moveleft 1s linear 1;
    animation-delay: 2s;
    visibility: hidden;
    animation-fill-mode: forwards;
}

@keyframes moveleft{
    0%{
        transform: translateX(100px);
        visibility: visible;
    }
    100%{
        transform: translateX(0);
        visibility: visible;
    }
}

header li{
   display:inline;
   padding: 0 30px 0 30px;
   margin: 0;
}

header nav{
    float: right;
    margin-top: 50px;
}
/*
header .current a {
    color: #ffffff;
    font-weight: bold;
}*/

header a:hover {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 2px #284936;
}
.main #logo img{
    float: none;
     margin: 0;
    padding-top: 20px;
    width: 300px;
    height: auto;
}
#logo{
    animation: movedown 1s linear 1;
    animation-delay: 1s;
    visibility: hidden;
    animation-fill-mode: forwards;
}
@keyframes movedown{
    0%{
        transform: translateY(-100px);
        visibility: visible;
    }
    100%{
        transform: translateY(0);
        visibility: visible;
    }
}
/*-----------subscribe style-------*/
button.opt-btn {
    border-radius: 10px;
    margin: 20px;
    padding: 7px;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    background: white;
}
p.sub-title {
    font-size: 3em;
    color: white;
}
/*-------------------------header,navigation,body and logo--------*/
#boxes {
    text-align: center;
}
.button {
    /* position: absolute; */
    /* top: 85%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    /* font: 2em sans-serif; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-bottom: -51px;
}
/*---
#title {
    min-height: 401px;
    background: url(images/cover.PNG) no-repeat;
    margin-top: -18px;
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 22px;
}
--*/
.container1 {
    background-color: yellow;
    height: 241px;
    display: flex;
    justify-content: center;
    align-items: center;
}
img.Do-img {
    width: 20%;
}
.b-t1 {
    font-size: 2em;
    font-weight: bolder;
    color: red;
}
/*--------doordashup-----*/
#title img{
    display: block;
}
.text {
    background: #2f789b;
    width: 100%;
    color: #ffffff;
    padding-top: 29px;
    min-height: 70px;
    font-size: 2em;
    border-bottom: #ffffff 7px solid;
    border-top: #ffffff 14px solid;
    text-shadow: 0px 1px 10px #000000;
    margin: 0;
}
section h1 a{
    color: #f7f5f5;
    background: #36424a;
    border-radius: 50px;
    display: block;
    border-bottom:solid 2px #ffe4e4;
    border-top: solid 2px #4cc04B; 
    padding: 24px;
    margin: 3px;
    margin-top: 130px;
    text-align: center;
    font-size: 2em;
    text-decoration: none;
    box-shadow: -4px -2px 9px 0px #1e9fbc;
}
section h1 a:hover{
    color: #f8e329;
    font-weight: bold;
    transition: .1s;
}
.btn {
    color: #00a959;
    text-shadow: -2px -4px 3px #0a0a0a;
    font-size: 3em;
    font-weight: bold;
}
.btn{    
border-top: 5px solid #fff20e;
    border-bottom: 5px solid #43b611;
    border-left: 5px solid #fff20e;
    border-right: 5px solid #43b611;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 3px;
    margin-top: 31px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    background: #36424a;
}
.btn:hover{
    color: #f8e329;
    font-weight: bold;
    transition: .1s; 

}
div#sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.question {
    /* position: absolute; */
    /* top: 85%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    /* font: 2em sans-serif; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
    margin-top: 47px;
    margin-bottom: -32px;
    color: #f0ec17;
    text-shadow: -2px 3px 3px black;
}
.slider.slider{
    width: 100%;
    height: 400px;
    border-radius: 45px;
    background: url(images/hawi.jpg);
    margin: 63px auto;
    animation: slide 20s infinite;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 1px 20px 9px #35424a;
}
.styled-hr {
    width: 100%;
    height: 1px;
    background: rgba(12, 12, 12, 0.48);
    display: block;
    margin: 41px auto;
}

.slide-title {
    font-size: 2em;
    text-align: center;
    color: #f30202;
    /* text-decoration: underline; */
    text-shadow: -3px 3px black;
}
@keyframes slide{
    25%{
        background: url(images/GardenSalad.JPG); 
        background-size: cover;  
    }
    50%{
        background: url(images/ShrimpAlfredo.JPG);
        background-size: cover;   
    }
    75%{
        background: url(images/title.jpg); 
        background-size: cover;
    }
    100%{
        background: url(images/p51.png); 
        background-size: cover; 
    }
}
section.show1 {
    text-align: center;
}
.show1-heading {
    text-align: center;
    font-size: 3em;
    padding: 32px;
    color: #ffffff;

}
.show1-title {
    font-size: 2em;
    text-align: center;
    color: #ffffff;

}
.show1 img {
    width: 81%;
    border-radius: 40px;
    box-shadow: 1px 1px 9px 5px #000000b5;
}

#title-home {
    min-height: 453px;
    width: 100%;
    background: url(images/thanksgiven.JPG) no-repeat;
    margin-top: -49px;
    background-size: cover;
    background-position: center;
    text-align: center;
}

video {
    width: 100%;
    border-radius: 0 0 25px 25px;
}
.video-container {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cover-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-size: 4em;
    padding-top: 41px;
    color: #fdfdfd;
    text-shadow: 0 0 20px black;
    font-style: italic;
}
#pr {
    color: white;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
    font-style: italic;
    text-shadow: 0 0 20px black;
}
.fa-facebook {
    background: #3B5998;
    color: white;
    border-radius: 50px;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
    border-radius: 50px;

  }
  .fa-instagram {
    background: #125688;
    color: white;
    border-radius: 50px;

  }
  .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .fa:hover {
      opacity: 0.8;
  }
  section#home {
    text-align: center;
}
img#home-img {
    width: 46%;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-left: 18px;
    margin-bottom: 34px;
    box-shadow: 0 0 20px 2px black;
}
p#home-title {
    text-align: left;
    font-size: 2em;
    font-weight: bold;
    margin: 10px;
    color: #ff0000e6;
    font-style: italic;
    text-shadow: 0 0 2px #060606ba;
}
h1#heading-home {
    margin: 10PX;
    text-decoration: underline;
    text-align: left;
    font-size: 3em;
    color: #282929e8;
}
p#detail {
    margin: 10px;
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    font-style: italic;
    color: #272424e6;
}
section {
    text-align: center;
}
img#Abm {
    width: 80%;
    box-shadow: 0 0 20px 10px black;
}
h1#Abh {
    font-size: 4em;
    font-weight: bold;
}
p#Abp {
    font-size: 3em;
    font-style: italic;
}
/*---index button---*/
.button-2 {
    background-color: #36424ab8;
    border-radius: 50px;
    padding: 10px 30px;
    position: absolute;
    border-top: 5px solid #b9ba28;
    border-bottom: 5px solid #3c8929;
    border-left: 5px solid #b9ba28;
    border-right: 5px solid #3c8a27;
    box-shadow: inset 0 0 4px 3px #0000009e;
    margin: 0;
}

.button-2{
    animation: movedown 1s linear 1;
    animation-delay: 3s;
    visibility: hidden;
    animation-fill-mode: forwards;
}
@keyframes movedown{
    0%{
        transform: translateY(-100px);
        visibility: visible;
    }
    100%{
        transform: translateY(0);
        visibility: visible;
    }
}
.btn-1 {
    text-decoration: none;
    font-size: 4em;
    font-weight: bold;
    color: #fbfbfb;
    text-shadow: 0 0 13px black;
}
/*----hiring banner css------*/
div#banner-J {
    background: radial-gradient(#ffeb3b, #f44336);
    position: relative;
  }
  
  button.banner-j {
    position: absolute;
    right: 3%;
    bottom: 3%;
  }

  img.img-banner {
    width: 100%;
    margin-top: 14px;
}
button.banner-j {
    position: absolute;
    right: 15%;
    bottom: 20%;
    background: #ff9800;
    color: white;
    font-size: 2em;
    text-shadow: 0 0 13px black;
    padding: 10px;
    border-radius: 15px;
}

/*------pick or deliver-------------*/

.box-d {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    justify-content: center;
}

.pick-up {
    border: #e8e188 2px solid;
    border-radius: 25px;
    margin-right: 10px;
    padding: 10px;
}

.Delivery {
    border: #e8e188 2px solid;
    border-radius: 25px;
    padding: 10px;
}
/*------online button------*/
.banner-online {
    display: flex;
    flex-direction: row;
    padding: 20px;
    justify-content: center;
    font-size: 2em;
    color: white;
    text-shadow: 0 0 5px black;
    background: #2f789b;
    border-bottom: solid 6px #ffffff;
}
.b-svg {
    width: 80%;
    display: inline-block;
    margin: 5px;
}
.b-t {
    font-size: 2em;
    font-weight: bold;
}
.b-bt {
    font-size: 1em;
}
svg#Layer_1 {
    box-shadow: 0px 0px 1px 2px #ffe800;
}
/*------footer---------*/
footer {
    background: #2f789b;
    width: 100%;
    color: #f9f7f2;
    padding-top: 10px;
    min-height: 70px;
    border-top: #ffffff 3px solid;
    border-bottom: #ffffff 3px solid;
    margin-top: 10%;
    text-shadow: 0px 1px 10px #000000;
}
/*----
.container {
    text-align: center;
    background: #36424a;
    border-top:solid 3px #f80606;
    border-radius: 50px;
    margin-top: 54px;
    padding-top: 20px;
    vertical-align: middle;
    box-shadow: -1px 5px 3px 1px #5bbd99;
}
---*/

  footer{
      height: 100%;
  }
footer p{
    margin-top: 30px;
    text-align: center
}

footer li{
   text-align: center;
   display:block;
   padding: 0 20px 0 20px;
   margin: 10px;

}
footer a{
    color:#ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}

footer ul{
    text-align: center;
    padding: 0 20px 0 20px;
}
footer .current1 a{
    color: #c22525;
    font-weight: bold; 
}
footer a:hover{
    color: #f8e329;
    font-weight: bold;
}
/*----modal css------*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
}
button#myBtn {
    font-size: 2em;
    font-weight: bolder;
    color: white;
    text-shadow: 0 0 9px black;
    background: linear-gradient( 350deg, #f0b241, #e8e188);
    border: #35424aba solid;
    border-radius: 50px;
    padding-top: 3px;
    padding-bottom: 5px;
    margin: 5px;
    width: 30%;
    cursor: pointer;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 100%;
}
.close {
    color: #ffffff;
    position: absolute;
    right: 9px;
    top: -20px;
    border-radius: 0px;
    margin: 0px;
    font-size: 3em;
    font-weight: 700;
    cursor: pointer;
}
h2.TitleS {
    color: #ffffff;
    text-shadow: -2px 2px 2px #000000;
    font-weight: bolder;
}
@media(max-width:768px),(max-width:820px){
    header a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 35px;
    }
  }

  @media (max-width: 717px){

  header a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 30px;
  }
}
@media(max-width:586px){
    #boxes, .container .box, #box2{text-align: center}
    header li{
        display: inline;
        padding: 0px 20px 0 0px;
        margin: 0;
        
    }
    header a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px;
    }
    .imag-center {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 2em;
        font-weight: bolder;
        color: white;
        text-shadow: 0 0 7px black;
    }

   .main #logo{text-align: center;}
   section h1 a{
    color: #f7f5f5;
    background: #36424a;
    border-radius: 50px;
    display: block;
    border-bottom:solid 2px #f70404;
    border-top: solid 2px #4cc04B; 
    padding: 24px;
    margin: 3px;
    text-align: center;
    font-size: 21px;
    text-decoration: none;
    box-shadow: -4px -2px 9px 0px #1e9fbc;


   }
   .btn {
    border-top: 5px solid #fff20e;
    border-bottom: 5px solid #43b611;
    border-left: 5px solid #fff20e;
    border-right: 5px solid #43b611;
    padding: 1px 30px;
    display: block;
    border-radius: 30px;
    /* margin-bottom: 3px; */
    /* margin-top: 31px; */
    margin-left: 6px;
    margin-right: 6px;
    text-decoration: none;
    color: #00a959;
    text-shadow: -4px 0px 3px black;
    font-size: 17px;}

p#home-title {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    margin: 10px;
    color: #ff0000e6;
    font-style: italic;
    text-shadow: 0 0 2px #060606ba;
}
h1#heading-home {
    margin: 10PX;
    text-decoration: underline;
    text-align: left;
    font-size: 2em;
    color: #282929e8;
}
p#detail {
    margin: 10px;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    font-style: italic;
    color: #272424e6;
}
img#home-img {
    width: 43%;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    /* margin-left: 2px; */
    margin-bottom: 34px;
    box-shadow: 0 0 20px 2px black;
}
h1#Abh {
    font-size: 2em;
    font-weight: bold;
}
p#Abp {
    font-size: 1em;
    font-style: italic;
}
/*----mobile coverpage for index.html----*/
#title-home {
    min-height: 453px;
    width: 100%;
    background: url(images/Calzone.JPG) no-repeat;
    margin-top: -25px;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.cover-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    font-size: 2em;
    padding-top: 41px;
    color: #fdfdfd;
    text-shadow: 0 0 20px black;
    font-style: italic;
}
.button-2 {
    background-color: #36424ab8;
    border-radius: 50px;
    padding: 5px 25px;
    display: inline-block;
    border-top: 5px solid #b9ba28;
    border-bottom: 5px solid #3c8929;
    border-left: 5px solid #b9ba28;
    border-right: 5px solid #3c8a27;
    box-shadow: inset 0 0 4px 3px #0000009e;
    margin: 15px;
}
.btn-1 {
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: #fbfbfb;
    text-shadow: 0 0 13px black;
}
/*-------subscribe moblie style-----*/
button.opt-btn {
    border-radius: 10px;
    margin: 0px;
    padding: 7px;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    background: white;
}
p.sub-title {
    font-size: 1em;
    color: white;
    display: inline;
}
div#sub {
    margin: 4%;
    text-align: center;
}
.b-t {
    font-size: 1em;
    font-weight: bold;
}
.b-bt {
    font-size: 15px;
}
.b-svg {
    width: 73%;
    display: inline-block;
    margin: 5px;
}
.text {
    width: 100%;
    color: #ffffff;
    padding-top: 29px;
    min-height: 70px;
    font-size: 15px;
    border-top: #ffffff 6px solid;
    text-shadow: 0px 1px 10px #000000;
    margin: 0;
}
/*------hiring banner mobile------------*/
button.banner-j {
    position: absolute;
    right: 9%;
    bottom: 10%;
    background: #ff9800;
    color: white;
    font-size: 15px;
    text-shadow: 0 0 13px black;
    padding: 4px;
    border-radius: 15px;
    font-weight: bolder;
}
/*----Button for subcripton----*/
button#myBtn {
    font-size: 1em;
    font-weight: bolder;
    color: white;
    text-shadow: 0 0 9px black;
    border: #35424aba solid;
    border-radius: 50px;
    padding-top: 3px;
    padding-bottom: 5px;
    margin: 5px;
    width: 30%;
    cursor: pointer;
}

}

@media(max-width:280px){
    header a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
    }
  }
