/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
img{
	width: 100%;
	height: auto;
}

/* ==================================================================== */
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body{
	background:#604C3F;
	width: 100%;
	font-family: 'Noto Sans TC', sans-serif;
}
.wrapper{
	min-width: 320px;
	max-width: 1080px;
	padding:0;
	background:url("../img/backpic.jpg") #533D2F repeat;
	-webkit-box-shadow:5px 5px 5px #533D2F;
	        box-shadow:5px 5px 5px #533D2F;
	position: relative;
}
header h1{
	background: url(../img/headerpic.jpg) no-repeat;
	text-indent: -9999999px;
	width: 100%;
	height: 0;
	margin: 0 auto;
	margin-top:0;
	padding-bottom: 40.591133%;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	border-bottom: 4px solid #604C3F;
	
}
.airplant{
	position: absolute;
	top:5%;
	left: -4%;
	max-width: 65%;
}
.content{
	margin: 0 auto;
	padding: 10% 14%;
}
.box{

	margin: 0 auto;
	background-color: #FFF;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	-webkit-box-shadow:5px 5px 5px #533D2F;
	        box-shadow:5px 5px 5px #533D2F;
	margin-bottom: 30px;
}
.box h3{
	font-size: 22px;
	color: #FFF;
	background-color: #604C3F;
	text-align: center;
	line-height: 54px;
	margin-bottom: 40px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.box img{
	padding: 5%;
}

.box ul{
	padding:0 6% 4% 6%;
	list-style-type: decimal;	
}
.box li{
	margin:10px 0;
	line-height: 22px;
	font-weight: 700;
	color: #533D2F;
}

.btn{
	padding: 12px 80px;
	font-size: 24px;
}

.footer img{
	width: 100%;
}


.content a{
	display: table;
	
}


@media (max-width: 610px){
	.airplant{	
		top:3%;
	}
}


@media (max-width: 400px){
	.airplant{	
		top:2%;
	}
}




























