body {
    font-family: Goudy Old Style;
    font-size:15 px
        line-height:1.5;
    Margin: 0;
    Padding: 0;
}

/* Global */
.container{
    width:80%;
    margin:auto;
    overflow:hidden;  
}

.button_1{
    height:38px;
    background:#0B9446;
    padding-left:20px;
    padding-right:20px;
}

.dark{
    padding:15px;
    margin-top:10px;
    margin-bottom:10px;
    
}

/* Header */
header{
    background:#ffffff;
        color:#CF1C44;
        padding-top:30px;
    min-height:70px;
        border-bottom:#7b573e 3px solid; 
}

header a{
    color:#ffffff;
    text-decoration:none;
    text-transform: uppercase;
    font-size:16px;
}

ul {
  margin:0;
    padding:0;
}

header li {
    float:left;
    display:inline;
    padding: 0 20px 0 20px;
}

header #branding{
    float:left;  
}

header #branding h1{
    margin:0;
}

header nav{
    float:right;
    margin-top:120px;
}

ul li a {
    text-decoration: none;
    font-size: 20px;
    font-family: goudy old style;
    color: #0B9446
}

ul li a:hover {
    color: red
}

/* Showcase */
#showcase{
    min-height:400px;
    background-image: url(img/brick.jpeg);
        text-align:center;
    color:#CF1C44;
        }

#showcase h1{
    font-size:65px;
        text-align:center;
}

#showcase p{
    font-size:45px;
    text-align:center;
}

/* Newsletter */
#newsletter{
    padding:15px;
        background:#D8C6B8;
        color:black;
}

#newsletter h1{
    float:left;
    font-size: 20px;
}

#newsletter form{
    float:right;
    margin-top:15px;
}

#newsletter input[type="email"]{
    padding:4px;
    height:25px;
    width:250px;
}

#newsletter p{
    font-size:20px;
}

#boxes{
    margin-top:20px;
}

#boxes .box{
    float:left;
    width:30%;
    padding:10px;
    text-align:center;
}

/* Sidebar */
aside#sidebar{
    float:right;
    width:30%;
    margin-top:10px;
}

/* Main-col */
article#main-col{
    float:left;
    width:65%;
}

footer{
    padding:20px;
    margin-top:20px;
    color:#ffffff;
        background-color:#5e1211;
        text-align:center;
}

.img-pasta {
    width: 300px
}

.img-takeout {
    width: 300px
}
.img-server {
    width: 300px
}