/**********************************************************
*    IncludeMe Tools
*    IncludeMe-customize V3.2.0
*    copyright 2025, Hyssop Production
*    https://www.hyssop.com/
**********************************************************/
/*Bootstrap overrides--------------------------------------------------------------------------------------*/


/*site specific CSS--------------------------------------------------------------------------------------*/
:root {
    --primary: #1a499a;
    --secondary: #81a2e6;
}

body {
    background-color: #8a8a8a;
}

h1, h2, h3, h4, h5, h6, a {
    color: var(--primary);
    font-weight: bold;
}

a[href*="tel:"] {
    color: unset;
    font-weight: unset;
}

a {
    text-decoration:none;
}

a:hover, a:active {
    text-decoration: underline;
}

a[href*="tel:"]:hover, a[href*="tel:"]:active {
    text-decoration: none;
}

footer {
    color: var(--secondary);
    background-color: var(--primary);
}

footer p {
    color: #fff;
}

/*mobile (BS-md-breakpoint)--------------------------------------------------------------------------------------*/
@media all and (min-width: 768px) {
}

/*mobile (BS-sm-breakpoint)--------------------------------------------------------------------------------------*/
@media all and (min-width: 576px) {
}