.header-content {
	/* left: 50%; */
	/* padding: 10vmin; */
	/* position: fixed; */
	/* text-align: center; */
	/* top: 10%; */
	/* transform: translate(-50%, -50%);
	/*color: #373435;*/
	/* font-size: 2rem; */
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

.header-content > div {
	margin: 10px;
}


.loginLink 
{
	font-size: .8rem;
	color: unset;
	text-decoration: underline; 
}


.content {
	left: 50%;
	padding: 10vmin;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}


.logoImage {
	/*width: 200px; /* ratio width to height is 2000 to 285 */
	height: 100%; 
	/*width:25%;*/
	width: clamp(250px, 25%, 700px);
}

.content > p {
	font-size: clamp(1.5rem, 1.7vw, 3rem); 
}
	

.footerContent {
	left: 50%;
	padding: 4vmin;
	position: fixed;
	text-align: center;
	bottom: 0px;
	transform: translate(-50%, 0%);
	color: #373435;
	font-size: 1rem;
	width: 100%;
}		


.footerContent > p {
	margin-bottom: 16px;
}


.footerContentEmail {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;

	gap: 7px;
}

