* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 4rem;
    background-color: rgba(255,255,0,1.00);
    padding-left: 100%;
    box-sizing: content-box;
    color: hsla(0,0%,5%,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-weight: 700;
    z-index: 100;
}
.ticker-wrap .ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    color: hsla(0,0%,0%,1.00);
}
.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    color: hsla(0,0%,0%,1.00);
    z-index: 100;
}

h1, h2, p {
  padding: 0 5%;
}
.food1 {
    width: 1604px;
    margin-top: 42px;
    height: 229px;
    margin-left: -384px;
}
.aboutustext {
    width: 596px;
    line-height: 25px;
    font-size: large;
    color: hsla(0,0%,100%,1.00);
    margin-top: 525px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.openingtimestext {
    width: 800px;
    line-height: 25px;
    font-size: 35px;
    color: hsla(0,0%,100%,1.00);
    margin-top: 525px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.contacttext {
    width: 640px;
    line-height: 36px;
    font-size: 24px;
    color: hsla(0,0%,100%,1.00);
    margin-top: 505px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.text-yellow {
    color: rgba(255,255,2,1.00);
}
.banner {
    background-color: rgba(255,0,4,1.00);
    padding-top: 9px;
    padding-bottom: 15px;
    padding-right: 11px;
    border-radius: 20px;
    padding-left: 12px;
}
.allmenu {
}
