@charset "UTF-8";
/* CSS Document */
@font-face{
	font-family:nameFont;
	src:url(../fonts/nameFont.ttf);
}
*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}
body {
	background-image: url(../images/Background3.jpeg);
	background-repeat: no-repeat;
	background-color: #284C5E;
	margin: 0;
	padding: 0;
	z-index: 0;
	background-size: 100% auto;
}

.centeringDiv{
	width: auto;
	height:auto;
	position:relative;
	display:-webkit-flex;
	display:flex;
	justify-content: space-around;
	flex-direction:row;
	flex-wrap:wrap;
}
#section0{
	border-radius: 100px;
	background-color: rgba(255,255,255,0.86);
}
#section0 h1{
	width: 100%;
	text-align:center;
	margin-top:10px;
}
#section0 p{
	width: 90%;
	text-align:left;
	margin:10px auto;
	margin-bottom:30px;
	
}
#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: 623px;
	height: 58px;
	position: relative;
	text-align: center;
	z-index: 10001;
	color: #DFDFDF;
	cursor: pointer;
	font-family: nameFont;
	font-size: 10em;
}
#bgMusicController {
	overflow: hidden;
	width: 120px;
	margin: 0 auto;
	height: 138px;
	cursor: pointer;
}
#bgMusicController img {
	margin-top: 0;
	margin-left: -179px;
	margin-bottom: 0;
}
.introBlock {
	align: center;
	width: 450px;
	height: 450px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.86);
	margin: 20px;
	text-align: center;
}
.sectionHolder {
	width: 490px;
	height: 490px;
	position:relative;
}
.introBlockHeader {
	height:0px;
	float:left;
	margin:0 20px;
}

.introBlock h1, #section0 h1 {
	font-family: nameFont;
	font-size: 3em;
	color: #817878;
}

@media screen and (max-width:480px){
#nameBox {
	width: 100%;
	font-size: 2.5em;
}
#bgMusicController img {
	height: auto;
	width: 100px;
	margin-left: -110px;
}
#bgMusicController {
	width: 70px;
	height: auto;
}
nav, .btn {
	display:none;
}
section, .introBlock{
	clear:both;
	margin-bottom:10px;
	height:auto;
	padding-bottom:10px;
}
figure, img {
	max-width:460px;
	height:auto;
	width:96%;
	margin: 0 auto;
}
body {
	background-image:url(../images/Background0.jpg);
	background-repeat:repeat-y;
	background-size:100%;
}
.introBlock h1 {
	font-family: nameFont;
	font-size: 3em;
	color: #35333A;
}
.introBlock {
	background-color: rgba(255,255,255,1.00);
}
}
