/* Reset default browser styles */
* {
    margin: 0;
    padding: 0;
}

/* Set up basic styles */
body {
    font-family: Arial, sans-serif;
    background-image: url(../images/abstract-soft-brown-grunge-texture-background-design_1055-19878.jpg);
    color: #333;
}

div.wrapper {
    max-width: 940px;
    margin: 0 auto;
    background-color: #fff
    
}

    
header {
    background-image: url(../images/abstract-soft-brown-grunge-texture-background-design_1055-19878.jpg) ;
    color: #ff2600;
    padding: 20px;
    text-align: center;
}

nav, footer {
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    clear: both;
    height:50px;
    line-height: 50px;
    display:flex;
    
}

nav a {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
}

nav li{
    list-style: none;
    display: inline;
}

a:hover {
    color: #D4AF37; 
}

main{
    width:580px;
    float:left;
    margin-right: 20px;
}
#focal{
    width:980px;
    display: flex;

}

main img{
    width:400px;
    display:block;
}
main h2, main img, main{
    padding-bottom: 25px;
}

#focal{ 
    margin:1 rem;
}
div.bao{
    width:400px;
}
div.bao img{
    width:400px;
}

div.menus{
    display: flex;
}


div.quarter{
    width:220px;
}
div.quarter img{
    width:200px;
}

fieldset{
    padding:10px;
    width:50%;
    color: #ff2600;
}

legend{
    color: #ff2600;
}

label{
    display:block;
    margin-bottom: 5px;
    font-weight:bold;
    font-size:1.1em;
}
input[type="textarea"]{ 
    height:50px;
}
input[type="submit"]{
    clear: both;
}

aside{
    width: 340px;
    float:right;
}

aside img{
    width: 320px;
    display:block;
}

aside img, aside p{
    padding-bottom: 20px;
}
aside a{
    text-decoration: none;

}


section {
    padding: 20px 0;
}

.product {
    text-align: center;
    margin-bottom: 30px;
}



footer ul{
    display:flex;
}
footer li{
    list-style-type: none;
    padding-right:5px;
    padding-left:5px;
}
footer {
    text-align: center;
    padding: 20px;
    color:#333;
}

footer a{
text-decoration: none;
}

button{
    cursor: pointer;
}

/* CSS for the gallery*/

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

