.navbar-brand.logo-text .site-name,
.t4-section-module .sub-title,
.category-module.mod-blog .category-link,
.category-module.mod-projects .category-link,
.blog .item-content .page-header>h2 a,
.t4-masthead .ja-masthead .ja-masthead-title,
.ja-masthead .ja-masthead-detail,
.acm-hero .hero-heading {
    font-family: "Playfair Display", serif;
}

.module-ct p:last-child {
    color: silver;
}

.t4-palette-primary,
.not-at-top .t4-sticky.t4-palette-primary,
.t4-offcanvas .t4-off-canvas-header,
.page-item.active .page-link {
    background-color: #22cc99;
}

.page-item.active .page-link {
    border: solid 1px #22cc99;
}

.t4-masthead {
    padding: 0px;
}

.badge-info {
    background-color: transparent;
    border: solid 1px silver;
}
.tags > li .badge-info {
    color: #22cc99;
}

.tip {
    color: #888888;
    border: none;
    font-weight: normal;
}

.breadcrumb {
    background-color: transparent;
}

blockquote {
    margin-left: 70px;
    margin-right: 40px;
    padding-left: 10px;
    border-left: 5px solid #96EED3 ;
}

#back-to-top {
    background: rgba(34,204,153,.5)
}

.category-module.mod-blog .category-link {
    display:none;
}