/* 2025 convert to copper */

.text-secondary {
    --text-opacity: 1;
    color: #703A23;
    color: rgba(112,58,35,var(--text-opacity));
}

.group:hover .group-hover\:bg-secondary {
    --bg-opacity: 1;
     background-color: #703A23;
    background-color: rgba(112,58,35,var(--bg-opacity));
}


.border-secondary {
    --border-opacity: 1;
    border-color: #703A23;
    border-color: rgba(112,58,35,var(--border-opacity));
}

.hover\:bg-primary:hover {
    --bg-opacity: 1;
    background-color: #703A23;
    background-color: rgba(112,58,35,var(--text-opacity));
}

.hover\:bg-secondary:hover {
    --bg-opacity: 1;
    background-color: #703A23;
    background-color: rgba(112,58,35,var(--bg-opacity));
}

.bg-green-6d {
    --bg-opacity: 0.8;
    background-color: #703A23;
    background-color: rgba(112,58,35,var(--bg-opacity));
}



.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #703A23;
    text-decoration: underline;
}

.uk-slidenav:active {
    color: rbga(112,58,35,1);
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke: #703A23;
}

a.uk-slidenav-large {
    color: #703A23;
}

.header-nav-selected{
      --text-opacity: 1;
    color: #BD946B;
    color: rgba(189, 148, 107,var(--text-opacity));
    
}

/*2025 convert  to dark */




.text-primary {
    --text-opacity: 1;
    color: #004692;
    color: rgba(0,70,146,var(--text-opacity));
}

.bg-blue-0d {
    --bg-opacity: 1;
    background-color: #2C3836;
    background-color: rgba(44,56,54,var(--bg-opacity));
}



h4 {
    --text-opacity: 1;
    color: #2C3836;
    color: rgba(44,56,54,var(--text-opacity));
    font-weight: 500;
}




.bg-secondary {
    --bg-opacity: 1;
    background-color: #2C3836;
    background-color: rgba(44,56,54,var(--bg-opacity));
}



/*2025 convert to gold */

.text-blue-0d {
    --text-opacity: 1;
    color: #B59352;
    color: rgba(181,147,82,var(--text-opacity));
}

.border-blue-38 {
    --border-opacity: 1;
    border-color: #B59352;
    border-color: rgba(181,147,82,var(--border-opacity));
}

.hover\:text-secondary:hover {
    --text-opacity: 1;
    color: #B59352;
    color: rgba(181,147,82,var(--text-opacity));
}

.text-blue-38 {
    --text-opacity: 1;
    color: #B59352;
    color: rgba(181,147,82,var(--text-opacity));
}

.hover\:text-primary:hover {
    --text-opacity: 1;
    color: #B59352;
    color: rgba(181,147,82,var(--text-opacity));
}

/* 2025 convert to bright blue */

.uk-link, a {
    color: #004692;
    text-decoration: none;
    cursor: pointer;
} 

.hover\:bg-blue-24:hover {
    --bg-opacity: 1;
    background-color: #004692;
    background-color: rgba(0,70,146,var(--bg-opacity));
}
