:root {
  --primary-color: linear-gradient(90deg, rgba(0,43,49,1) 0%, rgba(0,114,138,1) 100%);
  --primary-color-rgb: 49, 51, 128;

  --secondary-color: #c6eefb;
  --secondary-color-rgb: 255, 222, 0;
}

.bg-color-secondary, .bg-color-secondary h1, .bg-color-secondary h2, .bg-color-secondary h3, .bg-color-secondary h4, .bg-color-secondary h5, .bg-color-secondary h6, .p-title.invert,.feature-box.style-3 .bg-color-secondary,#form_subscribe #btn-submit i, .p-tagline, i.bg-color-secondary{
	color:#202020;
}

a.btn-custom.invert{
  color: #fff;
}