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

.bg-navbar {
	background-color: #FBF9FE
}

.documentation h2 {
	border-top-width: 4px;
	border-style: double;
	border-color: #F0EDF6;
	margin-top: 0rem;
	padding-top: 2.5rem;
}

.documentation h3 {
	margin-top: 1rem;
}
.documentation ul, .documentation ol {
	margin-bottom: 1rem;
}
.documentation .alert p {
	padding-bottom: 0;
}
.documentation .alert {
	margin-top: .25rem;
}
.button {
	display: inline-block;
	margin-bottom: 1.5rem;
}

/**************************************/
/*************** Sidebar **************/
/**************************************/
.sidebar {
  border: none;
  background-image: linear-gradient(0deg, #F0EDF6, #FBF9FE);
}

.sidebar ul li h2 {
  color: #8B8AA7;
}

.sidebar ul li ul li a {
  color: #667eea;
}
.documentation p {
	padding-bottom: 1.25rem;
	line-height: 1.75rem;
}