
/**
* @section footer
*/

#footer.uk-section {
  background: #446588;
  color: #CCCCCC;
}
@media (max-width: 640px) {
  #footer.uk-section {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}

footer a {
  color: #60C9FF;
}
footer a:hover {
  color: #FF94BD;
}
footer a.uk-button {
  color: #60C9FF;
  border-color: #60C9FF;
  background: none;
}
footer a.uk-button:hover {
  color: #FF94BD;
  border-color: #FF94BD;
  background: none;
}
