.btn-preorder
{	
	position: fixed;
	top: 75%;
	left: 50%;
	margin-left: -300px;
	-webkit-filter: drop-shadow(0px 0px 15px rgba(10,10,10,0.5));
  	filter: drop-shadow(0px 0x 15px rgba(10,10,10,0.5));
}
.btn-preorder:hover{
	cursor: pointer;
}
.about-sns2
{
	width: 640px;
	height: 130px;
	background-color: rgba(45,16,1,0.6);
	position: fixed;
	top: 60%;
	left: 50%;
	margin-left: -310px;
	padding: 10px;
	text-shadow: 2px 2px 1px rgb(45,16,1), 2px -2px 1px rgb(45,16,1), -2px 2px 1px rgb(45,16,1), -2px -2px 1px rgb(45,16,1);
	box-shadow: 0px 0px 15px rgba(45,16,1,0.2), 0px 0px 15px rgba(45,16,1,1);
	font-size: 120%;
}
.text-emphasis {
	
	font-weight: bold;
}
.logo{	
	width: 800px;
	height: auto;
	margin-top: 0px; 
	margin-left: -400px;
	position: fixed;
	top: -40%;
	left: 50%;
	-webkit-filter: drop-shadow(0px 15px 15px rgba(10,10,10,0.5));
  	filter: drop-shadow(0px 15px 15px rgba(10,10,10,0.5));
}
.logo-img {
	width: 100%;
	height: auto;	
}
.sublogo-img {
	top: -150px;
	margin-left: 5%;
	z-index: 1;
	position: relative;
	opacity: 0;
	width: 90%;
}
.startHidden {
	opacity: 0;
}
body {
	color: white;
	margin: 0px;
	padding: 0px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.background {
	background: url(images/bg.jpg) center top; 
	background-repeat: no-repeat;
	text-align: center; 
	color: white;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}