.navflex-flex
{	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 900px;
	margin-left: 7px;
	margin-top: 8px;
}

.nav-entries
{ 	display: flex;
	flex-direction: column;
	/*width: 100%;
	height: 100%;*/
}

h1.navflex-category-shaw
{	font-size: 20px;
	font-weight: 400;
	text-shadow: 0px 2px 3px #8000ff;
	text-align: left;
	color: rgb(72, 77, 186);
	margin-right: 1rem;
	max-width: min-content;
}

h2.navflex-category-latin
{	font-size: 0.65rem;
	font-weight: 400;
	text-align: left;
	color: rgb(72, 77, 186);
	max-width: min-content;
}

.nav-entry
{ font-size: 0.8rem;
	color: rgb(165, 0, 171);
	text-decoration: none;
	margin: 0px;
	max-width: min-content;
	margin-left: 2px;
	margin-right: 1rem;
	padding: 1px 2px 1px 2px;
	background-image: linear-gradient(to left, #8000FF 50%, rgba(0, 0, 12, 0) 0);
	background-size: 200% 200%;
	transition: background-position 0.5s, color 0.7s;
	font-weight: 500;
}

.nav-entry:hover
{	color: rgb(0, 0, 12);
	background-position: right;
	text-decoration: none;
}

.nav-entry-latin
{ font-family: "Inter Alia";
	font-size: 0.55rem;
	/*color: rgb(89, 19, 92);*/
	color: rgb(0, 0, 12);
	margin: 0px;
	max-width: min-content;
	margin-left: 2px;
}

#nav-entry-links-fonts
{	margin-top: 8px;
}

.powdered-milk-shavian
{
	font-family: "Powdered Milk Shavian";
	font-size: 18px;
	-webkit-font-smoothing: None;
}

.newspaper-bleed-shavian
{	font-family: "Newspaper Bleed Shavian";
	font-size: 18px;
	-webkit-font-smoothing: None;
}