.main-toc {
	position: fixed;
	background: #666666;
	left: 0;
	top: 6em;
	padding: 1em;
	width: 18vw;
	height: 100vh;
	line-height: 2;
}

.hidden {
	visibility: hidden;
}

.main-toc ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-toc ul ul {
	padding-left: 2em;
}

.main-toc li a {
	display: inline-block;
	color: #aaa;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}

.main-toc li.visible > a {
	color: #111;
	transform: translate(5px);
}

.main-toc li.toc-top > a{
	color: #bb0000;
	font-weight: 700;
	font-size: 2em;
}

/* On hover the table of contents changes appearance */
.main-toc li > a:hover {
	color: white;
	transform: translate(10px);
}

.main-toc-footer {
	text-align: center;
	padding: 1em;
	inline-size: 13em;
	overflow-wrap: break-word;
	position: fixed;
	bottom: 0;
}

.main-toc-footer .name a {
	text-decoration: none;
	color: black;
}

.main-toc-footer .social-icons a {
	text-decoration: none;
	filter: contrast(100);
}