body {
    font-size: 16px;
}
.page-intro .breadcrumb li {
   font-size: 16px;
}
.post--single .post__meta span {
    color: #0d6efd;
    font-size: 14px;
  margin-right: 15px;
}
.post--single .post__meta span a {
    color: #000;
    font-size: 14px;
  margin-right: 5px;
}
.post__horizontal .post__meta span a {
    color: #000;
    font-size: 14px;
}
.widget__about p {
    color: #d7d0d0;
    font-size: 14px;
}
.widget__about .person-detail p {
    font-size: 14px;
}
.bg-lightgray {
    background-color: #FFF;
}
.nav-top {
    background-color: #FFF;
    color: #FFF;
}
.bg-overlay {
    background-color: #009952;
 }
.post__horizontal--single .post__thumbnail {
    width: 80px;
}
.post__horizontal .post__thumbnail {
    float: right;
    position: relative;
    z-index: 5;
}