#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;
}

#pictures{
    padding: 2em 0;

}

#pictures img{
    margin: 10px;
}

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


@media(max-width: 1100px){
    #header #h1-background{
        margin-top: 7%;
        height: 115px;

    }
}


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

}