#header {
    width: 100%;
    background-color: black;
}


h1 {
    width:40%;
    display: inline-block;
    font-size:60px;
     color:white;
    padding-left:40px;
}

h2 {
    width:15%;
    display: inline-block;
    text-align: center;
    color:white;
    
}

#image {width:100%;}

body {
    margin:0px;
}

a {color: white; 
   text-decoration: none;}
a:hover{
    color: red;}


@media screen and (max-width:800px) {
    
    h1{ 
        display:inline-block;
        width:100%;
        text-align:center;
    }
    
    h2 {
        width:100%;
    }
 
}


wrapper{
    width: 100%;
    height: auto;
    position: absolute;
}
    
#products {
    height: 100%;
    width: 100%;
    position: absolute; 
    padding-top: 20px;
    text-align: center;
}   

.about {
    text-align: justify;
    font-family: cursive;
    
}

.gallery img{
    margin: 20px;
    display: inline;
    float: left; 
    width: 350px;    
}


.gallery {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
}


footer {
    text-align: center;
    color: black;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif; 
    font-size: 0.8em;
    padding-top: 700px;
    padding-bottom: 20px;
    max-width: 3000px;
    


