body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", -segoe-ui, sans-serif;
}
a {cursor:pointer;text-decoration:none;color:#ffffff;}
.text {
	position:relative;
	left:50%;
	width:60%;
	margin-top:60px;
	text-align:center;
	transform:translateX(-50%);
}
img {max-width:100%;max-height:100px;}
.vrm {content:url(images/logos/VRM_medRes.png);}
.pwd {content:url(images/logos/PWD_CompanyLogo.jpg);}
.spacetek {content:url(images/logos/SpaceTek_lowRes.png);}
.tomars {content:url(images/logos/Logo_ToMarsInitiative_BlackNoBG2.png);}
.stillwild {content:url(images/logos/stillwild2.png);}
.xs {content:url(images/logos/Xperience_Logo2_Black.png);}
header {
	min-height:initial;
	padding-left:20px;
	color:#000090;
	font-size:3em;
	font-weight:bold;
	text-shadow:5px 5px 6px rgba(0,0,0,0.3);
}
.ozflag {
	content:url(images/flag1.png);
	position:absolute;
	left:20px;
	bottom:-35px;
	height:40px;
}
logos {
	position:relative;
	display:grid;
	grid-template-columns:1fr 1fr;
	left:50%;
	width:50%;
	padding:20px;
	margin-top:25px;
	gap:20px;
	align-items:center;
	transform:translateX(-50%);
}
logos div {text-align:center;}
.contact {
	position:fixed;
	top:20px;
	right:20px;
	padding:5px 10px;
	border:1px solid #000080;
	border-radius:5px;
	background-color:rgba(0,0,128,0.6);
	font-size:12px;
}
.contact:hover {background-color:rgba(0,0,128,1);}
footer {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	padding:2px 10px;
	margin:0;
}
footer::before {
	content:'Active In';
	position:absolute;
	top:-13px;
	left:5px;
	color:rgba(0,0,0,0.6);
	font-family:'Aoki regular';
	font-size:9px;
}
footer img {
	display:inline-block;
	width:30px;
	height:15px;
}
footer div {
	position:relative;
	display:flex;
	max-width:70%;
	left:50%;
	justify-content:space-between;
	transform:translateX(-50%);
}
@media (max-width:880px) {
	header {
		padding-left:10px;
		padding-top:7px;
		font-size:1.6em;
		text-shadow:2px 2px 3px rgba(0,0,0,0.3);
	}
	.ozflag {height:30px;left:10px;bottom:-27px;}
	.contact {top:10px;right:10px;}
	.text {font-size:9px;}
	img {max-width:50%;}
	logos {grid-template-columns:1fr;width:90%;margin-top:10px;gap:35px;}
	.text {width:100%;padding:0 5px;}
	footer img {width:20px;height:10px;}
	footer div {max-width:99%;}
}