.btn-primary, .btn-info, .btn-inverse {
  background-color: #004779;
  color: #fff;
  padding: 10px 35px;
  border-radius: 15px;
}

.btn-primary:hover, .btn-info:hover, .btn-inverse:hover {
  background-color: #dac455;
  color: #004779;
  padding: 10px 35px;
  border-radius: 15px;
  -webkit-transition: all 0.3s 0s ease;
-moz-transition: all 0.3s 0s ease;
-o-transition: all 0.3s 0s ease;
transition: all 0.3s 0s ease;
}


a, .uk-link {
  color: #004779;
  text-decoration: none;
  cursor: pointer;
}