.sitemap{
   color: black;
}
.social-icon {
   width: 32px;
   height: 32px;
   margin: 0 5px;
}
 footer {
   text-align: center;
   background: #d7e4c2;
   padding: 20px;
}
.container {
   width:80%;
   margin:0 auto;
}

header{
   background: #d7e4c2;
}

header::after{
   content:'';
   display: table;
   clear:both;
}
.logo{
   float:left;
   padding: 10px 0;
}

nav {
   float: right;
}

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

nav li{
   display: inline-block;
   margin-right: 70px;
}

nav a{
   color: #41393d;
   text-decoration: none;
   text-transform: uppercase;
   font-size: 16px;
   font-family: "Majesti Banner Heavy", sans-serif;
}

nav a:hover{
    color: #8a8c8f;
}

.menu {
    margin-bottom: 15px;
    max-width: 1200px;
    margin: 0 auto; 
    background-color: white;
    padding: 25px 50px;
			}
.menu_name {
   text-align: center;
   font-size: 70px;
   margin-top: 0;
   background-color: white;
                
}
.menu_section {
   margin-bottom: 30px;
			}
.menu_section h3 {
	font-style: italic;
    background-color: white;
}
.menu_item {
	margin: 0 15px;
	position: relative;
    background-color: white
}
.menu_item h4 {
	margin-bottom: 0px;
    background-color: white;
}
.price {
    display: block;
	float: right;
	position: absolute;
	bottom: 0px;
	right: 0;
	background-color: white;
	font-weight: bold;
            
}
.description {
	margin-top: 5px;
	font-style: italic;
	background-color: white;
	display: inline-block;
	max-width: 50%;
                
}
hr {
    border: none;
    border-top: 1px dotted black;
    margin-top: -20px;
    background-color: white;
}
.asterisk {
    text-align: center;
    font-size: 20px;
    font-style: italic;
    background-color: white;
                
}
@media (max-width: 575px) {
.menu_title {
	text-align: center;
    font-size: 30px;
}
.menu_section h3 {
     text-align: center;
     font-size: 30px;
}
.menu_item {
	text-align: center;
}
.price {
	float: none;
	position: static;
	margin-top: 15px;
}
hr {
    display: none;
}
                   
               
         
