
/* Ensure only the first letter of each block title is capitalized */
.pkp_block.block_information .title,
.pkp_block.block_browse .title,
.pkp_block.block_slider .title,
.pkp_block.block_custom .title {
    text-transform: capitalize !important;
}

/* Ensure navigation menu items have only the first letter of each word capitalized */
nav li a {
    text-transform: capitalize !important;
}
