@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: nameFont;
	src: url(../fonts/nameFont.ttf);
}
@font-face {
	font-family: sectionFont;
	src: url(../fonts/typeone.ttf);
}
* {
	box-sizing: border-box;
	margin:0;
	padding:0;
}
body {
	background-image: url(../images/background2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	z-index: 0;
	font-family: sectionFont;
}
header {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}
#InfoBtn {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #2E2A5E;
	width: 124px;
	height: 35px;
	border-radius: 5px;
	font-size: 3em;
	z-index: 2000;
	cursor: pointer;
	color: #FFFFFF;
}
#headerName {
	position: relative;
	height: auto;
	padding-top: 80px;
	font-size: 6em;
	z-index: 500;
	color: #2E2A5E;
}
#initialImage {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10000;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/background2.jpg);
	background-size: cover;
}
#nameBox {
	width: 893px;
	height: 78px;
	font-family: nameFont;
	font-size: 5em;
	position: relative;
	text-align: center;
	z-index: 10001;
	cursor: pointer;
	color: #E8E8E8;
}
#bgMusicController {
	overflow: hidden;
	width: 120px;
	margin: 0 auto;
	height: 100px;
	cursor: pointer;
}
#bgMusicController img {
	margin-left: -180px;
}
#centeringDiv {
	width: 100%;
	max-width: 990px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
.iconImage {
width:100%;
height:auto;
position:absolute;
top:0;
left:0;
z-index:10000;
cursor:pointer;
}
.iconImage img{
	width:100%;
	height:auto;
}
.introBlock {
	width: 33%;
	height: 260px;
	float: left;
	position: relative;
	padding: 5px;
}
.introBlock h1{
text-align:center;
margin-bottom:20px;	
}
.introBlock figure{
width:90%;
height:auto;
margin:0 auto;	
text-align:center;
}
.introBlock figure img{
width:100%;
height:auto;	
}
#section1 {
	background-color: #000000;
}
#section2 {
	background-color: white;
}
#section3 {
	background-color: #01EDFF;
}
#section4 {
	background-color: #5FF6CE;
}
#section5 {
	background-color: #F55F55;
}
#section6 {
	background-color: grey;
}
#section7 {
	background-color: white;
}
#section8 {
	background-color: #2E2A5E;
}
#section9 {
	background-color: white;
}
.introBlock figure, .introBlock figure img {
	width: 90%;
	height: auto;
	position: relative;
}

#introText {
	font-size: large;
	background-color: #FFFFFF;
	/* [disabled]background-size: 0px auto; */
	width: 100%;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	max-width: 412px;
	position: relative;
	margin-bottom: 17px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	line-height: 1.3em;
}
@media screen and (max-width:980px) {
	.introBlock {
	width: 50%;
	height: 350px;
	float: left;
	position: relative;
	padding: 5px;
}
#headerName{
	font-size:4.8em;
}
}
@media screen and (max-width:480px) {
#nameBox {
	width: 100%;
	font-size: 5em;
}
.introBlock {
height:auto;
width:100%;
float:none;	
}
nav{
	display:none;
}
img{
	max-width:480px;
	height:auto;
	width:100%;	
}
#bgMusicController img {
	height: auto;
	width: 70px;
	margin-left: -73px;
}
#bgMusicController {
	width: 45px;
	height: 44px;
}
#section1 {
	margin-top: 50px;
}
}
.White {
	color: #E1E1E1;
}
