@charset "utf-8";
/* CSS Document */

/* Footer styles
   ------------------------------------------------------------*/

#footer {
	color: #999;
	text-align: center;
	font-size: 0.75em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
/*	color: #6CF; */
	color: #CCF;
}

#footer a:hover {
	text-decoration: none;
	color: #396;
}

/* ===== ADA / WCAG 2.1 AA Fixes ===== */

/* Footer text: #999 on white was 2.84:1. #5d5d5d = 7.04:1 ✓ */
#footer { color: #5d5d5d; }

/* Footer link: #ccccff on white was 1.53:1. #5d5d5d = 7.04:1 ✓ */
/* Underline added to clear link-in-text-block as well. */
#footer a, #footer a:link, #footer a:visited {
  color: #5d5d5d;
  text-decoration: underline;
}
#footer a:hover { color: #3a3a3a; }
