a.btn-primary, a.btn-primary:link, a.btn-primary:visited, a.btn-primary:hover, a.btn-primary:active {
  background-color: #C8FF00 !important;
  color: #0A0A0A !important;
  border: none !important;
  border-bottom: none !important;
  text-decoration: none !important;
}
a.btn-ghost, a.btn-ghost:link, a.btn-ghost:visited, a.btn-ghost:hover, a.btn-ghost:active {
  background-color: transparent !important;
  color: #F5F2ED !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  border-bottom: 1px solid rgba(255,255,255,0.3) !important;
  text-decoration: none !important;
}
a.nav-cta, a.nav-cta:link, a.nav-cta:visited, a.nav-cta:hover, a.nav-cta:active {
  background-color: #C8FF00 !important;
  color: #0A0A0A !important;
  border: none !important;
  border-bottom: none !important;
  text-decoration: none !important;
}
a.btn-dark, a.btn-dark:link, a.btn-dark:visited, a.btn-dark:hover, a.btn-dark:active {
  background-color: #0A0A0A !important;
  color: #C8FF00 !important;
  border: none !important;
  border-bottom: none !important;
  text-decoration: none !important;
}