
/*#rtd-search-form {*/
/*    display: none !important;*/
/*}*/


/*!* Hide the first <a> tag descendant of the div with class='wy_menu' *!*/
/*.wy_menu a:first-of-type {*/
/*    display: none;*/
/*}*/
:root {
  --pralana_green: #167E5A;
  --pralana_green_lighter: #1a996e;
  --pralana_green_darker: #0f573e;
  --pralana_blue: rgb(159, 207, 255);
  --pralana_blue_background: rgb(238, 247, 255);
  --page_background_color: #F8F8F8;
  --section_background_color: white;
}


div[role="search"] {
    display: none;
}



.wy-side-nav-search,
.wy-nav-side{
  background-color: white !important;
  border-right: 1px solid #167E5A !important;
  margin-bottom: 0 !important;
  color: #167E5A !important;
}

.wy-side-nav-search>div.version {
    color: #167E5A;
    font-size: .75em;
}
.wy-nav-content {
  max-width: 100% !important;
}


a {
  color: #167E5A !important;
}

p.caption {
  margin-top: 0 !important;
  color: #167E5A !important;
}


h1 {
  color: #3d3d3d;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 1.4em;
  font-weight: 600;
  border-top: .1em solid #3d3d3d;
  border-bottom: .1em solid #3d3d3d;
  margin: 2.5em -1em 1.2em -1em !important;
}

h2 {
  color: black;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 1.2em;
  font-weight: 500;
  margin: 1.5em 0 1em 0 !important;
  border-top: 1px solid black;
}

h3 {
  color: #1a996e;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: .5em !important;
}

h4 {
  color: black;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: .25em !important;
    padding: 0 1.5em;
}
h4 ~ p {
    padding: 0 1.5em;
}
h5 {
  color: darkblue;
  font-size: 1em;
  font-weight: 500;
  font-style: italic;
  padding: 0 3em;
  margin-bottom: .25em !important;
}
h5 ~ p {
    padding: 0 3em;
}

/*img {*/
/*    transform: scale(1.5) translateX(50%);*/
/*}*/