@charset "UTF-8";
/* CSS Document */

/* 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;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background: #fff url(images/bg.jpg) top left repeat;
	font-family: "Lora", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.content {
	max-width: 800px;
	padding: 0 30px;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -255px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 255px; /* .push must be the same height as .footer */
}
.footer {
	background: #333;
	-webkit-box-shadow: 0 -3px 5px 3px rgba(100,100,100,0.3);
	box-shadow: 0 -3px 5px 3px rgba(100,100,100,0.3);
}
p {
	padding: 24px 0;
}
.footer p {
	line-height: 255px;
	color: #666;
	padding: 0;
}
h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: 48px;
	padding: 100px 0 24px 0;
	color: #999;
	line-height: 48px;
}
img {
	margin: 60px 30px;
	vertical-align: middle;
}


/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
