a.button:hover,
input.button:hover{
  background-color: #a4c73f;
}

a.link:hover span.button{
  background-color: #a4c73f;
}

header nav a:hover{
  color: #a4c73f;
}

header nav.sub a:hover{
  color: #eb674c;
}

header div.links a:hover{
  background-color: #e61b72;
}

article.green a.button:hover,
article.green input.button:hover{
  background-color: #4c2668;
}

article.pink a.button:hover,
article.pink input.button:hover,
article.orange a.button:hover,
article.orange input.button:hover{
  background-color: #a4c73f;
}

footer a.icon:nth-of-type(1):hover{
  background-color: #00b3e6;
}

footer a.icon:nth-of-type(2):hover{
  background-color: #eb674c;
}

footer a.icon:nth-of-type(3):hover{
  background-color: #e61b72;
}