body{
	font-family: "Droid Sans", -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans TC", "Segoe UI", "Microsoft YaHei", "微軟雅黑", "Microsoft JhengHei", "微軟正黑體", "Heiti TC", "LiHei Pro", "Helvetica Neue", Arial, sans-serif; 
	font-weight: normal; 
	color:#fff;
	background:url(../images/bg.jpg) top center no-repeat #000;
	text-align: center;
	font-size: 16px;
}

.overlay{
	background:rgba(0,0,0,.8);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}

@media (min-width: 1200px){
	.container {
		width:1170px;
	}
}

#wrap{
	width:100%;
	height:100%;
	display:table;
	position:relative;
	z-index:10000;
}

.image-align{
	margin:0 auto;
	text-align:center;
	display:block;
	padding-top: 100px;
	width: 100px;
	height: auto;
}

h1{
	font-size:56px;
	font-weight:300;
	text-align:center;
}

h1 p:first-child{
	margin-bottom: 10px;
	font-size:32px;
}

h1 p{
	margin: 0;
}

.yellow{
	color:#ff9c00;
	font-size:46px;
	letter-spacing: 5px;
}

p{
	font-size:18px;
	text-align:center;
	font-weight:100;
}

a{
color:#fff;
text-decoration:underline;
}

p.copyright{
font-size:13px;
margin-top:30px;
}


/*------------------------------------------------*/
/* Responsive styles */
/*------------------------------------------------*/

@media (max-width: 420px){
	.image-align{
		padding-top: 20px;
		width:30%;
	}
	
	h1,.yellow{
		font-size:32px;
	}	
	
	h1 span{
	font-size:18px;
	}
}