Skip to main content
Marco in Practice
Toggle menu
Menu
All Products
Sign In
Forgot your password?
Enter the email you signed up with and we will send you reset instructions.
Email
/* brand-test */ /* ===== LANDING PAGE — BRAND PALETTE ===== */ /* HERO BANNER — volcanic dark, cream text */ .banner-product { background-color: #1C1208 !important; } .banner-product h1, .banner-product h2, .banner-product h3, .banner-product p, .banner-product li { color: #F5F0E8 !important; } .banner-product [class*="eyebrow"], .banner-product [class*="kicker"], .banner-product small { color: #C4A882 !important; } .banner-product a { background-color: #8B5E3C !important; color: #F5F0E8 !important; border-color: #8B5E3C !important; } .banner-product a:hover { background-color: #C4A882 !important; border-color: #C4A882 !important; color: #1C1208 !important; } /* HIGHLIGHTS — cream */ .highlights-with-images { background-color: #F5F0E8 !important; } .highlights-with-images h2, .highlights-with-images h3, .highlights-with-images p { color: #1C1208 !important; } /* ABOUT — warm cream */ .titled-paragraph { background-color: #EDE4D4 !important; } .titled-paragraph h2, .titled-paragraph p { color: #1C1208 !important; } /* INSTRUCTOR — cream */ .media-and-text { background-color: #F5F0E8 !important; } .media-and-text h2, .media-and-text p { color: #1C1208 !important; } /* CURRICULUM — cream */ .curriculum { background-color: #F5F0E8 !important; } .curriculum h2, .curriculum h3, .curriculum p { color: #1C1208 !important; } /* TESTIMONIALS — cream */ .testimonials { background-color: #F5F0E8 !important; } .testimonials h2, .testimonials p, .testimonials blockquote { color: #1C1208 !important; } /* CTA — volcanic dark, cream text */ .cta { background-color: #1C1208 !important; } .cta h2, .cta p { color: #F5F0E8 !important; } .cta a { background-color: #8B5E3C !important; color: #F5F0E8 !important; border-color: #8B5E3C !important; } .cta a:hover { background-color: #C4A882 !important; border-color: #C4A882 !important; color: #1C1208 !important; } /* GENERAL SECTION ROLE FALLBACKS */ .section--primary { background-color: #1C1208 !important; } .section--secondary { background-color: #F5F0E8 !important; } .section--accent { background-color: #EDE4D4 !important; }