/* @group Reset browser value */
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, font, 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 {
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
:focus { outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
/* @end Reset browser value */

/* @group Fonts */

@font-face {
	font-family: 'BallparkWeiner';
	src: url('fonts/ballpark_weiner-webfont.eot');
	src: local('☺'), url('fonts/ballpark_weiner-webfont.woff') format('woff'), url('fonts/ballpark_weiner-webfont.ttf') format('truetype'), url('fonts/ballpark_weiner-webfont.svg#webfontpducsBcZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HattoriHanzoLight';
	src: url('fonts/Hattori_Hanzo-webfont.eot');
	src: local('☺'), url('fonts/Hattori_Hanzo-webfont.woff') format('woff'), url('fonts/Hattori_Hanzo-webfont.ttf') format('truetype'), url('fonts/Hattori_Hanzo-webfont.svg#webfontrd3huYzV') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HattoriHanzoLightItalic';
	src: url('fonts/Hattori_Hanzo_Italic-webfont.eot');
	src: local('☺'), url('fonts/Hattori_Hanzo_Italic-webfont.woff') format('woff'), url('fonts/Hattori_Hanzo_Italic-webfont.ttf') format('truetype'), url('fonts/Hattori_Hanzo_Italic-webfont.svg#webfontQIXyyLTZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end Fonts */


/* @group Typography basic */
body {
	text-rendering: optimizeLegibility;
	font: 18px/27px HattoriHanzoLight, Helvetica, Arial;
	letter-spacing: 1px;
	word-spacing: 1px;
}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
p {
	margin: 0 0 1em;
}
ul, ol {margin: 0 0 1.5em;}
ul {list-style-type:none; list-style-position:inside;}
ol {list-style-type:decimal; list-style-position:inside;}
abbr, acronym {border-bottom-width:0;}
strong{font-weight:bold;}
em{font-style: italic;}
/* @end Typography basic */


article h1 {
	font: 40px/40px BallparkWeiner;
}

article > h1 {
	margin-bottom: 20px;
	height: 250px;
	position: relative;
	text-align: center;
	
}

article > h1 > em {
	font-size: 130px;
	line-height: 0;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	transform: rotate(-12deg);
	display: block;
	position: absolute;
	top: 90px;
	text-align: center;
	width: 100%;
}



html {
	background-color: #85c6aa;
	border: 10px solid #473d35;
	background-image: url(background-article.png);
	float: left;
}

body {
    background: url(star.png) no-repeat center top;
	color: rgba(63,47,35,0.85);
	text-shadow: rgba(255,254,255,0.3) 0 -1px 0;
	float: left;
}

h1, h2, h3, h4 {
	color: #473b31;
}

article {
	margin: 5%;
	position: relative;
	float: left;
}

a {
	text-shadow: none;
	color: #473b31;
}

figure img,
figure {
	width: 100%;
	display: block;
}
#know {
	font-size: 26px;
	line-height: 39px;
}
#know figure {
	margin-bottom: 30px;
}

section {
	margin-bottom: 60px;
}

#introduction {
	line-height: 36px;
	margin-bottom: 40px;
	width: 100%;
}

#column-left {
	padding: 0;
	width: 47.5%;
	float: left;
	margin: 0 5% 0 0;
}

#history {
	padding: 7.3%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: rgba(0,0,0,0.6) 0 1px 1px;
	-webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 6px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 6px rgba(0,0,0,0.4);
	color: rgba(173,216,195,0.73);
	background-color: #322b26;
	background-image: url(background-box.png);
	border: 5px solid #4c4a48;
	float: left;
}

#history h1 {
	color: #82baa1;
	text-shadow: rgba(0,0,0,0.8) 0 1px 2px;
}

#biology {
	float: left;
	width: 47.5%;
}

footer {
	clear: both;
	padding-top: 100px;
	border-top: 2px solid #595047;
	background: url(ornament.png) no-repeat center 10px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	float: left;
}
footer p {
	margin-bottom: 0;
	font-size: 14px;
}
footer h1 {
	font-size: 28px;
}

footer h1,
footer p {
	width: 50%;
	display: inline-block;
}

footer h1,
footer p,
footer a {
	color: #4a4137;
}

.payoff {
	font: 18px/18px BallparkWeiner;
	display: block;
	text-align: right;
	position: absolute;
	-moz-border-radius: 75px;
	border-radius: 80px;
	color: #4a4136;
	right: 0;
	bottom: 0;
}
.payoff em {
	display: block;
	font-size: 42px;
	position: relative;
	line-height: 42px;
	top: 10px;
	
}
.payoff .en {
	font-size: 18px;
	margin-right: 10px;
}

.payoff .love {
	margin-right: 10px;
}



@media (max-width: 600px) {
	body {
		background-position: center -75px;
	}
	article h1 {
		font-size: 40px;
	}
	article > h1 {
		font-size: 30px;
		height: 175px;
	}
	article > h1 > em {
		font-size: 80px;
		top: 70px;
	}
	#biology, #column-left {
		width: 100%;
		float: none;
	}
	figure img {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
footer h1,
footer p,
footer .payoff {
	position: relative;
	width: 100%;
}

.payoff {
	text-align: left;
	margin-top: 20px;
}



}

@media screen and (max-width: 330px) {
article h1 {
		font-size: 30px;
	}
	article > h1 {
		font-size: 21px;
		height: 150px;
	}
	article > h1 > em {
		font-size: 60px;
		top: 55px;
	}
}

@media (min-width: 1100px) {
	article {
	margin: 5% 20%;
	}
}
