
:root {
    /*body text color	*/
    --body-text-color:#5D5D5D;

    /*Heading color	*/
    --title-color:#222222;
    --body-primary-text-color:#222222;
    /*Primary color*/
    --primary-color: #333e48;

    /*	link color*/
    --link-color:#000000;

    /* Color white */
    --color-white:#ffffff;

    /*  Footer background color and textcolor*/
    --footer-top-bg-color:#c63527;
    --footer-bottom-bg-color:#687077;
    --footer-text-color:#ffffff;		

    /*Primary button backgroun color	*/
    --primary-text-color:#ffffff;

    /*Secondary button backgroun color	*/	
    --secondary-button-bg:#333e48;	
    --secondary-text-color:#ffffff;	
      
    /*Cancel button backgroun color	*/	
    --cancel-button-bg:#ffffff;

    /*disabled button backgroun color	*/	
    --disabled-button-bg:#d5d5d5;
    --disabled-text-color:#222222;
      
    /*Menu underline color*/
    --menu-underline-color:#c63527;	

    /* input and radio colos */
    --input-radio-color:#c63527;

    /* Menu hover colors */
    --menu-hover-bg-color:#F0F0F0;
    --menu-hover-underline-color:#222222;

    /*Landing Main Page */
    --alert-banner-bg-color:#D5D5D5;
    --landing-main-bg-color:#FFFFFF;
}
      