body .g-button {
  background: #ffb401; }
  body .g-button:hover {
    background: rgba(255, 180, 1, 0.8); }
  body .g-button.g-button--invert {
    color: #ffb401 !important;
    border-color: #ffb401; }
  body .g-button.g-button--invert:hover {
    background: #ffb401;
    border-color: #ffb401; }
