body{ 
  font: 15px/1,5 Arial, Helvetica, sans-serif;
  padding:0;
  margin:0;
  background-color: rgb(247, 243, 239);
}

/* Global */
.container{
  width:70%;
  margin:auto;
  overflow:hidden;
}

ul{
  margin:0;
  padding:0; 
}

.button_1{
 height:25px;
 background:#ee7e3d;
 border: 5px;
 padding-left:20px;
 padding-right:20px;
 color:#ffffff;
}

.dark{ 
  padding:15px;
  background:#463f3b;
  color:#f9f9fa;
  margin-top:10px;
  margin-bottom:10px;
 
}

/* header */

header{
  background:rgb(59, 56, 51);
  color:#ffffff;
  padding-top:20px;
  min-height:30px;
  border-bottom:#e8491d 3px solid;
}

header a{
  color:#e9e3e3;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
  
}



header ul{
  margin:0;
  padding:0;
}

header li{
  float:left;
  display: inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left; 
}

header #branding {
  margin:0; 
}

header nav{
  float:right;
  margin:10px;
}
 
header .highlight, header .current a{
   color:rgb(236, 161, 117);
   font-weight:bold;
}

header a:hover{
  color:#e2dede;
  font-weight:bold;
}

/* showcase */
#showcase{
  min: height 80px;
  background:url('../img/orange-gull.jpg') no-repeat;
  background-size:cover;
  text-align:center; 
  color:#db4a4a;
}

#showcase h1{
  margin-top:10px;
  font-size:50px;
  margin-bottom:30px;
}

#showcase p{
  font-size:25px;
}


/* newsletter */

#Newsletter{
  padding: 10px;px;
  color:#fdfdd4;
  background:#333024;
 
}
#Newsletter h2, #Newsletter form  {display: inline;
}

#Newsletter input[type="email"]{
  padding:4px;
  height:5px;
  width:250px;
 
}


/* boxes */


#boxes{
  margin-top:30px;
 
}

#boxes .box{
  float:left;
  text-align:left;
  width:400px;
  padding:20px;
  font-size:12px;
}
#boxes .box img{
  width:300px;
}

/* sidebar */
 aside#sidebar{
   float:right;
   width:900px;
   margin-top:10px;
 }
 
 aside#sidebar .Advert input, aside#sidebar .Advert textarea{
   width: 100%;
   padding: 5px;
  
 }
 /* main-col */
 article#main-col{
  float:left;
  width:10px;
 }

/* Advert */
ul#Advert li{
  list-style: none;
  padding: 20px;
  border: olive;
  margin-bottom: 5px;
  background: rgb(224, 207, 195);
}


/* Others */
ul#Others li{
  list-style: none;
  padding: 20px;
  border: rgb(207, 207, 81);
  margin-bottom: 5px;
  background: rgb(212, 126, 126);
}

/* Contact */
ul#Contact li{
  list-style: none;
  padding: 20px;
  border: rgb(207, 207, 81);
  margin-bottom: 5px;
  background: rgb(159, 192, 129);
}
footer{
  padding:20px;
  margin-top: 20px;
  color:#ffffff;
  background:#e8491d;
  text-align:center;
}

/* meia Queries */
@media(max-width: 768PX){
  header #branding,
  header nav,
  header nav li,
  #Newsletter h1,
  #Newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float: none;
    text-align: center;
    width: 100%;
  }

  header{
    padding-bottom: 20px;
  }

  #showcase h1{
    margin-top: 40px;
  }
  #Newsletter button, .Advert .button{
    display: block;
    width: 100%;
  }

  #Newsletter form input[type="email"]{
    width: 100%;
    margin-bottom: 5px;
  }
}