.pkp_structure_main,
.page_content,
.pkp_page_index .description,
.obj_article_details .item,
.pkp_block_content,
.article-summary,
.article-details,
.article-content {
  text-align: justify !important;
}
.navbar a {
  color: #8B0000 !important;  /* Dark Red */
  font-weight: 600;
}

.navbar a:hover,
.navbar a:focus {
  color: #B22222 !important;  /* Firebrick Red on hover */
  text-decoration: underline;
}
.navbar .nav-item.active a,
.navbar .nav-item.current a {
  color: #B22222 !important;   /* Firebrick red for active item */
  border-bottom: 2px solid #B22222;
}
