:root {
  --haskoning_ocean_blue: #002E4F;
  --haskoning_earth_green: #5CBD7D;
  --haskoning_sky_blue: #009EAB;
  --haskoning_enhancing_orange: #FCB073;
  --haskoning_sunlight_yellow: #FFD68A;
  --haskoning_sunset_blush: #EBA69C;
  --haskoning_sand_beige: #F5D4AB;
  --haskoning_eggshell_cream: #FAF2E3;
  --haskoning_baby_blue: #BFE1E9;
  --haskoning_moss_green: #BDDECC;
  --haskoning_white: #FFFFFF;
}

body, .wy-nav-content {
  color: var(--haskoning_ocean_blue);
  font-family: Gilroy, sans-serif;
}

h1 {
  color: var(--haskoning_ocean_blue);
}

h2 {
  color: var(--haskoning_ocean_blue);
  text-decoration: underline;
}

h3 {
  color: var(--haskoning_ocean_blue);
}

h4 {
  color: var(--haskoning_ocean_blue);
  font-style: italic;
}

h5 {
  color: var(--haskoning_ocean_blue);
}

h6 {
  color: var(--haskoning_ocean_blue);
}

a:link {
  color: var(--haskoning_earth_green);
  font-weight: bold;
}

a:visited {
  color: var(--haskoning_earth_green);
  font-weight: bold;
}

a:hover, a:active {
  color: var(--haskoning_enhancing_orange);
  font-weight: bold;
}

.wy-side-nav-search {
    background: var(--haskoning_eggshell_cream);
    color: var(--haskoning_ocean_blue);
}

.wy-side-nav-search>div.version {
  color: var(--haskoning_ocean_blue);
}

.wy-nav-side {
  background: var(--haskoning_ocean_blue);
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
  color: var(--haskoning_earth_green);
}

.wy-menu-vertical a {
  color: var(--haskoning_white);
  font-weight: normal;
}

.wy-menu-vertical li.current a,
.wy-menu-vertical li.toctree-l2.current > a,
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
  background: var(--haskoning_baby_blue);
  color: var(--haskoning_ocean_blue);
}

.wy-nav-content {
  max-width: 60%;
  background: var(--haskoning_white);
}

.highlight {
  background-color: var(--haskoning_baby_blue);
  margin-right: 5em;
}

.rst-content code.xref {
  color: var(--haskoning_earth_green);
}

.admonition.important {
  background: var(--haskoning_sand_beige);
}
.admonition.important .admonition-title {
  background: var(--haskoning_enhancing_orange);
}
.admonition.warning {
  background: var(--haskoning_sand_beige);
}
.admonition.warning .admonition-title {
  background: var(--haskoning_enhancing_orange);
}
.admonition.note {
  background: var(--haskoning_baby_blue);
}
.admonition.note .admonition-title {
  background: var(--haskoning_sky_blue);
}

.wy-side-nav-search>div.version {
  color: #00577E
}

.wy-nav-side {
  background: #004260
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
  color: #A5C100
}

.wy-menu-vertical a {
  color: #d9d9d9;
}

.rst-content code.xref {
  color: #A5C100;
}

table.docutils {
    width: 100%;
    table-layout: fixed;
}

table.docutils td, table.docutils th {
    word-wrap: break-word;
    white-space: normal;
}

/* Custom tables for properties */
table.center-second-third td:nth-child(2),
table.center-second-third th:nth-child(2),
table.center-second-third td:nth-child(3),
table.center-second-third th:nth-child(3) {
    text-align: center;
}
