@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
#titleCover{
    /* Title */
    padding: 0.25em;

    font-family: Vollkorn;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 34px;
    color:#95435E;
    background-color: #F0DCDC;
}

#blogCover{
    padding: 2em;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;

    /* Chocolate Black */

    color: #442135;
    background-color: #FFFFFF;
}

.blogHeroText{
    min-height: 32vw;
    padding:100px 46px;
    color: #442135;
    box-shadow: 0px 4px 4px #F0DCDC;
    z-index:10;
}
.blogHeroText>*{
    margin-bottom: 20px;
}

.blogHeroImage img{
    height: 100%;
}

.blogCard, .blogCard-sm {
    cursor: pointer;
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
    transition: all 0.2s;
    border-radius: 0px;
    box-shadow: 0px 4px 4px #F0DCDC;
}
/*.blogCard:last-of-type {*/
/*    border-bottom: 0;*/
/*}*/
.blogCard h4 {
    margin: 20px 50px;
    font-family: Vollkorn;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 34px;
    /* or 106% */


    /* Bapacho 95435E */

    color: #95435E;
}


.blogCard img, .blogCard-sm img {
    width:100%;
}
.blogCard .intro, .blogCard-sm .intro {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 50px;
    /* or 143% */


    /* Chocolate Black */

    color: #442135;
}

.blogHeroText .btn, .blogCard .btn, .blogCard-sm .btn{
    margin:0px 0px 50px 50px;
    border-color:#95435E;
    color:#95435E;
    background-color: #FFFFFF;
}

.blogHeroText .btn{
    margin:0px;
}

.blogCard-sm h4 {
    margin: 20px 50px;
    font-family: Vollkorn;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    /* or 106% */


    /* Bapacho 95435E */

    color: #95435E;
}

#articleCover img{
    width: 100%;
}



.blogHeroImage {
    width: 100%; height: 100%;
    background-position: center center;
    background-size: cover;
}


/*blogCopy*/
.blogCopy {

}

.cke_editable p {
    /* text */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    /* Chocolate Black */
    color: #442135;
}
.blogCopy h2, .cke_editable h2 {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;

    /* Muted Bapacho */
    color: #CA9E9E;

    padding:15px 0;
}
.blogCopy p a:first-child, .cke_editable p a:first-child {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */

    letter-spacing: 0.25em;
    text-transform: uppercase;

    /* Chocolate Black */

    color: #442135;
}