<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro|Open+Sans');
html {
	background-color: black;
	margin: 0;
}
body {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
#layout-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 768px;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
	background-color: black;
	color: #1f0841;
}
#header {
}
	#header &gt; div {
		display: flex;
		align-items: center;
		height: 75px;
		width: 100%;
	}
	#header img {
		height: 100%;
		width: auto;
	}
#title &gt; div {
    display: flex;
    align-items: center;
}
#title img {
    width: 100%;
}
#footer {
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
	font-style: italic;
}
.title {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    margin-left: 10px;
}
.row {
	width: 100%;
	padding: 10px;
}
.column {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.menu {
	list-style: none;
	margin: 0 0 0 auto;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
}
	.menu li {
		display: inline-block;
		padding: 0 10px;
	}
		.menu li a {
			text-decoration: none;
			color: #1f0841;
		}
		.menu li a:hover {
			text-decoration: underline;
		}
.video {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
	.video iframe {
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		position: absolute;
	}
.downloads {
	width: 100%;
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: center;
}
.download {
	display: inline-block;
	width: 165px;
}
.download img {
	width: 160px;
}

h1 {
	font-family: 'Source+Serif+Pro', sans-serif;
	font-size: 48px;
	font-weight: bold;
	margin: 12px auto 6px auto;
	text-align: left;
}
h2 {
	font-family: 'Source+Serif+Pro', sans-serif;
	font-size: 24px;
	font-weight: bold;
	clear: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 10px auto 10px auto;
	text-align: left;
}
h3 {
	font-family: 'Source+Serif+Pro', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 5px auto 5px auto;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0;
}
p {
	line-height: 1.25em;
	margin:0;
	margin-bottom: 1em;
}
ul {
	margin: 0;
	padding-left: 1em;
	list-style-position: inside;
}
li {
	line-height: 1.5;
}
a, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #09106e;
}
	a:hover {
		color: #cf676d;
		text-decoration: underline;
	}

@media screen and (min-width: 768px) {
	#layout-container {
		max-width: 960px;
	}
	#navigation {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
	.row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
	}
	.column {
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 1;
	}
	.title {
		font-size: 48px;
	}
	.menu {
		font-size: 22px;
	}
}

.linklist {
	list-style: none;
	list-style-type: none;
	padding: 0;
	-webkit-padding-start: 0;
	max-width: 720px;
	margin: 3em auto 0 auto;
	width: 100%;
}
	.linklist li {
		margin-bottom: 25px;
		position: relative;
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		color: #1f0841;
	}
	.linklist li a, .linklist li a:visited {
		color: #09106e;
	}
	.linklist li a:hover {
		color: #cf676d;
	}

.fb-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	margin-top: 10px;
}
.fb-like {
	width: 142px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.screenshots {
	width: 100%;
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: center;
}
.screenshot {
	display: inline-block;
	width: 125px;
}
	.screenshot img {
		width: 120px;
	}
</pre></body></html>