html,
body {
    margin: 0;
}

.wrapper {
    width: 1366px;
    margin: auto;
}

.address {
    float: left;
    margin-top: 45px;
    color: #5E1211
}

.form {
    float: right;
}

body {
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    
}

.login {
    text-decoration: none;
    color: #5E1211
}

.login:hover {
    color: #CF1C44;

}

.create {
    text-decoration: none;
    color: #5E1211
}

.create:hover {
    color: #CF1C44;
}

.logo {
    width: 45%;
    width: 600px;
    margin: auto;
    padding-top: 160px;
    padding-left: 130px;

}

.bag {
    width: 40px;
}

nav ul {
    text-align: center;
    margin-top: 50px;
}

nav li {
    display: inline;
    margin: 28px;
}

nav a {
    display: inline-block;
    text-decoration: none;
    color: #543136;
    font-size: 24px;
}

nav a:hover {
    color: #CF1C44;
}

hr {
    overflow: visible;
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 600px;
    margin-top: 35px;
    margin-left: 405px;
}

hr:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.pics {
    margin: auto;
    margin-top: 40px;
    margin-left: 60px;
}

.coffee {
    margin-left: 720px;
    margin-top: -800px;
    margin-bottom: 249px;
    width: 500px
}

.pizza {
    margin-left: 720px;
    margin-top: -250px;
    width: 500px;
}

.pasta {
    width: 733px;
    margin-bottom: -5px;
}

.food {
    margin-top: -100px;
    margin-left: 30px
}

.coupon {
    width: 736px;
    height: 190px;
    margin-left: -175px;
}

.order_online {
    width: 500px;
    height: 190px;
    margin-left: 10px;
}

.buttons {
    margin-left: 235px;
    margin-top: 50px;
}

footer {
    background-color: #D8C6B8;
    height: 100px;
    width: 1252px;
    margin: auto;
    margin-top: 80px;
    text-align: center;
}

.copyright {
    color: #5E1211;
    font-size: 15px;
    padding-top: 26px;
	word-spacing: 4px;
}
