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

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

:root {
  --textDarker: #1e282d;
  --textDark: #090909;
  --textMedium: rgba(38, 50, 56, 0.7);
  --borderMedium: rgba(38, 50, 56, 0.2);
  --borderLight: rgba(38, 50, 56, 0.075);
  --accent: #0c8ce9;
  --accentDarker: #002974;
  --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.24) sepia(1) hue-rotate(138deg) contrast(6) brightness(1.6) !important;}


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

a.logo img {
  height: 5rem;
}

section.post div.container.title h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1.6em;
}

input#requiredYes {
  display: none;
}

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

h2 {
  font-size: 2rem;
}

.meta img {
  bottom: 0rem;
}

section.features {
  background: var(--light);
  border-top: 0.1rem solid var(--light);
  border-bottom: 0.1rem solid var(--light);
}

section.cta .twocols .image img {
  border-radius: 1rem;
}

ul.blocks li h3 {
  font-size: 2rem;
}

ul.blocks li p {
  font-size: 1.3rem;
}

form#contactform h2 {
  margin-top: 0;
}

label.inborder {
  font-size: 1.2rem;
}

label.inborder + * {
  margin-top: 1.8rem;
}

section .container.small {
  max-width: 50rem;
}

div.box label.inborder::after {
  background: var(--light);
}

ul.grid.people {
  grid-template-columns: 1fr;
}

section .container.small {
  max-width: 60rem;
}
