@charset "utf-8";

/*
	footer.css
*/

footer {
  background: #75c438;
  padding:    20px 0;
  margin:     20px auto 0 auto;
}

address {
  text-align: center;
  line-height:1.5;
}
@media screen and (max-width: 960px) {
  footer {
  padding:    1em auto;
  margin:     1em auto;
}

address {
  text-align: center;
  line-height:1.5;
}

address a:link {
  color:  #ff0000;
}
