﻿.blogImage {
    height: 50vh;
}

    .blogImage img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.blogContent {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: -150px;
    margin-bottom: 5vh;
    max-width: 916px;
    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: 3vw;
        margin-right: 3vw;
    }
}


/*Flickity Configurations*/
.product-list {
    max-width: 916px;
    height: 25vw;
    margin: auto;
}

.flickity-viewport {
    height: 100%;
}

.carousel-cell {
    height: 100%;
    display: block;
    margin-top: 3vw;
}

    .carousel-cell a {
        display: block;
        height: 0;
        position: relative;
        letter-spacing: normal;
        font-weight: 600;
        color: #4a4a4a;
    }

@media screen and (max-width: 916px) {
    .carousel-cell {
        margin-top: 5vw;
    }

    .product-list {
        width: calc(100% - 6vw);
        height: 40vw;
    }
}

@media screen and (max-width: 576px) {
    .blogImage {
        height: 40vh;
        max-height: 80vw;
    }

    .carousel-cell {
        margin-top: 7vw;
    }

    .product-list {
        height: 60vw;
    }
}