﻿/*
body {
    color: hsl(200, 50%, 50%);
}

div.ceilingNav a, div.footerNew a {
    color: hsl(200, 50%, 50%);
    color: hsl(200, 0%, 95%);
}

div.ceilingNav a:hover, div.footerNew a:hover {
    color: hsl(200, 50%, 95%);
}



div.siteHeading, div.tagline a, div.siteHeading span.termX {
    color: hsl(200, 0%, 95%);
}

div.siteHeading span.termX {

}
div.home-alpha-container
div.home-alpha-container {
    color: hsl(200, 0%, 95%);
}

*/



div.ceilingNav a, div.footerNew h2, div.footerNew div {
    color: hsl(0, 0%, 87%); /* white type branding, for some links and headings */
}



div.footerNew a:hover {
    color: hsl(0, 0%, 95%);
}

div.siteHeading {
    color: hsl(200, 0%, 95%);
}

div.siteHeading span.termX {
    color: hsl(180, 100%, 50%);
    font-size: 1.2em;
}

/* key branding */
div.footerNew a, div.tagline a, div.ceilingNav a:hover { 

    color: hsl(197, 80%, 50%);
    color: hsl(200, 100%, 50%);
    color: hsl(110, 100%, 50%);

    color: hsl(160, 100%, 50%);
    color: hsl(195, 100%, 50%);
}

div.siteHeading span.termX, div.home-main h2 {
    color: hsl(150, 100%, 50%);
}

div.home-main h2 {
    color: hsl(195, 100%, 80%);
}

div.home-main p, div.tagline a {
    color: hsl(190, 100%, 50%);
}

div.siteHeading span.termX {
    color: hsl(180, 100%, 50%);
    color: hsl(195, 100%, 80%);
}



div.background-container {
    color: hsl(0, 0%, 100%);
}

        div.background-container a {
            color: hsl(195, 100%, 60%);
        }

        div.background-container a:hover {
            color: hsl(195, 100%, 80%);
        }

/*
        ul li a:hover, div.central-nav a:hover, p a:hover {
            color: hsl(182, 100%, 80%);
            color: hsl(2, 100%, 80%);
            
        }
*/


