@import "fonts.css";
@import "base.css";
@import "header-footer.css";
@import "bricks.css";

/*------------------------*/
/* mimicry brand colors
/*------------------------*/

:root {
    --textDarker: #1f2a32;
    --textDark: #293742;
    --textMedium: rgba(41, 55, 66, 0.7);
    --borderMedium: rgba(41, 55, 66, 0.2);
    --borderLight: rgba(41, 55, 66, 0.075);
    --accent: #293742;
    --accentDarker: #1f2a32;
    --light: #f5f8fa;
}

/*------------------------*/
/* mimicry background colors
/*------------------------*/

html {
    background: #f5f8fa;
}

body {
    background: #f5f8fa;
}

.innerbody {
    background: #f5f8fa;
}

/*------------------------*/
/* hide top contact bar
/*------------------------*/

header .topbar,
header .contact-bar,
.header-top {
    display: none !important;
}

/*------------------------*/
/* turn grayscale off
/*------------------------*/

img {filter: grayscale(0);}

/*------------------------*/
/* colorize_image
/*------------------------*/

.colorize_image {filter: contrast(1) sepia(1) hue-rotate(160deg) grayscale(0.8)!important;}

/*------------------------*/
/* black_2_textDark
/*------------------------*/

.map::after, .black_2_textDark {filter: contrast(0.7) sepia(1) hue-rotate(160deg)!important;}

/*------------------------*/
/* black_2_textMedium
/*------------------------*/

.black_2_textMedium {filter: contrast(0.3) sepia(0.3) hue-rotate(160deg) brightness(1.4)!important;}

/*------------------------*/
/* black_2_accent
/*------------------------*/

.black_2_accent {filter: contrast(0.11) sepia(1) hue-rotate(340deg) contrast(13)!important;}

/*------------------------ CSS overrides below ------------------------*/

.title.bgimage .overlay {
    background-color: rgba(0, 0, 0, 0.5) !important; /* Darker overlay */
}