.theme-dark .main-wrapper {
    background-color: #FDD806;
}
.hero-text-light .hero__title {
    color: #000000;
}
.hero-text-light .hero__caption {
    color: #4D4D4D;
}
.theme-dark p {
    color: #000000;
}
.footer-copyright__text, .footer-copyright a {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.navigation.sticky-nav {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.cta__buttons:not(:first-child) {
  margin-top: 1rem;
}

.cta__buttons .fa {
  margin-right: 0.9375rem;
}
