/* 
Theme Name: Karich Design Child
Theme URI: https://karich.design
Description: Karich Design Child is a child theme of Karich Designs Multi Theme.
Author: Karich Design
Author URI: https://karich.design
Template: karich-design
Version: 1.0.1
Text Domain: karich-design-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root{
    --color-primary:#1F3D7A;
    --color-secondary:#F5F5F5;
    --color-text:#333333;
    --color-accent:#D4AF37;
}


a{
    color: var(--color-accent);
}

a:hover{
    color: #af9b57;
}

.site-footer{
    background-color: var(--color-primary);
    border-top: solid 1px #ffffff;
    /* border: solid 1px 0px 0px 0px #ffffff; */
}

.site-footer .copyright-text{
    font-size: smaller;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
}