html, body {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;

	background-color: #d3eeff;
	background-image: url('https://cdn.amorousgame.com/amorous/background_sky.png');
	background-position: top;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

body {
	min-height: 100%;

	background-image: url('https://cdn.amorousgame.com/amorous/footer_scenery.png'), url('https://cdn.amorousgame.com/amorous/footer_ocean.png');
	background-position: bottom right, bottom;
	background-repeat: no-repeat, repeat-x;

	font-family: 'Montserrat', sans-serif;
}

.clouds {
	position: fixed;
	height: 200px;
	width: 100%;
	background-image: url('https://cdn.amorousgame.com/amorous/background_clouds.png');
	background-position: 200px center;
	background-repeat: repeat-x;
	z-index: -1;
}

.clouds.layer-1 {
	top: 50px;
}

.clouds.layer-2 {
	top: 200px;
	background-position: 750px;
}

.launcher-wrapper {
	position: relative;
	width: 960px;
	height: 649px;
	margin: auto;
	top: 30px;
	background-image: url('../img/placeholder.png');
	background-repeat: no-repeat;
}

.button {
	cursor: pointer;
}

#minimize {
	position: absolute;
	left: 845px;
	top: 51px;
}

#close {
	position: absolute;
	left: 877px;
	top: 51px;
}

#patreon {
	position: absolute;
	left: 750px;
	top: 85px;
}

.launcher-wrapper #status {
	position: absolute;
	left: 380px;
	top: 460px;
	color: white;
}

#character {
	position: absolute;
	left: 73px;
	top: 622px;
}

#character-from, #character-to {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

#loadingbar {
	position: absolute;
	left: 380px;
	top: 480px;
}

#loadingbar-full, #loadingbar-pulse {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#verify {
	position: absolute;
	left: 525px;
	top: 535px;
}

#play {
	position: absolute;
	left: 705px;
	top: 535px;
}

#cancel {
	position: absolute;
	left: 705px;
	top: 535px;
}

#content {
	position: absolute;
	left: 369px;
	top: 199px;
	width: 497px;
	height: 240px;
	color: #ffffff;
}

.character-sprite {
   	background-image: url('../img/placeholder.png');
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
}

.ui-sprite {
    background-image: url('../img/placeholder.png');
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
}

.modal {
	display: none;
}

.modal.background {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
}

.modal .window {
	width: 30%;
	margin: 20% auto 0 auto;
	min-height: inherit;
	padding: 20px;
}

.modal p {
	min-height: inherit;
	margin: 0 0 5px 0;
	text-align: center;
}

.content-wrapper {
	width: 990px;
	height: 100%;
	margin: auto;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
}

header img {
	width: 100%;
	height: 100%;
}

section {
	clear: both;
	margin: auto;
	width: 80%;
	padding: 20px 20px 10px 20px;
	background-color: #09191E;
	color: #E9E9E9;
	border: 4px solid #DF9DE0;
	margin-bottom: 15px;

	-webkit-box-shadow: 4px 4px 15px 0px rgba(151,37,153,0.8);
	-moz-box-shadow: 4px 4px 15px 0px rgba(151,37,153,0.8);
	box-shadow: 4px 4px 15px 0px rgba(151,37,153,0.8);

	background: rgba(90,90,90,1);
	background: -moz-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(10,10,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(90,90,90,1)), color-stop(100%, rgba(10,10,10,1)));
	background: -webkit-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(10,10,10,1) 100%);
	background: -o-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(10,10,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(10,10,10,1) 100%);
	background: linear-gradient(to bottom, rgba(90,90,90,1) 0%, rgba(10,10,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#0a0a0a', GradientType=0 );

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

section h1, h3, p {
	margin: 0 0 10px 0;
	padding: 0;
}

section ul {
	margin: 0 0 10px 0;
}

footer p {
	max-width: 300px;
	text-align: center;

	margin: 20px auto 0 auto;
	padding: 10px 20px;

	background: rgba(30,30,30,1);
	border: 4px solid #DF9DE0;
	color: #D0D0D0;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.hidden {
	display: none;
}

#content {
	padding: 10px;
}

#content h2 {
	margin-top: 0;
}

.column-40 {
	float: left;
	width: 40%;
}

.column-60 {
	float: left;
	width: 60%;
}

.column-35 {
	float: left;
	width: 35%;
}

.column-65 {
	float: left;
	width: 65%;
}

.clear {
	clear: both;
}

#content #changelog {
	min-height: 240px;
	max-height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.pickagame {
	padding-top: 200px;
	text-align: center;
}

.pickagame ul {
	list-style-type: none;
	padding: 0;
}

.pickagame li {
	display: inline;
	padding: 5px 30px 5px 30px;
}

.pickagame img {
	padding: 5px;
}

.pickagame img:hover {
	padding: 0;
	border: 5px solid orange;
}