/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~ Product and property of Titan Informatics LLC ~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
[data-name="logo"] {
	border-bottom: var(--border);
}
[data-name="logo"] img {
	cursor: pointer;
}

[data-name="navigation"] {
	width: 100%;
	max-height: calc(100% + 1px);
	margin: -1px 0 0 0;
	overflow-y: auto;
	border-bottom: var(--border);
}
[data-name="navigation"] li {
	width: 100%;
	padding: 16px 15px;
	border-bottom: var(--border);
}
/*[data-name="navigation"] li:nth-last-of-type(1) {
	border-bottom: var(--border);
}*/
[data-name="navigation"] li:hover {
	background: var(--navigation-hover);
	cursor: pointer;
}



[data-name="touchline"] {
	display: flex;
	flex-direction: column;
	padding: 10px 15px 15px 15px;
	text-align: right;
}
[data-name="touchline"] > li {
	margin: 5px 0;
}
[data-name="touchline"] > li:nth-of-type(1) {
	margin: 5px 0 10px 0;
}

ul[data-name="socials"] li {
	border-radius: unset;
}

[data-name="copyright"] > span {
	font-size: 0.875rem;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	display: inline;
}
[data-name="copyright"] > span:nth-of-type(1)::before,
[data-name="copyright"] > span:nth-of-type(1)::after {
	position: relative;
	float: left;
}
[data-name="copyright"] > span:nth-of-type(1)::before {
	font-family: "Font Awesome 6 Sharp";
	font-size: 0.938rem;
	font-weight: 300;
	content: "\f1f9";
	margin: 0 2.5px 0 0;
}
[data-name="copyright"] > span:nth-of-type(1)::after {
	content: "2020 - ";
}


