#hero-div{
    background-image: url("/static/img/hero2.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: cover;
    color: white;
    height: 350px;
}


#hero-div h1{
    color: white !important;
    padding-top: 25%;
    width: 90%;
    margin-left: 5%;
    font-size: 1.2rem;
    font-family: "Outfit", Sans-serif, serif;
    font-weight: 400;
    text-align: center;
}

#explore-products{
    margin-top: 20px;
}

#upsell {
    background-color: transparent;
    padding-top: 15px;

}
#upsell .card {
    border-color: #1e3a5f;
    margin-bottom: 15px;
    color: #1e3a5f;
}

#upsell .card h3 {
    margin-top: 10px;
    font-size: 2rem;
}

.carousel-caption h5 {
    color: #1e3a5f;
}
.carousel-caption {
    top: 180px;
}

#product-carousel-wrapper{
    margin-top: 50px;
    margin-bottom: 80px;
}

.products-carousel{
    width: 100%;
    height: 200px !important;
}

.carousel-item{
    height: 300px !important;
}

.carousel-category{
    margin-top: 20px;
    color: #1e3a5f;
}


#logo-footer{
    width: 80px;
    height: 50px;
}

@media (min-width: 464px) {

    #hero-div h1{
        padding-top: 8%;
        width: 70%;
        margin-left: 15%;
        font-size: 1.5rem;
        font-weight: 500;
        text-align: center;
    }
    #explore-products{
        font-size: 1rem;
    }

}


@media (min-width: 768px) {
#upsell .card {
    height: 195px;
}
}

@media (min-width: 1024px) {
    #hero-div{
        background-size: cover;
        background-position-y: center;
        height: 450px;
    }

    #hero-div h1{
        width: 60%;
        padding-left: 10%;
        padding-top: 8%;
        font-size: 2.4rem;
        font-weight: 400;
    }
}