/* Main body top distance */
#sp-main-body {
    padding: 10px 0;
}
/* category list header link */
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #212E02;
}
/* article text darkgreen */
.article-details p {
    line-height: 2;
    color: #212E02;
}
/* article header lightgreen */
h1 {
    font-family: 'Poppins', sans-serif;
    color: #ABD448;
    text-decoration: none;
}
/* Navigation button margin */
.btn, .sppb-btn {
    margin: 4px;
    background-color: #abd448;
}
/* Bottom background darkgreen */
#sp-footer, #sp-bottom {
    background: #212E02 !important;
    color: #fff !important;
    font-size: 18px !important;
}
/* Bottom Menu font size */
#sp-bottom .menu li a {
  font-size: 18px !important;
}
/* lighter color filter over image */
.sp-page-title::before {
  background: rgba(29, 40, 2, 0.5);
}
/* Darken background image slider */
.sp-background {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .2);
}