html, body {
	font-size:15px;
	width: 100%;
	height: 100%;
	color: rgb(0,0,0);
	line-height:1.6em;
	font-family: '微軟正黑體','Open Sans', sans-serif;
}
body {
	padding-top: 50px;
}
header{
	min-height:100%;
	line-height:3em;
	text-align:center;
	background-image:url('sunny.jpg');
	background-size:cover;
	display: flex;
	align-items:center;
	justify-content:center;
}
header .container{
	color:white;
}
header .container h1{	
	text-shadow:0 0 5px rgba(100,100,100,0.5);
}
footer{
	margin-top:5em;
	padding:15px;
}
h1,h2,h3{
	font-weight: normal;
}
ul li{
	line-height:1.65em;
}
#main{
	width:80%;
	min-width:300px;
	max-width:1440px;
	margin:0 auto;
}
#about h3{
	font-size:130%;
}
#main .content+.content{
	margin-top:10em;
}
.content h2{
	margin-bottom:1em;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);

@media screen and (max-width:768px){
	#main{
		width:95%;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
}