﻿body {
	background-color: #FFF;
	color: #4d4d4d;
}

/* Body paragraphs (dark gray text)*/
body p {
    color: #4d4d4d !important;  /*Darker gray for WCAG AA */
} 

/* Forces the color to remain white even if the link was already clicked */
.nav.nav-pills li span a[href^="tel:15177962916"]:visited,
.nav.nav-pills li span a[href^="tel:15177962916"]:hover,
.nav.nav-pills li span a[href^="tel:15177962916"]:active {
    color: #efefef !important;
}

/* Specifically target map address and phone link in header-nav-top */
.header-nav-top .nav li a[href^="https://goo.gl/maps/2MBz2KKeVRn"] {
    color: #2e76b1 !important; /* Blue for the map link */
}

.header-nav-top .nav li a[href^="tel:15175922591"] {
    color: #2e76b1 !important; /* Blue for the phone link */
}

.header-nav-top .nav li a:hover,
.header-nav-top .nav li a:focus {
    color: #1f4f7a !important; /* Slightly darker blue on hover/focus */
}

/* Header-top links on dark blue (phone, map, etc.) */
.header-top a {
    color: #ffffff !important; /* White for After-hours text and links on dark background */
}

/*sandy test = works */

#header .header-nav-main nav > ul > li > a {
        color: #2e76b1;
    }

#header .header-nav-main nav > ul > li >ul > li.dropdown > a {
        color: #000000;
    }

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #000000;
    }

.dropdown-menu > li >a {
    color: #000000;
}

