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: 100px;
}

.bag {
    width: 40px;
}

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

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: 390px;
}

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;
}

.pizza_specials{
    width: 1000px;
    margin: auto;
    
}

h1 {
    color: #CF1C44;
    font-size: 35px;
    text-decoration: underline;
    text-align: center;
    
}

h2 {
    color: #0B9446;
    font-size: 25px;
    word-spacing: 10px;
    text-align: center;

}

.column_1{
    margin-left: -px;
}

.column_2{
    margin-left: 235px;
    
}

.margherita {
    font-size: 25px;
    text-align: center;
    color: #5E1211;
    width: 500px;
    margin-left: 230px;
	margin-bottom: 150px;
}

.vegetariana {
    font-size: 25px;
    text-align: center;
    color: #5E1211;
    width: 500px;
    margin-top: 50px;
}
.diavola{
    font-size: 25px;
    text-align: center;
    color: #5E1211;
    width: 500px;
    margin-left: 650px;
	margin-top: -266px;
}
.capricciosa{
    font-size: 25px;
    text-align: center;
    color: #5E1211;
    width: 500px;
    margin-left: 417px;
    margin-top:-140px;
}

.pizza {
    margin-left: 240px;
    width: 475px;
}

.pizza2 {
    margin-top: -450px;
    width: 475px;
}

.container {
    
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: -20px;

}

footer {
    background-color: #D8C6B8;
    height: 100px;
    width: 1100px;
    margin: auto;
    margin-top: 80px;
    text-align: center;
	margin-left: 150px
}
.copyright {
    color: #5E1211;
    font-size: 15px;
    padding-top: 28px;
	word-spacing: 4px;
}
