@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: #049dbf;
    --accentDarker: #046378;
    --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.avatar.colorize_image {
  filter: none !important;
}

.about img.colorize_image {
  filter: none !important;
}

section.title ul.breadcrumbs li a {
  color: var(--accentDarker);
}

input#qqcoisahp {
  display: none;
}

ul.grid.people a {
  text-decoration: none;
}

p#funcao{
  color: var(--textDark);
  line-height: 1.3;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.4rem;
  padding-top: 1.5rem;
  font-weight: bold;
}

ul#cv li {
  padding-top: 1em;
  list-style: none;
}

ul#cv li::before {
  content: "✓";
  display: inline-block;
  padding: 0 0.5rem;
  color: var(--accentDarker);
}

section div.container p, section div.container li{
  font-size: 1.3rem;
}

h2 {
  font-size: 1.6rem !important;
}

h3 {
  font-size: 1.4rem !important;
}
