@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Petit+Formal+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Atkinson Hyperlegible', sans-serif;
	background:#000;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #fff;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
.wrapper
{
    overflow: hidden;
}
.header
{
	text-align:center;
	padding:100px;
}
.header h1
{
    color: #fff;
    text-transform: uppercase;
    font-size: 150px;
    font-weight: 600;
}
.header h2
{
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    font-family: "Petit Formal Script", cursive;
}
.menu-dishes
{
	position:relative;
}
.menu-dishes:before
{
    content:" ";
    background: url(../images/line-border.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 99;
}
.menu-dishes article
{
    display: flex;
	position:relative;
}
.menu-dishes article:nth-of-type(even)
{
    flex-direction: row-reverse;
}
.menu-dishes article figure
{
	width:35%;
	margin:100px -100px
}
.menu-dishes article aside
{
	width:65%;
	padding:85px 100px;
	margin-left:auto;
}
.menu-dishes article:nth-of-type(even) aside
{
	margin-right:auto;
}
.menu-dishes article aside h2
{
    font-family: 'Pinyon Script', cursive;
    color: #ff8a00;
    font-size: 86px;
}
.menu-dishes article aside ul
{
	padding:0;
	margin:0;
}
.menu-dishes article aside ul li
{
	position:relative;
}
.menu-dishes article aside ul li h4
{
    margin: 28px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    border-bottom: dotted 1px #fff;
	width:86%;
}
.menu-dishes article aside ul li h4 strong
{
	color:#fff;
    display: inline-block;
    background: #000;
}
.menu-dishes article aside ul li h4 span
{
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    font-family: 'Petit Formal Script', cursive;
    display: inline-block;
    float: right;
    background: #000;
	position:relative;
}
.menu-dishes article aside ul li h4 span:before
{
	content:"$";
    font-weight: 100;
}
.menu-dishes article aside ul li p
{
    margin: 0;
	color:#fff;
}
.menu-dishes article aside ul li i
{
	background:#000;
    position: absolute;
    top: 0;
    right: 0;
	width:14%;s
}
.menu-dishes article aside ul li i img
{
    width:30px;
	margin-left:5px;
}
.footer
{
    position: relative;
    text-align: center;
    padding: 85px 20px;
}
.footer:before
{
    content:" ";
    background: url(../images/line-border.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 99;
}
.footer h5
{
    color: #4a4a4a;
    font-size: 22px;
    margin-top: 50px;
}


:root {
  --wesbos: #ffc600;
}

.menu {
  display: none;
}
.menu--is-visible {
  display: grid;
}
@media (min-width: 768px) {
  .menu {
   
  }
}

.item__header {
  display: flex;
  align-items: baseline;
}
.item__title {
  font: 35px cookie, cursive;
  color: var(--wesbos);
  letter-spacing: 2px;
  margin: 0;
}
.item__dots {
  flex: 1;
  border-bottom: 1px dashed #aaa;
  margin: 0 15px;
}
.item__price {
  color: var(--wesbos);
  font: 31px cookie, cursive;
}
.item__description {
  margin-bottom: 40px;
}

.buttons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .buttons-container {
    margin-bottom: 60px;
  }
}

.button {
  margin: 5px 15px;
  padding: 10px 20px;
  border: 1px solid var(--wesbos);
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.highlight {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: var(--wesbos);
  border-radius: 3px;
  z-index: -1;
  transition: 0.24s;
}

* {
  box-sizing: border-box;
}





h2 {
  display: inline-block;
  border-bottom: 4px solid var(--wesbos);
  margin-top: 0;
  font: 50px cookie, cursive;
}