body {
    background-image: url(img/beans.jpg);
    background-size: cover;
    height: 100%;
}

p {
    font-family: "Prata", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

#Date {
    margin-top: -45px;
    margin-bottom: -15px;
}

.menu {
    width:80%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(221, 221, 221, 0.887);
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 20px;
    max-width: 750px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.Flavour, .Dessert, .Salad, .Sandwich {
    text-align: left;
    width: 49%;
    padding-left: 15%;
}

.Price {
    text-align: center;
    width: 35%;
}

.Item {
    line-height: 0.5;
}

.Item p {
    display: inline-block;
}

h1 {
    font-family: "Sofia", cursive;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 50px;
    padding-top: 20px;
}

h2 {
    font-family: "Sofia", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    padding-bottom: -10;
}

h3 {
    font-family: "Sofia", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 30px;
}

h4 {
    font-family: "Sofia", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 25px;
}

footer {
    padding: 20px 0 0px 0;
    margin: 0;
}

footer a{
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}

.collumn1
 {
    width: 50%;
}

.collumn2 {
    width: 50%;
    float: right;
    margin-top: -1355px;
}

.menu {
    max-width: 1100px;
}

@media only screen and (max-width: 798px) {
    .collumn1 {width: 100%;}
    .collumn2 {
        width: 100%;
        float: none;
        margin: 0;}
}