:root {
    --background-color: #efefef;
    --color: #353a3f;
    --link-color: #3e4453;
    --border-color: #ddd;
}


.header .navbar, .header .navbar ul {background:#fff;border-color:#fff;}
.header .navbar ul li.nav-item {border:0;}
.header .navbar ul li.nav-item a {color:var(--color);}
.header .navbar ul li.nav-item:hover a, .header .navbar ul li.nav-item.active a {color:#fff;}


.single .lucidity-content, .page .lucidity-content {background:#fff;}


.card {color: var(--color);background: #fff;border: 1px solid #dee2e6;}
.card a, .card p, .card span, .breadcrumb a, #sidebar .widget-title {color:var(--color);}

.entry-content {border-color:#efefef;}

.entry-content a {color: var(--link-color);}

.lucidity-content h1, 
.lucidity-content h2,
.lucidity-content h3,
.lucidity-content h4,
.lucidity-content h5,
.lucidity-content h6,
.lucidity-content p,
.lucidity-content li,
.lucidity-content span,
.lucidity-content a,
.lucidity-content label,
{color:var(--link-color);}

.categories a, .page-navigation  a.post-page-numbers {color:#fff;}

#sidebar {background:none;}


#sidebar .widget-title {border-color:var(--border-color);}
