﻿.blogImage {
    height: 50vh;
}

    .blogImage img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.blogContent {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 5vh;
    width: 62.5%;
    padding: 5vw;
    letter-spacing: 0;
    background-color: white;
    font-family: Nunito Sans, sans-serif;
}

    .blogContent img {
        width: 100%;
        height: auto;
    }

.blogTitle {
    text-transform: uppercase;
    margin-bottom: 5vh;
}

    .blogTitle h1 {
        font-weight: bold;
        font-size: 2.5em;
        letter-spacing: .2em;
    }

.proposal-products-header {
    font-weight: bold;
}

@media screen and (max-width: 916px) {
    .blogContent {
        margin-left: 2vw;
        margin-right: 2vw;
        width: calc(100% - 4vw);
    }
}


/*Flickity Configurations*/
.product-list {
    width: 62.5%;
    height: 25vw;
    margin: auto;
}

.flickity-viewport {
    height: 100%;
}

.carousel-cell {
    height: 100%;
    width: 33%;
    display: block;
    margin-top: 3vw;
}

    .carousel-cell a {
        display: block;
        height: 0;
        position: relative;
        letter-spacing: normal;
        font-weight: 600;
        color: #4a4a4a;
    }

.imageHover {
    position: relative;
    height: auto;
    max-height: 436.55px;
}

    .imageHover a {
        padding-bottom: 100%;
    }

.product-item {
    display: block;
    padding: 0 10px;
}

    .product-item .imageHover > a > img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .product-item .productTitle {
        text-align: center;
        height: 8vh; /*Added 6/1/2025*/
    }

@media screen and (max-width: 916px) {
    .carousel-cell {
        margin-top: 5vw;
    }

    .product-list {
        width: calc(100% - 4vw);
        height: 40vw;
    }
}

@media screen and (max-width: 760px) {
    .carousel-cell {
        width: 50%;
        margin-top: 7vw;
    }

    .product-list {
        height: 60vw;
    }
}