
@font-face {
    font-family: bloopsFont;
    src: url(../fonts/font.ttf);
}

html, body {
	margin: 0;
	padding: 0;
	
	color: #fff;
	
	font-family: bloopsFont;
}

body {
	position: relative;
	z-index: 0;
	
/* 	font-family: "Helvetica-neue"; */
	
/* 	border: 5px solid yellow; */
}

#main {
	position: relative;
	
	width: 100%;
	min-height: 100vh;
	height: 100%;
	
/* 	background-color: transparent; */
	
/* 	border: 5px solid green; */
}

.bg-radial {
/*
	position: absolute;
	z-index: -3;
*/
	
	width: 100vw;
/* 	min-height: 100vh; */
	height: 100%;
	
	background: magenta; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(magenta, black); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(magenta, black); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(magenta, black); /* For Firefox 3.6 to 15 */
	background: radial-gradient(magenta, black); /* Standard syntax */

}

.particles {
	position: absolute;
	z-index: -2;
	
	width: 100vw;
	min-height: 100vh;
	height: 100%;
}

/*#bloops {
	position: absolute;
	z-index: -1;
	
	width: 100vw;
	height: 100vh;
}*/

.content {
	position: relative;
	z-index: 0;
	
	width: 75vw;
	height: 100%;
	
	margin: 0 auto;
	
	background-color: transparent;
	
	text-align: center;
/* 	border: 3px solid black; */
}

.game-name {
	padding-top: 3vh;
}

.game-name img {
	width: 50%;
	min-width: 150px;
	max-width: 360px;
}

.game_description {
	margin: 5% auto;
	font-size: 1.4em;
}

.download {
	position: relative;
	margin:5% auto 1% auto;
	
/* 	border: 1px solid green; */
}

.download img {
	width: 40%;
	min-width: 70px;
	max-width: 136px;
}

.screenshots_sep {
	margin:32px 0px;
/* 	border: 3px solid red; */
}

#screenshots {
	position: relative;
	
	width: 100%;
	
	text-align: center;
	
/* 	border: 5px solid #2727c9; */
}

#screenshots div.screenshot {
	position: relative;
	display: inline-block;

	margin: 0px auto;
	
	min-width: 200px;
	width: 60%;
	max-width: 375px;
	max-height: 100%;
	
	text-align: center;
}

#screenshots div.screenshot img {
	position: relative;
	margin: 8% 4%;
	width: 85%;
	height: 85%;
	
	box-shadow: 4px 4px 16px 16px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

/*#screenshots div.screenshot img.blur {
	position: absolute;
	z-index: -5;
	
	margin-left: -10px;
	margin-top: 50px;
	
	width: 320px;
	height: 480px;
		
	-webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
}

#screenshots div.screenshot img.clear {
/* 	z-index: 5; */
	
/*	width: 300px;
	height: 460px;
}*/

.bottom {
	position: relative;
	margin: 0px auto;
	padding-top: 3vh;
	padding-bottom: 3vh;
	
	text-align: center;
}

#divToggleMute {
	position: absolute;
/* 	display: block; */
	
	left: 16px;
	top: 16px;
}

#aToggleMute {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/bgm_on.png) no-repeat center center;
}

.logo {
	position: fixed;
	left: 16px;
	bottom: 16px;
}

.social {
	margin-bottom: 3%;
}

.privacy-tos {
	font-size: 12px;
	font-family: "Helvetica";
}

.privacy-tos a {
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
}

.privacy-tos a:hover {
	text-decoration: underline;
}

.privacy-tos-info {
	font-family: "Helvetica";
}

.bloopsImgDiv {
	overflow: hidden;
}

