.pageTitle {color: #541800;}.pageSubTitle {color: #63ba44;}.pageSubSubTitle {color: #263bd6;}/*This overrides the very top bar (when 'dark' is assigned) menu bg and border */
.header-top.dark {
background-color: #000000;
border-top-color: #000000;
}

/*This overrides the top nav (when 'dark' is assigned) menu bg and border */
.header.dark {
background-color: #541800;
border-top-color: #541800;
}

/*This overrides the top nav menu rollover colour and how transparent it is */
.fixed-header-on .dark.header.fixed {
background-color: rgba(118, 70, 51, 0.90);
}

/*This overrides the footer colour (when 'dark' is assigned)*/
.dark .footer {
background-color: #541800;
}

/*This overrides the colour in the area above the footer(when 'dark' is assigned)*/
.dark-bg {
background-color: #541800;
}

/*This overrides the colours in the forms in the area above the footer(when 'dark' is assigned)*/
.dark-bg .form-control {
background-color: rgba(255, 255, 255, 0.15);
border-color: #cccccc;
color: #ffffff;
}
