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

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

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

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

.docnav {
  /* background-color: rgb(46, 57, 66); */
  background-color: black;
}

img[src*='#center'] { 
  display: block;
  margin: auto;
}

.fig {
  margin: auto;
  width: 55%;
}

#app > div:nth-child(2) > div.documentation.is-dark > ul:nth-child(3){
  height: calc(100% - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom:80px; /**force scroll bar on large containers **/
  -webkit-overflow-scrolling: touch;
}

ul > li {list-style-type: none;}