* {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#fffbfa;
	background-color: #1f1d1d;
}

.site-name-text {
	display: inline-block;
	font-family: "Poiret One";
	font-weight: 400;
	font-size: 5em;
	font-style: normal;
	margin: 2px;
/*	top: 50%;*/
/*	transform: translateY(-50%);*/
}

.top-navbar {
	display: inline-block;
	background-color: #1f1d1d;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 0px;
	transform: translateY(-25%);
}

.nav-element {
	font-family: "Genos", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	padding: 0em 0.2em;
}

.nav-element:hover {
	text-decoration: underline;
}

.header-container {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 10px;
}

.header-right-column {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 82% 18%;
}

.logo-container {
	display: inline-block;
}

.logo-element {
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 10%;
}

.logo-element img {
	width: 40px;
	height: auto;
	object-fit: contain;
	border-radius: 10%;
}

.separator {
	font-size: 8pt;
	vertical-align: middle;
}
