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

/*------------------------*/
/* theme colors
/*------------------------*/

:root {
    --textDarker: #1e282d;
    --textDark: rgba(38, 50, 56, 1);
    --textMedium: rgba(38, 50, 56, 0.7);
    --borderMedium: rgba(38, 50, 56, 0.2);
    --borderLight: rgba(38, 50, 56, 0.075);
    --accent: #f4b500;
    --accentDarker: #e6ac00;
    --light: rgba(38, 50, 56, 0.035);
}
/*------------------------*/
/* 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 ------------------------*/

img.is_svg {
    width: clamp(100px, 12vw, 180px);
    height: auto;
    max-width: 100%;
    display: block;
    margin-inline: auto;
}

body.filename_home,
body.filename__index {
    min-height: 100vh;
    margin: 0;
}

body.filename_home .innerbody,
body.filename__index .innerbody {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.filename_home img.is_svg,
body.filename__index img.is_svg {
    width: clamp(120px, 14vw, 220px);
    height: auto;
    display: block;
}

body.filename_home,
body.filename__index,
body.filename_home .innerbody,
body.filename__index .innerbody {
    background: #fff !important;
}

.home-contact {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
    background: #fff;
}

.logo-link {
    display: block;
    line-height: 0;
    text-align: center;
}

.home-contact img.is_svg {
    width: clamp(120px, 14vw, 220px);
    height: auto;
    display: block;
    margin: 0 auto;
}

.email-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    color: inherit;
}

.home-contact,
.home-contact .email-link,
.home-contact p,
.home-contact a {
    text-align: center !important;
}

.home-contact .email-link {
    width: 100%;
}

home-contact p {
    width: 100%;
    text-align: center;
    margin: 0;
}
