#food{
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%; 
height: 250px;  
border-radius: 15px; 
margin: 15px;
}

body{
	margin: 0px;
  background-color: black;
}

.widthmaking{
  max-width: 600px; 
  margin: 0 auto;
}

.menu-text-section{
	background-color: white; 
	width: 100%;
	height: 74px; 
	position: fixed; 
  z-index: 500;
	top:0px;  
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2)
}

.rightarrow{
	position: absolute;
	right: 5px; 
	top:3px; 
	z-index: 1000;
}

.whatsappiconinside{
	width:50px; 
	position: absolute; 
	left:-17px; 
	top:-17px; 
	z-index: 11;
}

.call{
	position: absolute; 
	top:0px; 
	left: 0px;
}

.blankspace{
	width: 100%; 
	height: 77px;
}



.food-title{
  font-family: source sans pro; 
  font-weight: 600; 
  margin-left: 20px; 
  font-size: 23px; 
  margin-top: -5px; 
  color: white; 
  margin-right: 20px;
}

.food-ingredients{
  font-family: source sans pro; 
  font-weight: 300; 
  margin-left: 20px; 
  font-size: 18px; 
  margin-top: -20px; 
  color: white; 
  margin-right: 20px;
}

.menu-container{ margin: 20px; }

.price{  
  display: flex; 
  justify-content: flex-end; 
  margin-right: 20px; 
  padding-top: 175px;
}

.row { 
  display: flex; 
  width: 100%;
}

.column{
  width: 100%; 
  margin-bottom: -20px;
}

.price-text{ 
  color: white; 
  background-color: black;  
  border-radius: 20px; 
  text-align: center;
  padding-left: 12px; 
  padding-right:12px; 
  padding-top:4px; 
  padding-bottom:5px; 
  font-family: source sans pro; 
  font-weight: 700; 
  font-size: 20px; 
}


@media only screen and (max-width: 850px) {
  .menu-container{margin: 0px;}
  .row {flex-direction: column;}
  .column{display: box;}
}

















	
	:root {
  --gutter: 20px;
}

.app {
  padding: var(--gutter) 0;
  display: grid;
  grid-gap: var(--gutter) 0;
  grid-template-columns: var(--gutter) 1fr var(--gutter);
  align-content: start;
}

.app > * {
  grid-column: 2 / -2;
}

.app > .full {
  grid-column: 1 / -1;
}

.hs {
  display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-columns: repeat(10, calc(50% - var(--gutter) * 2));
  grid-template-rows: minmax(30px);  
  overflow-x: scroll;
  scroll-snap-type: x proximity;
  padding-bottom: calc(.75 * var(--gutter));
  margin-bottom: calc(-.25 * var(--gutter));
  margin-top: 17px;
}

a{text-decoration: none;}
/* Demo styles */

.bolditem{
color: white;
}

ul {
  list-style: none;
  padding: 0;
}

h1,h2,h3 {
  margin: 0;
}

.app {
  width: 100%;
  overflow-y: scroll;
  position: fixed;
  top:-20px;
}

.hs > li,
.item {
  scroll-snap-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid grey;
  border-radius: 20px;
  font-family: source sans pro;
  font-size: 14px;
  font-weight: 500;
  color: white;
}


.itemactive {
  border:0px; 
  background-color: black; 
  color: white;
  scroll-snap-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-family: source sans pro;
  font-weight: 500;
  font-size: 14px;
}


.pulse{ animation: openonce 1s; }


  .callbutton{ 
    position: fixed; 
    z-index: 1000; 
    bottom: 60px;
    transform: scale(1.2);
  }

@keyframes openonce {
  0%{transform: scale(0);}
  100%{transform: scale(1);}
}

.waexit{
	width: 27px; 
	padding: 15px; 
	position: fixed; 
	bottom:39px; 
	left: 325px; 
	cursor: pointer; 
	animation: exit 8.2s;
  z-index: 301;
}

.wadialog{
	width: 290px; 
	position: fixed; 
	bottom:5px; 
	left: 80px; 
	animation: dialog 8s; 
  z-index: 300;
}

.waexit:hover{
	background-color: rgba(217,47,38,0.2);
	border-radius: 100px;
}

@keyframes dialog {
	0%{left: -200px; opacity: 0;}
  	85%{left: 30px;opacity: 0;}
    100%{left: 80px; opacity: 1;}
}


@keyframes exit {
	0%{ opacity: 0; transform: scale(0);}
	85%{opacity: 0;transform: scale(0);}
	100%{ opacity: 1;transform: scale(1);}
}


.itemino,.priceino,.itemino p{
  font-family: times new roman;
}

.itemino {
  position: relative;
  overflow: hidden;
  margin-top:20px;
  margin-bottom: 0px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 19px;
}
.itemino h4, .priceino {
  z-index: 10;
  position: relative;
  background-color: black;
  right: 0;
  position: absolute;
}

.itemino h4, {
  z-index: 10;
  position: relative;
  background-color: white;
  right: 0;
  top: -20px;
  position: absolute;
}


.itemino .priceino {
  padding-left: 8px;
  margin-top: 7px;

}
.itemino h4, .itemino p {
  itemdisplay: block;
  clear: both;
  color: white;
}
.itemino p {
  clear: both;
  color: white;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 5px;

}

.dotsino {
  background-image: linear-gradient(to right,rgba(56,47,47,.5) 33%,rgba(255,255,255,1) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 42px;
}
/* dotsino in IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dotsino {
    background: transparent url('/img/dot.gif') repeat-x bottom left;
  }
}



.priceino {
  position: absolute;
  font-size: 19px;
  font-weight:400;
  right: 0;
  top: 18px;
  color: white;
}
.itemino h4 {
  display: inline-block;
  padding-right: 8px;
  max-width: 80%;
  margin-bottom:4px;
  position: relative;
}




