.DocNavPanel{
	width: 113.5%;
    bottom: 0;
    left: 0;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    color: white;
    padding-top: 56px;
}
.DocNavPanel > div > nav{
	display: flex;
	flex-direction: column;
}

.DocNavPanel > div{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}


.DocNavPanel > div > nav > a{
	margin: 5px 0;
}

.DocNavPanel nav{
	margin-left: 32px;
}
.DocNavPanel a{
	text-decoration: none;
	color: white;
}

.DocNavPanel h2{
	text-wrap: nowrap;
}

#MainBot{
	background: transparent;
	height: auto;
	align-items: self-start;
}


#DocMain{
	color: white;
	right: 0;
    bottom: 0;
    left: 32%;
    top: 0;
    margin: 64px;
    margin-left: 0;
}

#DocMain > h2 > span{
	border: 5px solid #3a006a;
	background: #6800bf21;
	padding: 0 10px;
}


@media screen and (max-width: 1456px) {
	.DocNavPanel{
		width: 60%;

	}
	.DocNavPanel > div {
		align-items: self-start;

	}
}

@media (max-width: 1000px) {
	.DocNavPanel{
		padding-top: 0;
		display: none;
	}
	.DocNavPanel > div{
		position: fixed;
		justify-content: center;
		backdrop-filter: blur(10px);
		border: 2px solid #6800bf;
		background: #6800bf21;
		left: 0;
		top: 56px;
		bottom: 0;
		padding: 0 64px;
		z-index: 9999;
	}

	#MainBot{
		backdrop-filter: none;
	}
	#footer{
		position: static;
	}
	#DocMain{
		margin: 0px;
	}
}

