html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}


div#preload {
	display: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 100px 100px, cover;
	background-position: top center;
	background-attachment: fixed;
}
body:after {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	opacity: 0;
	z-index: 1;
}



.container {
	display: block;
    position: relative;
    height: 100%;
    padding: 0;
    z-index: 2;
    top: auto;
}

.content {
	position: fixed;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 600px;
}

#logo-wrapper {
    background: rgba(0,0,0,0.5);
}
#mLogo {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
	height: auto;
	text-align: center;
}
#mLogo > img {
	  width: 50%;
	  height: auto;
}
@media (max-width: 767px) {
	#mLogo {
		max-width: 280px;
		margin: 0;
		left: 10px;
		width: 80%;
	}
	#mLogo > img {
	  width: 80%;
	}
}

@media all and (orientation:landscape) and (max-width: 1023px){
	.content {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 50%;
	}
}
@media all and (orientation:landscape) and (min-width: 900px) and (max-width: 1023px) and (min-height: 350px) and (max-height: 450px){
	.content {
		max-width: 390px;
	}
}
@media all and (orientation:landscape) and (min-width: 900px) and (max-width: 1023px) and (min-height: 250px) and (max-height: 350px){
	.content {
		max-width: 280px;
	}
}
@media all and (orientation:landscape) and (min-width: 800px) and (max-width: 900px) and (min-height: 300px) and (max-height: 400px){
	.content {
		max-width: 340px;
	}
}
@media all and (orientation:landscape) and (min-width: 800px) and (max-width: 900px) and (min-height: 240px) and (max-height: 300px){
	.content {
		max-width: 260px;
	}
}
@media all and (orientation:landscape) and (min-width: 700px) and (max-width: 800px) and (min-height: 260px) and (max-height: 360px){
	.content {
		max-width: 290px;
	}
}
@media all and (orientation:landscape) and (min-width: 700px) and (max-width: 800px) and (min-height: 160px) and (max-height: 260px){
	.content {
		max-width: 200px;
	}
}
@media all and (orientation:landscape) and (min-width: 600px) and (max-width: 700px) and (min-height: 210px) and (max-height: 310px){
	.content {
		max-width: 230px;
	}
}
@media all and (orientation:landscape) and (min-width: 600px) and (max-width: 700px) and (min-height: 110px) and (max-height: 210px){
	.content {
		max-width: 140px;
	}
}
@media all and (orientation:landscape) and (min-width: 500px) and (max-width: 600px) and (min-height: 200px) and (max-height: 270px){
	.content {
		max-width: 220px;
	}
}
@media all and (orientation:landscape) and (min-width: 500px) and (max-width: 600px) and (min-height: 130px) and (max-height: 200px){
	.content {
		max-width: 140px;
	}
}
@media all and (orientation:landscape) and (min-width: 400px) and (max-width: 500px) and (min-height: 170px) and (max-height: 230px){
	.content {
		max-width: 190px;
	}
}
@media all and (orientation:landscape) and (min-width: 400px) and (max-width: 500px) and (min-height: 110px) and (max-height: 170px){
	.content {
		max-width: 115px;
	}
}
@media all and (orientation:landscape) and (min-width: 1023px) and (min-height: 425px) and (max-height: 525px){
	.content {
		max-width: 480px;
	}
}
@media all and (orientation:landscape) and (min-width: 1023px) and (min-height: 325px) and (max-height: 425px){
	.content {
		max-width: 360px;
	}
}
@media all and (orientation:landscape) and (min-width: 1023px) and (min-height: 225px) and (max-height: 325px){
	.content {
		max-width: 240px;
	}
}

.section img {
	width: 100%;
}

.btnContainer {
	text-align: center;
}

.ageBtn img {
	width: 70%;
}

.btn {
	float: left;
	display: inline;
	width: 50%;
	cursor: pointer;
}

.btn img {
	width: 75%;
}

.topBtn {
	margin-bottom: 15px;
}

#rating {
	position: fixed;
	left: 1em;
	bottom: 1em;
}

#volume {
	right: 16px;
    top: 16px;
    padding: 10px;
    width: 34px;
    height: 34px;

	position: fixed;
	/*right: 1em;*/
	/*top: 1em;*/
	/*padding: 10px;*/
	background-color: #ff4600;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*width: 12px;*/
	/*height: 12px;*/
	border: 1px solid #000;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}

#volume img {
	width: 100%;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#footer {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}

#footer a {
  color: #fff;
  text-shadow: #000 0px 0px 2px;
  text-decoration: none;
  font-size: 10pt;
}
