@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Ubuntu-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 200;
	src: url(../fonts/Ubuntu-Light.ttf) format('truetype');
}
@media screen and (min-width: 800px) {
	#apps {
		margin: 80px 0 !important;
	}
}

html, body {
	width: 100%;
}
body {
	font-family: Ubuntu, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 200;
	background-color: #10181df0;
	color: #cacfdcd0;
	line-height: 160%;
	margin: 0;
	padding: 0;
}
hr {
	height: 0px;
	border: 0;
	border-top: solid 1px #e0e0e4;
	margin: 15px 0px;
	display: block;
}
h2, h3 {
	color: #9bbbdb;
}
h3 {
	text-transform: uppercase;
}
a {
	text-decoration: none;
	color: #9bbbdb;
}
a:visited {
	color: #b7b7ba;
}
a:hover {
	color: #c4dcf3;
}
#main-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
#header {
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: #090a0b90;
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	justify-content: center;
	z-index: 100;
}
#header > div, #header > a {
	flex-grow: 1;
	max-width: 1000px;
	padding: 10px;
}
#header a {
	align-items: center;
}
#header > img {
	padding-left: 20px;
}
#title {
	color: #dadfecd0;
	font-size: 1.2em;
	font-weight: 300;
	padding-left: 8px;
}
#header .title {
	flex-grow: 1;
}
#header .contact {
	align-items: center;
	font-size: 0.75em;
	text-align: center;
	opacity: 0.7;
}
#header .contact img {
	vertical-align: middle;
}
#header .contact .separator {
	margin: 0 6px;
}
#main-content {
	margin-top: 60px;
	max-width: 1200px;
}
#privacy-container {
	align-items: start;
	display: flex;
	justify-content: center;
	width: 100%;
}
#privacy-content {
	margin: 3em;
	max-width: 1000px;
}
#links {
	font-size: 1.0em;
}
#links .separator {
	margin: 5px;
}
.flex-row {
	display: flex;
	flex-direction: row;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
#apps {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}
.app {
	max-width: 450px;
	height: 290px;
	background-color: #0005;
	border-radius: 16px;
	padding: 30px;
	margin: 10px;
}
.app-icon {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 18px;
	box-shadow: #0002 0px 1px 10px;
}
.app-icon.android {
	border-radius: 100px;
	border: solid 2px #fff9;
}
.app-info {
	align-items: flex-start;
	justify-content: center;
	padding: 0 20px;
}
.app-title {
	font-size: 1.25em;
	font-weight: bold;
	color: #fffc;
}
.app-title a, .app-subtitle a {
	color: #b4cce3;
}
.app-title a:hover, .app-subtitle a:hover {
	color: #c4dcf3;
}
.app-subtitle {
	margin-top: 6px;
	color: #cacfdcf0;
}
.app-description {
	font-size: 0.95em;
	flex-grow: 1;
	margin-top: 5px;
	line-height: 150%;
}
.app-links {
	justify-content: center;
}
.app-links a {
	line-height: 0;
	flex-grow: 1;
	max-width: 170px;
}
.app-links img {
	display: inline-block;
	margin: 0 5px;
	opacity: 0.8;
	z-index: -1;
}
#copyright {
	font-size: 0.9em;
	text-align: center;
	margin-top: 20px;
	opacity: 0.7;
}
#footer {
	font-size: 0.75em;
	text-align: center;
	opacity: 0.7;
	margin-bottom: 30px;
}
#footer img {
	vertical-align: middle;
}
#footer .separator {
	margin: 5px;
}
.space {
	display: inline-block;
	width: 10px;
}
.space-vertical {
	display: inline-block;
	height: 10px;
}
