/* Copyright (c) Wadlemar Umaniz*/

body {
    background-color: #19171e;
	color: #ffffff;
	font-family: "CaviarDreams";
    font-size: 1em;
}
.noselect {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
	-moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

header, section, footer {
	margin: 40px 40px 40px 40px;
}
section {
	padding: 0px 0px 40px 0px;
}

h1 {
	clear: none;
    font-size: 2.1em;
	line-height: 1.6em;
}
h2 {
	clear: none;
    font-size: 1.6em;
	line-height: 1.2em;
}
h3 {
	clear: none;
    font-size: 1.2em;
	line-height: 1.2em;
}

.content {
	margin: 40px 40px 40px 40px;
    text-align: left;
}

.content > .screenshot {
	display: inline-block;
	margin: 10px 20px 10px 0px;
}
.content > .screenshot > a > img {
    width: 480px;
    height: 270px;
}

.content > .gif {
	display: inline-block;
	margin: 10px 20px 10px 0px;
}
.content > .gif > a > img {
    width: 480px;
    height: 360px;
}

.content > .logo, .icon {
	display: inline-block;
	margin: 10px 20px 10px 0px;
}
.content > .logo > a > img {
    width: 730px;
    height: 570px;
}
.content > .icon > a > img {
    width: 480px;
    height: 480px;
}

.trailer {
	width: 640px;
    height: 360px;
	max-width: 90vw;
    max-height: 50.625vw; /* 360/640 = 0.5625 > 56.25 * 0.9 > 50.625 */
}
.copyLinkToTheTrailer {
	display: inline-block;
	cursor: pointer;
}
.hover {
	color: red;
}

.content > .description {
	max-width: 640px;
	width: 80vw;
	margin: 0px 0px auto;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: white;
	letter-spacing: 2px;
}
a:hover, a:active {
    color: red;
}

ul {
	list-style-type: disc;
	padding-left: 18px;
}
li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.textSelectionIsOn {
    cursor: auto;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
 }
