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

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

#footer {
	color: black;
	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: #599240;
}

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

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

/* Footer link: #599240 on cream #e2e1c6 was 2.81:1. #2d5a14 = 6.11:1 ✓ */
/* Underline added: prevents link-in-text-block failure after darkening.  */
#footer a:link, #footer a:visited {
  color: #2d5a14;
  text-decoration: underline;
}
#footer a:hover {
  color: #1e3d0e;
  text-decoration: underline;
}
