/* 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, 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;
}

/* Styles */

body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 12px;
	color: #000;
	line-height: 1.4;
	background-image: url('img/page-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

h2 {
	color: #48bb18;
	font-weight: bold;
	font-size: 13px;
}

.wrapper {
	max-width: 800px;
	height: 585px;
	position: relative;
	margin:0 auto;
}

.mobile-header {
	margin-bottom: 40px;
}

.row {
	clear:both;
	margin-left: 150px;
}

.row:after {
	content:'';
	clear:both;
	display: block;
}

#row-one {
	padding-bottom: 30px;
}

#row-one h2 {
	text-transform: uppercase;
}

.column {
	width: 33.33333%;
	float:left;
}

.column img {
	margin: 0px auto;
}

.column span.img-center {
	display: block;
}

.footer {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.footer p {
	font-size: 10px;
}

@media screen and (max-width: 800px) {
	body {
		background:transparent;
		background-image: none;
	}
	
	.mobile-header {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	
	.row {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	.footer {
		position: relative;
		margin-top: 30px;
		margin-bottom: 30px;
		left: 30px;
		bottom: auto;
	}
}

@media screen and (max-width: 660px) {
	
	body {
		font-size: 16px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	#row-one {
		padding-bottom: 0;
	}
	
	.column {
		width: 100%;
		margin:0 auto;
		float: none;
		margin-bottom: 20px;
	}
}