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



/*
PAGE STYLING
*/

body {
	background: #af6928; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 62.5%/1.5 verdana, arial, helvetica, sans-serif;
	height:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	line-height: 1.5em;
}
h1 {
	font-size:3em;
	}
h2 {
	font-size: 2.8em;
}
h3 {
	font-size: 2.5em;
}
h4 {
	font-size: 2.3em;
}
h5 {
	font-size: 2.1em;
}
p {
	font-size: 1.5em;
}

div.fullscreen {
    display:block;

    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;
    
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
    background: #fff;
    opacity: .3;
}
.wrapper {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
}
img.gallery {
	width: 80%;
	max-width: 400px;
	min-width: 200px;
}
ul#offerings {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
ul#offerings li {
	display: inline;
	padding: 5px;
	font-size: 1.5em;
	margin-left: 0;
	list-style: none;
}
p#address {
	position: relative;
	top: 0px;
}