/**************************************/
/**************** Root ****************/
/**************************************/
:root {
  --documentation: white;
  --navbar: white;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,600i,700');


/**************************************/
/*************** Sidebar **************/
/**************************************/
/*
.sidebar {
  border: none;
  background-image: linear-gradient(0deg, #12283A, #1C3D5A);
}

.sidebar ul li h2 {
  color: #6CB2EB;
}

.sidebar ul li ul li a {
  color: #DAE1E7;
}*/


.documentation {
  color: rgb(45, 55, 72);
  font-family: Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

.documentation h2{
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-top: 4.5rem;
  color: var(--primary);
}

.documentation h2 a{
  color: var(--primary);

}

.documentation h1{
  color: var(--primary);
  font-size: 2.5em;
}

.documentation p{
  margin-bottom: 16px;
  line-height: 1.5;
}

.documentation img{
  border-color: black;
  border-width: thin;
  padding: 2px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.documentation dt{
  margin-top: 24px;
  font-weight: bolder;
  margin-bottom: 6px;

}

.documentation dd{
  margin-bottom: 6px;
  list-style-type: square;
  line-height: 20px;
  display: list-item;
  list-style-position: inside;
}

.documentation a{
  color: #de751f;
}

.documentation ul:first-of-type li a{
  color: #004e92;
}