
/*============Grey-Teal Theme================*/

:root {
	/*--theme1: rgba(102, 102, 102, 0.5);*/
    --theme1: #009688;
    --theme2: #00897B;
    --theme3: #ffffff;
    --themedark: #1F2A2C;

    --textdark: #333333;
    --textlight: #ffffff;

    --bodybg: #fff;
    --bodywhite: #fff;
    --bggrey: #eee;
}

/*#spotlight*/ {
    filter: gray !important; /* IE */
    -webkit-filter: grayscale(1) !important; /* Old WebKit */
    -webkit-filter: grayscale(100%) !important; /* New WebKit */
    filter: url(resources.svg#desaturate) !important; /* older Firefox */
    filter: grayscale(100%) !important; /* Current draft standard */
}