@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;700&display=swap');


a:link {
	color: #1f6c33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1f6c33;
}
a:hover {
	text-decoration: none;
	color: #ed1c24;
}
a:active {
	text-decoration: none;
	color: #1f6c33;
}
.whi { color: #fff;}
em
 {
	 padding-left:0.3em;
	color: #c5b792;
}

.fa {
	color: #ed1c24;
	vertical-align: baseline;
}

.fa:hover{
	color:#1f6c33;
	vertical-align: baseline;
}

.phone {
	font-family: 'Zilla Slab', serif;
	font-size: 14pt;
	color: #1f6c33;
	letter-spacing: 1pt;
	font-weight:700;
}
.adress {
	font-family: 'Zilla Slab', serif;
	font-weight: 700;
	font-size: 14pt;
	color: #000;
	letter-spacing: 1pt;
	line-height: 15pt;
}
.footmenu {
	font-family: 'Zilla Slab', serif;
	font-weight: 400;
	font-size: 11pt;
	color: #1f6c33;
	letter-spacing: 1pt;
	line-height: 18pt;
}
.days {
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
	font-size: 11pt;
	color: #e5d1ad;
	letter-spacing: 1pt;
}

.dish{
	font-family: 'Zilla Slab', serif;
	font-weight: 700;
	font-size: 16pt;
	color: #ed1c24;
	line-height: 15pt;
	letter-spacing: 1px;
}

.desc{
	font-family: 'Zilla Slab', serif;
	font-weight: 300;
	font-size: 13pt;
	color: #40281d;
	line-height: 15pt;
}

.send {
	text-align: center;
	border:none;
	padding: 14px;
	cursor:pointer;
	background-color: #000;
	font-family: 'Zilla Slab', serif;
	font-weight:700;
	font-size: 14pt;
	color: #fff;
	letter-spacing: 1pt;
	display: inline-block;
		
}