@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,300&family=Ultra&display=swap');


a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #ffb700;
}

em
 {
	 padding-left:0.3em;
	color:#FFB204;
}

.fa, .fab {
	color: #ffb700;
	vertical-align: baseline;
}

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

.phone {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13pt;
	color: #000;
	letter-spacing: 1pt;
	font-weight:400;
}
.adress {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 13pt;
	color: #000;
	letter-spacing: 1pt;
	line-height: 15pt;
}
.footmenu {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 11pt;
	color: black;
	letter-spacing: 1pt;
	line-height: 18pt;
}



.title{
	font-family: 'Ultra', serif;
	font-size: 20pt;
	color: #296d22;
	line-height: 20pt;
    padding-top: 5%;
    text-transform: uppercase;
	
}

.dish{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16pt;
	color: #ed1c24;
	line-height: 15pt;
	letter-spacing: 1px;
    text-transform: uppercase;
}

.desc{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 13pt;
	color: #000000;
	line-height: 15pt;
}


.price{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16pt;
	color: #296d22;
}


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