@charset "UTF-8";
/* CSS Document */
@font-face{
	font-family:nameFont;
	src:url(../fonts/nameFont.ttf);
}
@font-face{
	font-family:titleFont;
	src:url(../fonts/titleFont.ttf);
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
	width: 100%;
	height: 100%;
	background-image: url(../images/background2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(204,204,204,1.00);
	margin: 0;
	padding: 0;
	z-index: 0;
	background-position: center top;
	position:relative;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#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: 500px;
	height: 100px;
	position: relative;
	text-align: center;
	z-index: 10001;
	font-family: nameFont;
	font-size: 4em;
	cursor: pointer;
	color: #F0291B;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#bgMusicController {
	overflow: hidden;
	width: 120px;
	margin: 0 auto;
	height: 100px;
	cursor: pointer;
}
#bgMusicController img {
	margin-left: 0px;
}

header {
	width: 100%;
	height: 50px;
	text-align: left;
	font-size: 1em;
}
header h1 {
	font-size: 3em;
	text-align: center;
}
section h1 {
	font-family: titleFont;
	font-size: 3em;
	text-align: center;
}
section {
	padding: 5px;
}
section figure {
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
}
nav {
	width: 100%;
	max-width: 980px;
	height: auto;
	position: relative;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: row;
	margin-top: 110px;
}
#centeringDiv{
	width: 100%;
	max-width: 980px;
	min-height:600px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
.btn {
	width: 25%;
	height: 40px;
	background-color: rgb(255,255,255);
	position: relative;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(166,166,166,1.00) 100%), url(url);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(166,166,166,1.00) 100%), url(url);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(166,166,166,1.00) 100%), url(url);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(166,166,166,1.00) 100%), url(url);
	cursor: pointer;
}
section {
	width: 100%;
	min-height: 600px;
	border: 1px #000 solid;
	background-color: rgb(255,255,255);
	overflow: hidden;
	position: relative;
}
footer {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-flex;
	dislpay: flex;
	align-content: center;
	justify-content: center;
	font-size: 0.8em;
	clear:both;
}

@media screen and (orientation:portrait) and (max-width:375px){
	section h1 {
	font-size: 1em;
	text-align: center;
	}
	#nameBox {
		font-size: 1em;
	}
	.firstLetter {
		font-size: 1em;
	}
	#nameBox {
		width: 100%;
	}
	#bgMusicController {
		width: 100%;
	}
	section figure img {
		height: auto;
		max-width: 480px;
		width: 100%;
	}
section {
	margin-bottom: 50px;
}
}
