#header{
    margin-top: 7%;
    text-align: center;
    background: url("../images/kitchen2.jpg") center center no-repeat;
    background-size: cover;
    height: 40vh;
    width: 100%;
}
/*#header #h1-background{
    margin-top: 10%;
}*/

#overlay{
    background-color: rgba(0, 0, 0, 0.5);
    height: 40vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header h1{
    color: white;
    font-size: 50px;
    margin-top: auto;
    margin-bottom: auto;
    font-variant: small-caps;
        
}
/*
#header{
    margin-top: 7%;
    text-align: center;
    background: url("../images/kitchen2.jpg") center center no-repeat;
    background-size: cover;
    height: 40vh;
    width: 100%;
}
#header #h1-background{
    display:flex;
    align-items: center;
    justify-content: center;

    height: 30%;
    border: 2px solid white;
    width: 38%;
  
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    opacity: 0.85;
    border-radius: 4px;
}
#header h1{
    color: black;
    font-size: 50px;
    margin-top: auto;
    margin-bottom: auto;
}
*/

#intro{
    padding: 2em 0;
}

#product-pictures{
    padding: 2em 0;
    text-align: center;
    min-height: 35vh;
}
#product-pictures a img{
    width: 70px;
    height: 70px;
}

@media(min-width: 1100px){
    #header{
        margin-top: 5%;
    }
} 

@media(max-width: 1000px){

    #header #h1-background{
        margin-top: 7%;
        height: 115px;

    }
}


@media(max-width: 768px){
    #header #h1-background{
        margin-top: 15%;
        width: 100%;
        height: 60px;
    }
}

@media(min-width:1500px){

    /*#header {*/
    /*    margin-top: 3%;*/
    /*}*/

}