/* Reset */

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, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





/* Global styles */

body {
	background: #f3f6f2;
	color: #000;
	font: 18px/24px Arial, sans-serif;
}

h1, h2, h3 {
	color: #26331d;
}

h1 { font-size: 32px; line-height: 32px; margin-bottom: 15px; }
h2 { font-size: 28px; line-height: 28px; margin-bottom: 90px; color: #9fbe3e; }
h3 { font-size: 21px; line-height: 21px; margin-bottom: 30px; }


p {
	margin-bottom: 30px;
}

a {
	color: #597946;
}
a:hover {
	text-decoration: none;
}





/* Global classes */

.fluid {
	width: 100%;
	float: left;
}

.container {
	max-width: 680px;
	margin: 0 auto;
	padding: 0 20px;
}

.left { float: left; }
.right { float: right; }





/* Header */

#header {
	height: 90px;
	margin-bottom: 90px;
	background: #fff;
	line-height: 90px;
	text-align: center;
	border-bottom: 1px solid #e6ece3;
}

#header img {
	vertical-align: middle;
}





/* Content */

#content {
	text-align: center;
}

#content .block {
	background: #fff;
	padding: 80px 20px 50px;
	border-radius: 20px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}





/* Responsive */

@media screen and (max-width: 960px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 568px) {}

@media screen and (max-width: 480px) {}