/*
green1: #212600
green background: #35421b
*/

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #35421b;
	background-image: url("midori_green_texture_-_4k.jpg");
    background-attachment: fixed;
    padding: 5vw;
    color: #e6dcce;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 3rem;
    font-weight: 200;
    letter-spacing: -0.3rem;
    margin: 5rem auto 3rem;
}

p {
    font-size: 1rem;
    line-height: 0.6rem;
}
p.price::after {
    content: "AED";
    display: inline-block;
    padding-left: 5px;
    font-size: 0.8rem;
}

p.menu_heading {
    text-transform: uppercase;
    font-weight: 900;
}

a {
	color: #a0cc40;
	text-decoration: none;
}

.midori_menu {
    text-align: center;
    padding: 30px 0;
}

.midori_menu ul, .midori_menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.midori_menu ul li {
    border-bottom: 1px solid #e6dcce;
    padding: 15px 0;
}

footer .midori-colophon {
	margin: 3rem auto 0;
	padding: 0.2rem 1rem 1rem;
    display: flex;
    justify-content: space-between;
}