﻿.footer { 
  font-size:16px;
  clear:both;
  height: auto;
 display : block;
 width:100%;
}
.footer a {
  color: black;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul {
  list-style: none;
}
.learn-more{
	display:inline-block;
	color:black;
}
.footer .learn-more ul {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=footer.css.map */