
body {
  color: #3b3b3b;
  background: #FF7F32;
}

a{
	color: black;
}

a:focus,
a.is-active {
  color: #da2f7b;
}
a:hover {
  color: #9FBEF3;
}

#page-wrapper {
  background: #ffffff;
}

footer ul li a,
footer ul li a:visited {
  color: rgba(255, 255, 255, 0.8);  /* Define normal and visited state color */
  padding: 0 12px;
  padding-left: 12px;
  display: block;
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

/* Ensure no hover color change for footer links */
footer ul li a:hover {
  color: rgba(255, 255, 255, 0.8);  /* Keep the color consistent on hover */
}