@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');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 100;
	src: url(../fonts/Ubuntu-Thin.ttf) format('truetype');
}

html, body {
	width: 100%;
	/*height: 100%;*/
}
body {
	font-family: Ubuntu, Verdana, sans-serif;
	font-size: 1em;
	/*background-color: #080d0ff0;*/
	color: #dadfec;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
strong {
	font-weight: 200;
}
h3 {
	text-transform: uppercase;
	font-weight: 200;
}
#main-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
}
#main-content {
	text-align: center;
	margin-bottom: 6pt;
}
#header {
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: #2d3339;
	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: #fff;
	font-size: 1.2em;
	font-weight: 300;
	padding-left: 8px;
}
#header .title {
	flex-grow: 1;
}
#header .right {
	align-items: center;
	font-size: 0.75em;
	text-align: center;
	opacity: 0.8;
}
#header .right img {
	vertical-align: middle;
}
#header .right .separator {
	margin: 0 6px;
}
#header .outline-button {
	background-color: #fff;
	color: #111;
	border: solid 1px #ddd;
	border-radius: 20px;
	padding: 7px 14px;
}
#top-part {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: -1;
	margin-top: 60px;
	background-color: #03264e1c;
}
#top-part > * {
	padding: 0 10px;
}
#screenshot-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: #03264e1c;
	padding-top: 40px;
	padding-bottom: 20px;
}
#screenshot-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 20px;
	/*background-color: #03264e1c;*/
}
#screenshot-3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: #03264e1c;
	padding-top: 40px;
	padding-bottom: 20px;
}
#download {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #03264e33;
}
#version {
	color: #434b54;
	text-align: center;
}
#version a, #version a:visited {
	color: #d04e3c;
	margin: 0 10px;
}
#copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	font-size: 10pt;
	font-weight: 100;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	text-shadow: #4573 0px 1px 15px;
	text-align: center;
	background-color: #434b54;
}
#copyright a {
	text-decoration: underline;
	color: #fff;
}
.content {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
}
#logo {
	margin-bottom: 0px;
	user-select: none;
}
.app-title {
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 45pt;
	font-weight: 400;
	color: #d04e3c;
	text-shadow: #4572 0px 1px 25px;
	text-align: center;
}
.subtitle {
	font-size: 15pt;
	font-weight: 200;
	color: #434b54;
	text-shadow: #4573 0px 1px 15px;
	text-align: center;
	margin-bottom: 40px;
}
#links {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#links img {
	box-shadow: #4571 0px 1px 10px;
}
.button {
	display: inline-block;
	padding: 15px 35px;
	margin: 8px 8px;
	background-color: #434b54;
	border: solid 1px #434b54;
	border-radius: 70px;
	color: #fff;
	font-weight: 200;
	font-size: 14pt;
	text-transform: uppercase;
}
.button.main {
	background-color: #c14f40;
	border-color: #c14f40;
	color: white;
}
.space {
	display: inline-block;
}
.text {
	font-family: "Ubuntu", Verdana, sans-serif;
	line-height: 1.15em;
}
.flex-row {
	display: flex;
	flex-direction: row;
}
.list {
	line-height: 2em;
	font-weight: 100;
	font-size: 14pt;
}