﻿.title-row {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    width: 50%;
    margin: 5vh auto;
    float: none;
}

.blog-row {
    position: relative;
    display: flex;
    flex-grow: 1;
    height: 60vh;
    padding-bottom: 5vh;
    /*margin: 0 3.75vw;*/
    justify-content: space-between;
}

.imageLink {
    width: 100%;
}

.blog-row:nth-of-type(3) {
    margin-bottom: 10vh;
}

.blog-row img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.blog-row .caption {
    position: absolute;
    display: block;
    bottom: 12.5vh;
    left: 5vw;
    font-weight: bold;
    width: calc(100% - 10vw);
}

.caption, .blog_title {
    text-transform: uppercase;
    margin-bottom: 3vh;
}

    .caption h1 {
        color: #FFF;
        letter-spacing: .2em;
        margin-bottom: 3vh;
    }

.blog-col {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 32%;
    /* padding: 2vw; */
}

.blog_title * {
    line-height: 1.65;
    letter-spacing: .2em;
    font-size: 1.1em;
    height: 100%;
    text-align: left;
    font-weight: bold;
}

.blog-col img {
    height: 60%;
    margin-bottom: 3vh;
}

.blog_content {
    position: relative;
    margin: 0 1.5vw;
}

.blog_desc {
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: normal;
}

    .blog_desc p {
        text-align: left;
        line-height: 1.65;
    }


.ReadMoreBTN {
    font-family: 'Nunito Sans';
    letter-spacing: .1em;
    font-weight: 500;
    text-decoration: underline;
}

.moreBTN {
    border: 2px solid white;
    background: #FFF;
    color: #000;
    padding: 1vh 2vh;
    position: absolute;
}

.blogImage {
    height: 50vh;
}

    .blogImage img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.blogTitle {
    text-transform: uppercase;
    margin-bottom: 5vh;
}

    .blogTitle h1 {
        font-weight: bold;
        font-size: 2.5em;
        letter-spacing: .2em;
    }

.blogContent {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 5vh;
    width: 62.5%;
    padding: 5vw;
    background-color: white;
    font-family: Nunito Sans, sans-serif;
}

    .blogContent img {
        width: 100%;
        height: auto;
    }

@media screen and (max-width: 916px) {
    .blogContent {
        margin-left: 2vw;
        margin-right: 2vw;
        width: calc(100% - 4vw);
    }
}

@media screen and (max-width: 656px) {
    .blog-col {
        width: 45%;
    }
}
