* {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}
html {
	background-color: black; 
	margin: 0; 
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	display:flex; 
	align-items: center; 
	justify-content: space-evenly;
	flex-direction: column;
	height: 100%;
	width: 100%;
	margin: 0; 
	padding: 0;
}

.company-logo {
    width: clamp(25vw, 50vw, 368px);
    height: max(86.5px);
}

.application-list {
	display: flex; 
	flex-direction: row;
	width: 100%;
    align-items: center;
    justify-content: center;
}
.application-list a {
	font-size: 20px;
	padding: 0 1vmin;
}
.application-list span {
	padding: 0 1vmin;
	color: grey;
	padding-top: 64px !important;
}

.copyright {
	color: grey;
	padding-top: 24px;
}

.bottom-half {
	display: flex; 
	flex-direction: column;
	font-size: 14px;
	text-align: center;
}
.seating-assistant {
	background-image: url('iturret.svg');
	background-repeat: no-repeat;
	background-size: 84px;
	background-position: 50% 0;
	padding-top: 64px !important;
}
.aria-click {
	background-image: url('aria-click.svg');
	background-repeat: no-repeat;
	background-size: 64px;
	background-position: 50% 12px;
	padding-top: 64px !important;
}
.aria-touch {
	background-image: url('aria-touch.svg');
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: 50% 12px;
	padding-top: 64px !important;
}
.aria-hoot {
	background-image: url('aria-hoot.svg');
	background-repeat: no-repeat;
	background-size: 64px;
	background-position: 50% 12px;
	padding-top: 64px !important;
}
.icms-api {
	background-image: url('icms-api.svg');
	background-repeat: no-repeat;
	background-size: 64px;
	background-position: 50% 12px;
	padding-top: 64px !important;
}
