@import url('//fonts.googleapis.com/css?family=Fanwood+Text:400,400italic');

/* ---------------------------- body and backgrounds -------------------------------*/


body, html {
  background-color: black;
/*  min-width: 1160px;*/

  
}/*

body #cover{
	min-width: 1160px;
	max-width: 1500px;
}*/
html {
	font-size: 100%;
	line-height: 105%;
}	
body {
	font-family: 'Fanwood Text', serif;
	font-size: 135%;
	line-height: 115%;
}


div.spread {
	background: url('background.jpg') center center black no-repeat;
	background-size: cover;
}

.pagenumber {
	height: 200px;
	z-index: 0;
	bottom: -50px;
}

#stars {
	background: url('stars.png') center center;
	width: 150%;
	height: 180%;
	position: absolute;
	margin-left: -40%;
	margin-top: -20%;
	animation: stars 800s infinite linear; 
	-webkit-animation: stars 800s infinite linear;
}

@-moz-document url-prefix() {
	#stars {
		animation: none;
	}
}

@keyframes stars {
	0% {transform: rotate(0deg)}
	100% {transform: rotate(360deg)}

}

@-webkit-keyframes stars {
	0% {-webkit-transform: rotate(0deg)}
	100% {-webkit-transform: rotate(360deg)}
}

.pageboundary {
	height: 90%;
	left: 205px;

}

.lhp {
	padding-left: 40px;
	margin-right: 0;
}

.lhp , .rhp {
	width: 45%;
}

.rhp {
	padding-right: 20px;
}
	

/* ---------------------------- Text / table style -------------------------------*/

.rhp p , .rhp ul , .lhp p , .lhp ul , tr td, ol li {
	color: white;
	text-align: left;
	margin: 0.5em 0em;

}

ol li p {
	margin: 0 !important;
}

dd {
	color: white;
	font-family: 'Fanwood Text', serif;
	border-top: 1px solid white;	

}

dt {
	color: white;
	font-family: 'Fanwood Text', serif;
	text-transform: uppercase;
	border-top: 1px solid white;
}

td {
	border: 1px solid white;
	width: 300px;
}

h2, h3, h4 {
	font-family: 'Fanwood Text', serif;
	color: white;
	font-weight: normal;
	text-transform: none;

}

h2 {
	font-size: 2.5em;
	margin: 0em 0 0.5em 0;
	line-height: 1.3em;
	
}

h3 {
	font-size: 1.8em;
	margin: 1.5em 0em 0.5em 0em
}

.rhp h1:first-child, .rhp h2:first-child , .rhp h3:first-child ,
.lhp h1:first-child, .lhp h2:first-child , .lhp h3:first-child {
	margin: 0.1em 0em 0.5em 0em;
}

#i_epilepsy_warning {
	display: none;
}

table {
		background-color: rgba(4,24,50,0.85);
}


/* ---------------------------- Cover -------------------------------*/


#cover {
	background: url('cover.jpg') 35% 40% black no-repeat;
	background-size: cover;
} 

/*remove page foot image from the cover*/
#cover .pagenumber {
	visibility: hidden;
}
body>div.pagenumber {
	visibility: hidden;
}

#cover h2 {
	position: relative;
	display: inline-block;
	width: 26%;
	left: 71%;
	top: 5%;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 0px 3px 10px black;
	font-size: 32px;
	text-transform: none;

}

#cover h2 img.screen {

	width: 100%;
	margin: 0px 0px -20px 0px;
	padding: 0px 0px 0px 0px;


}

#cover a {
	position: absolute;
	display: block;
	top: 34%;
	left: 45%;
	font-size: 40px;
	font-family: 'Fanwood Text', serif;
	padding: 0px 0px 0px 0px;
	background: transparent;
	color: #ffdb57;
	text-shadow: 0 0 5px #02011a, 0 0 15px #02011a, 0 0 10px #02011a, 0 0 5px #02011a, 0 0 15px #02011a, 0 0 20px #02011a;
	
	transition: color .5s linear, text-shadow .5s linear;
   -webkit-transition: color .5s linear, text-shadow .5s linear;
   -moz-transition: color .5s linear, text-shadow .5s linear;
   -o-transition: color .5s linear, text-shadow .5s linear;
/*	animation: start 3s infinite;
	-webkit-animation: start .5s infinite;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: linear;
}

@keyframes startbutton {
	0% {color: rgb(3, 189, 255)}
	100% {color: rgb(3, 76, 255)}

}

@-webkit-keyframes start {
	0% {color: rgb(244, 229, 8);}
	100% {color: rgb(255, 211, 104)} */
}

#cover a:hover {
	color: white;
	text-shadow: 0 0 5px #02011a, 0 0 15px #02011a, 0 0 10px #02011a, 0 0 5px #02011a, 0 0 15px #02011a, 0 0 20px #02011a,  0 0 5px #02011a, 0 0 15px #02011a, 0 0 10px #02011a, 0 0 5px #02011a, 0 0 15px #02011a, 0 0 20px #02011a;
	
}


#cover #logos {
	bottom: 3%;
	height: 12%;
}


#logos img {
	position: absolute;
	right: 2%;
	top: 5%;
}

#logos img:first-child {
	right: 14%;
	top: 1%;
}

#webmanualintro{
	top: 48%;
	width: 22%;
	left: 72%;
	font-size: 85%;
	line-height: 100%;
	padding-bottom: 0;
}

#webmanualintro h3 {
	line-height: 110%;
}

/* -------------------------  Content Box  ----------------------- */

#manual {
	border: 1px solid #A0FDFD;
	border-top: 0;
	box-shadow: 0px 0px 10px 0px rgba(20, 250, 207, 0.43);
	background-color: rgba(3, 36, 78, 0.8);
	padding-top: 5px;
}

#contentscolumns div li {
	text-transform: none;
	text-align: left;
	margin-bottom: 3px;
	line-height: 100%;
	font-size: 90%
}

#contentscolumns div li ul li {
	margin-bottom: 0px;
}

#manual h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 5px;
	border-bottom: 1px solid #ACFFE9;
}

#manual li a.spread1 {
	color: white;
	font-size: 80%;
	padding-left: 10px;
}

header ul#manual li a {
	font-size: 100%;
}

header ul#manual li a:hover {
	color: #ACFFE9 !important;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px 0px 20px #ACEFFF;
	font-size: 98%;
} 

header ul#manual li a.active {
	color: #ACFFE9 !important;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px 0px 20px #ACEFFF;
	font-size: 98%;
}

a.smoothScroll.cover:hover {
	text-decoration: none;
} 


/* ----------------------  Header  ----------------- */

header {
	line-height: 105%;
}

ul#external {
	background: rgba(3, 36, 78, 0.8);
	border-bottom: 1px solid #A0FDFD;
	box-shadow: 0px 0px 10px 0px rgba(20, 250, 207, 0.43);
	
}

/* ----------------------  Gamepad  ----------------- */

img#gamepaddiagram {
	width: 55%;
	margin: 7% auto 0;
	position: relative;
	max-width: 462px;
	text-align: center;
	float: left;
}

/*table#gamepadcontrols {
	width: 90%;
	max-width: 600px;
	margin: 7% 0% 0% 4%;
	display: inline-table;
	float: left;
}*/

table#gamepadcontrols {
	width: 40%;
	max-width: 600px;
	margin: 25.3% 0% 0% 4%;
	display: inline-table;
	float: right;
}

.round {
	border: 1px solid white;
	border-radius: 1000px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -2px;
	margin: 0 3px;
	line-height: 90%;
}

@-webkit-document url-prefix() {
	.round {
		border: 1px solid white;
		border-radius: 1000px;
		width: 20px;
		height: 20px;
		display: inline-block;
		text-align: center;
		position: relative;
		top: -2px;
		margin: 0 3px;
		line-height: 90%;
	}
}

/* ----------------------  Images  ----------------- */

#spread2 .lhp {
	width: 100%;
	background: url('img01.png') no-repeat right top;
	background-size: contain;
}

#spread2 .lhp p {
	width: 45%;
}

#spread3 .lhp {
	background: url('mickey2.png') no-repeat right bottom;
	background-size: auto 70%;
	position: relative;
	z-index: 1;
}

#i_2_main_menu + p {
	text-align: center;
}

#spread5 .lhp img {
	width: 99%;
	border-radius: 10px;
	border: 1px solid white;
	margin: 0 auto;
}

#spread5 .rhp img {
	width: 99%;
	border-radius: 10px;
	border: 1px solid white;
	margin-bottom: 0.5em;
}

#spread6 .pageboundary {
	background: url('rainbowbridge.png') no-repeat right bottom;
	background-size: 87%;
}

#spread6 .lhp img {
	width: 40%;
	float: left;
	margin: 0.5em 1em 1em 0em;
	border: 1px solid white;
	border-radius: 5px;
}

#spread7 img {
	width: 99%;
	border-radius: 10px;
	border: 1px solid white;
	margin: 1em 0em;
	max-width: 680px;

}

#spread8 .lhp img {
	width: 99%;
	border-radius: 10px;
	border: 1px solid white;
	margin: .5em 0em;

}

#spread8 .pageboundary {
	background: url('mizrabel.png') no-repeat center center;
	background-size: contain;
	background-position: 85%;
}

#spread9 h3 {
	clear: both;
}

#spread9 img {
	width: 40%;
	border-radius: 10px;
	border: 1px solid white;
	margin: -2.8em 0em 0em 1em;
	float: right;
	clear: both;
}

#spread10 .rhp img {
	width: 99%;
	border-radius: 10px;
	border: 1px solid white;
	margin: .5em 0em;	
}/*

#spread11 .lhp img {
	float: left;
	width: 75px;
	margin-right: 15px;
	margin-bottom: -20px;
	top: -40px;
	position: relative;
}*/

#spread11 .lhp img {
	width: 55px;
	margin-left: 30%;
	border-radius: 10px;
	border: 1px solid white;
}

#spread11 .rhp img {
	width: 99%;
	border-radius: 10px;
	border: 1px solid white;
	margin: .5em 0em;	
}

#warranty-credits .pageboundary {
	background: url('warranty.png') no-repeat left bottom;
	background-size: contain;
	position: absolute;
	z-index: 1;
	height: 95%;
}

/* ----------------------  Misc  ----------------- */

#spread1 .lhp {
	font-size: 90%;
	line-height: 110%;
	/*text-shadow: 0 0 5px #02011a, 0 0 15px #02011a, 0 0 10px #02011a, 0 0 5px #02011a, 0 0 15px #02011a, 0 0 20px #02011a, 0 0 15px #02011a, 0 0 10px #02011a, 0 0 5px #02011a, 0 0 15px #02011a, 0 0 20px #02011a;*/
}

#spread1 .lhp h2 {
	font-size: 150%;
}

#spread1 .lhp h3 {
	font-size: 130%;
	margin: 0.9em 0 0.5em;
}

#spread4 .rhp h3#i_gamepad {
	margin: 1.32em 0em 0.5em 0em

}

#spread5 .lhp dl {
	display: block;
	margin: 0 0 0 3%;
	text-align: left;
}

#spread5 .lhp dt {
	font-size: 80%;
	width: 35%;
}

#spread5 .lhp dd {
	width: 58%;
}

#spread5 .lhp {
	text-shadow: 0 0 5px #02011a, 0 0 15px #02011a, 0 0 10px #02011a, 0 0 5px #02011a;
	position: relative;
	z-index: 1;
	text-align: center;
}

#spread5 .lhp h2 {
	text-align: left;
}

#spread5 .rhp table {
	background: none;
	width: 90%;
	display: block;
	margin-left: 10%;

}

#spread5 .rhp tr {
	display: block;
	float: left;
	width: 30%;
}

#spread5 .rhp tr:nth-child(1), #spread5 .rhp tr:nth-child(2) {
	
}

#spread5 .rhp tr:nth-child(3), #spread5 .rhp tr:nth-child(4) {
	
}

#spread5 .rhp tr:nth-child(5), #spread5 .rhp tr:nth-child(6) {
	
}

#spread5 .rhp td {
	border: none;
	width: 10px;
}

#spread7 p {
	margin: 0.2em 0em 0.2em 0em;
}

#spread9 .lhp p:nth-child(3) {
	margin-bottom: 6%;
}
/*
#spread9 .lhp p:nth-child(7) {
	margin-bottom: 12%;
}*/

h3#i_8b_paintings, h3#i_6a_time_attack {
	margin: 1.32em 0em 0.5em 0em
}

#spread9 .rhp p:nth-child(4) {
	margin-bottom: 25.5%;
}

/*#spread11 .lhp h3 {
	font-size: 1.8em;
	margin: 0.7em 0em 0.2em 0em;
	left: 90px;
	display: block;
	position: relative;
	width: 80%;
}

#spread11 p:nth-child(15) {
	margin-top: 0;
}

#spread11 p:nth-child(14) {
	margin-bottom: 0;
}

*/

#spread11 .lhp h3 {
	float: right;
	width: 80%;
	margin: .1em 0 .2em;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
}

#spread11 .lhp h3 + p {
	float: left;
	height: 55px;
	margin-top: 0;
	margin-bottom: 0.7em;
	padding-top: 2px;
}

#spread11 .lhp h3#i_7d_chests + p {
	height: 70px;
}

#spread11 .lhp h3 + p + p, #spread11 .lhp h3 + p + p + p {
	float: right;
	width: 80%;
	margin: .2em 0;
	line-height: 110%;
}

#spread11 .lhp h3 + p + p + p {
	margin-top: 0;
}

#spread11 .lhp p:last-child {
	text-shadow: 0 0 5px #02011a, 0 0 15px #02011a, 0 0 10px #02011a, 0 0 5px #02011a;
}

#tech-support-contact .lhp {
	height: 90%;
}

a:link, a:visited {
	color: white;
}

/*#spread4 .lhp , #spread4 .rhp {
	max-width: 650px;
} */

#legaltext {
	color: white;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 12px;
}

#tech-support-contact .lhp {
	height: 82%;
	padding-top: 5%;
	overflow: visible;
	width: 95%;
 	font-size: 95%;
 	line-height: 120%;
}

#tech-support-contact h2 {
	margin-top: -5%;
	position: absolute;
}

#tech-support-contact .pagenumber {
	background: none;
}

#tech-support-contact ul + p + p {
	margin: 0.5em 0em;
	padding: 0;
}

#ratings {
	margin: 20% 0% 10% 0%;
}

#creditslist dt {
	text-transform: none;
	width: 37%;
	margin-left: 7%;
}


/* -----------------------------------------------*/
/* ---------------- Meida Queries ----------------*/
/* -----------------------------------------------*/


/* ---------------- Small ----------------*/

@media all and (max-width: 1366px) and (max-height: 768px) {
	
	body {
		font-size: 115%;
		line-height: 110%;
	}
	
	h2 {
		font-size: 2em;
	}

	.pagenumber {
		height: 200px;
		z-index: 0;
		bottom: -100px;
	}


	#contentscolumns div li {
		margin-bottom: 0;
	}

	#webmanualintro{
		top: 48%;
		width: 22%;
		left: 72%;
		font-size: 85%;
		line-height: 100%;
		padding-bottom: 5px;
	}

	
	#cover #logos {
		bottom: 1%;
		height: 11%;
	}

	#spread1 .lhp {
		font-size: 90%;
		line-height: 100%;
	}
	
	
	
	#spread2 .lhp p {
		width: 40%;
	}
	
	#spread3 .rhp li {
		margin: 0.3em 0em;
	}
	
	#spread3 .rhp {
		width: 47%;
		padding-right: 10px;
	}
	
	

	#spread5 .lhp dd {
		width: 55%;
	}
	

	#spread11 .lhp h3 + p {
		height: 37px;
		margin-top: 0;
		margin-bottom: 1em;
		padding-top: 2px;
	}
	
	#spread11 .lhp h3#i_7a_diamonds + p + p, #spread11 .lhp h3#i_7c_lives + p + p {
		padding-bottom: 10px;
	}
	
	#spread11 .lhp img {
		width: 37px;
		margin-left: 23%;
		border-radius: 10px;
		border: 1px solid white;
	}
	
	
	#spread11 .lhp h3#i_7d_chests + p {
		height: 55px;
	}
	
	

	#tech-support-contact .lhp {
		font-size: 95%;
	 	line-height: 110%;
	 	height: 90%;
	}
	
	
	#creditslist dt {
		text-transform: none;
		width: 50%;
		margin-left: 2%;
	}
	

	
}

/* --- oddities --- */

@media all and (min-width: 1000px) and (max-height: 768px) {

	#webmanualintro{
		top: 55%;
		width: 29%;
		left: 62%;
		font-size: 85%;
		line-height: 100%;
		padding-bottom: 0;
	}
	
}	


@media all and (min-width: 1380px) and (min-height: 800px) {

	#webmanualintro{
		top: 55%;
		width: 29%;
		left: 62%;
		font-size: 85%;
		line-height: 100%;
		padding-bottom: 0;
	}
	
}	


/* ---------------- Large ----------------*/

@media all and (min-width: 1401px) and (min-height: 901px) {
	
	body {
		font-size: 145%;
		line-height: 130%;
	}
	
	td {
		padding: 2px 10px;
	}
}



/* ---------------- Wide ----------------*/

@media all and (min-width: 1402px) and (max-height: 900px) {
	
	#webmanualintro{
		top: 54%;
		width: 29%;
		left: 67%;
	}
	
	.inpagenav {
		bottom: 120px;
	}
	
	#cover h2 {
		width: 19%;
	}
	
	#cover h2 img.screen {
	
		width: 100%;
		margin: 0px 0px -20px 0px;
		padding: 0px 0px 0px 0px;
	
	
	}
	
	
	
	#spread11 .lhp h3#i_7d_chests + p {
		height: 55px;
	}


	#cover #logos {
		bottom: 7%;
		height: 12%;
	}

	
}







