 :root{
    --primary-color: #0a2251;
    --contrast-color: #fff;
} 


/* color for navigation underline in header*/
:root {
    --save-area-padding: 4%;
    --primary-color: #0a2251; /* edit only this*/
    --contrast-color: #fff;
    scrollbar-width: thin;
    scrollbar-color: var(--color-muted-foreground) var(--primary-foreground);
}

/*color for "WHAT TO WATCH" Button */
.btn-primary {
    background-color: #0a2251;
    color: var(--contrast-color);
    border: 2px solid #0a2251;
    cursor: pointer;
}


/*comment back in if client has subs/ppv */


/* color for big SUBS/PPV button */

/*.bg-theme-primary { 
    background-color: #e09e0b;
}*/



/* color for "Login Here" text underneath the big SUBS/PPV Button  */

/*.text-theme-primary { 
    color: #e09e0b;
}*/



/* click on "Buy Now" - > color for Subscription Products buttons "Login Here" and "BUY"*/

/*.btn-primary { 
    background-color: #e09e0b; 
    color: var(--contrast-color);
    border: 2px solid #e09e0b;
    cursor: pointer;
}*/



/* click "Login Here" -> "Subscriber Login" text color */

/*.main_head, .comp_cont h1, .td_rightmenu a.menulink, .signup_link a.menulink, a.gn_txt, .td_rightmenu a.menulink:hover, .signup_link a.menulink:hover, a.gn_txt:hover, .main_head, .comp_cont h1 {
    color: #e09e0b !important;
}*/



/* click "Login Here" -> "Subscriber Login"color for "Sign in Button " */

/*.button {
    border-color: #e09e0b !important;
    background: #e09e0b !important;
}*/