﻿body {
	color: #4d4d4d;
}

#footer p {
	color: #dddddd;
}

#footer a:not(.btn):not(.no-footer-css) {
	color: #dddddd;
	transition: all 0.1s ease-in-out;
}

/* navigation dropdown to make darker gray */

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		border-bottom: 1px solid #f7f7f7;
		color: #4d4d4d;
		font-size: 0.83em;
		font-weight: 400;
		padding: 6px 18px 6px 18px;
		position: relative;
		text-transform: none;
		text-decoration: none;
		letter-spacing: -0.5px;
	}

