/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


    h6 > span:not(.nocolor):not(.badge) { color: #973c3c; }

    ::selection {
        background: #973c3c;
        color: #FFF;
        text-shadow: none;
    }

    .dark #footer,
    #footer.dark {
        color: rgba(255,255,255,0.75);
        /*background-color: #282828;*/
        background-color: #973c3c;
        border-top-color: rgba(255,255,255,0.15);
    }
