@charset "UTF-8";
/* CSS Document */
@font-face{
	font-family:nameFont;
	src:url(../fonts/nameFont.ttf);
}
@font-face{
	font-family:btnFont;
	src:url(../fonts/btnFont.ttf)
}
@font-face{
	font-family:titleFont;
	src: url(../fonts/titleFont.ttf)
}
*{
box-sizing:border-box;
margin:0;
padding:0;	
}
body {
	background-image:url(../images/background2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#6D879E;
	margin:0;
	padding:0;
	z-index:0;
}
#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/background1.jpg);
	background-size:cover;
	
}
#nameBox{
	width: 229px;
	height: 57px;
	font-family: nameFont;
	position: relative;
	text-align: center;
	z-index: 10001;
	font-size: 8em;
	cursor: pointer;
	color: #FBFFFB;
}
#bgMusicController {
	overflow: hidden;
	width: 120px;
	margin: 0 auto;
	height: 100px;
	cursor: pointer;
}
#bgMusicController img {
	margin-left: -187px;
}
#section0 {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	max-width: 1000px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #5A4242;
	font-size: 1em;
}
#section0 h1 {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #787777;
	font-size: 6em;
}
.introBlock{
	width: 33.3%;
	height: 50vh;
	float: left;
	padding: 5px;
	background-image:url(../images/background2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: flex;
	align-content: center;
	overflow: hidden;
	cursor: pointer;
}
.zoomContent {
	width: 100%;
	margin: auto;
	height: auto;
}
.introBlock h1 {
	text-align: center;
	padding-bottom: 23px;
	color: #7E7E7E;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3em;
}
.introBlock h1 , .introBlock p{
	display: block;
	z-index: 5;
	width: 90%;
	height: auto;
	margin: auto;
	position: relative;
	background-color: rgba(246,246,246,0.8);
	padding: 5px;
	border-radius: 5px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
.introBlockImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
.introBlockImg img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
}
footer {
	width: 100%;
	clear:both;
	padding: 5px;
	height: auto;
	position: relative;
	text-align: center;
	font-size: 0.8em;
	color: #000;
	background-color:rgba(255,255,255,1.00);
}
@media screen and (orientation:portrait) and (max-width:480px){
	.introBlock {
	width:100%;
	height:auto;
	float:none;
	margin-bottom:50px;
}
#nameBox {
	width: 100%;
	font-size: 7em;
}
#bgMusicController img {
	height: auto;
	width: 70px;
	margin-left: 0px;
}
#bgMusicController {
	height: 0px;
	width: 44px;
	margin-left: 164px;
}
img {
	max-width:480px;
	max-height:auto; 
	width:100%
}
nav {
	display:none
}
}
