:not(rocket-navigation):not(:defined) {
  opacity: 0;
}

.call-to-action {
  background: var(--button-one) !important;
  text-shadow: none !important;
  border-radius: 5px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border: none !important;
}

.call-to-action:hover,
.call-to-action:focus,
.call-to-action:active {
  background: var(--button-one-hover) !important;
}

.call-to-action:nth-child(2) {
  background: var(--button-two) !important;
}

.call-to-action:nth-child(2):hover,
.call-to-action:nth-child(2):focus,
.call-to-action:nth-child(2):active {
  background: var(--button-two-hover) !important;
}

body[layout='home'] .markdown-body .call-to-action:nth-of-type(2) {
  --primary-color: #222;
  --primary-color-lighter: #333;
  --primary-color-darker: #000;
}
