/* -----((( Background Div for home page )))----- */
.backgroundDiv {
    /* image by Yuri_B at 'Pixabay' link: https://pixabay.com/users/yuri_b-2216431/ (Her user_id:2216431 )*/
    /*
        background-image: url('../images/header/haivas-gift-store-halloween-theme.jpg');
    */
    background-image: url('../images/home-page/dark-pink-flower-with-green-stem-and-leaves-in-a-tall-white-vase-and-pink-background-3175428_1280x931.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color: rgb(56, 56, 56);
}
/* -----((( TITLE )))----- */
#homeH1 {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 20px;
    color: black;
    text-align: center;
}
/* -----((( Apply to all categories )))----- */
.allCats {
    margin: 10px;
    padding: 5px;
    height: 200px;
    min-width: 146px;
    cursor: pointer;
    border: solid rgb(72, 115, 255) 1px;
    border-radius: 3px;
    align-content: center;
    text-align: center;
}
.allCats h2 {
    font-size: larger; /* Normal h1 size overflows mobile display */
}
/* -----((( Gift & Prod Categories - HomePage )))-----  */
.giftCatsCont, .prodCatsCont {
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border: solid pink 1px;
    border-radius: 3px;
}

#projectsHaivas {
    margin-bottom: 20px;
    max-height: 500px;
    border: solid lightgray 1px;
    border-radius: 20px;
    contain: content;
    display: flex;
    justify-content: center;
}
#projectsHaivas img {
    max-height: 500px;
}

#contactUsBTN {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}