
#hp-contact .col2 {
    width: 30% !important;
    color: #ffffff;
}

.contact-text {
    color: #fff;
}

/* Featured Image */

#blog-featured-image{
    padding:50px 0 20px;
}

.featured-image-wrapper{
    border-radius:20px;
    overflow:hidden;
}

.featured-image-wrapper img{
    width:100%;
    height:auto;
    display:block;
}

#blog-content a{
    color:#0ea5b7; /* turquoise blue */
}

#blog-content a:hover{
    color:#14b8c4;
}
