body, html {
	margin: 0px auto;
	padding-top: 40px;
	position: relative;
	overflow: hidden;
	font-family: Georgia;
	color: #000;
	position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px;
}
* { 
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
}
li {
	list-style: none;	
}
a {
	text-decoration: none;
	color: #000;
}
p { 
	margin: 1em 0;
	line-height: 1.3em;
}
#mainImage {
	position: absolute; 
	right: 0px; 
	bottom: 0px;
	z-index: -1;
}
.content-wrapper {
	display: block;
	position: relative;
	height: 100%;
	margin: 0px 1.5em 0 1.5em;
}
h1 {
	margin: 0px;
	font-size: 5em;
	line-height: 1em;
	opacity: .8;
	margin-bottom: .2em;
	font-family: 'AdiosScriptProRegular';
}
h2 {
	font-size: 3em;
	line-height: 1em;
}
h3 {
	font-size: 2em;
	line-height: 1em;
}
h4 {
	font-size: 1em;
}
h2, h3, h4 {
	margin: .5em 0;
	font-family: 'AdiosScriptProRegular';
}
.navigation li {
	display: block;
	float: left;
	margin-right: 1em;
}
.navigation li a {
	display: block;
	font-size: 1.3em;
	padding: .3em .7em;
	color: rgba(0,0,0,.7)
}
.navigation li a:hover {
	
}
.navigation li.selected a {
	-webkit-animation: fadeIn 300ms ease-in-out;
	background-color: rgba(0,0,0,.8);
	color: #FFF;
	border-radius: .2em;
	border: 0px;
}
.text-box {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom:25px;
	background-color: rgba(255,255,255,.7);
	color: #000;
	padding: 1em;
	border-radius: .5em;
	-webkit-transform:perspective(0); 
	-webkit-transform-style:preserve-3d;
	display: none;
	line-height: 1.3em;
	max-height: 400px;
	overflow: auto;
}
.text-box.in {
	display: block;
	-webkit-animation: slideInUp 300ms ease-in-out;
}
.text-box a {
	text-decoration: underline;
	color: #000;
}
#registry {
	text-align: center;
}
.store {
	background-color: #FFF;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	margin: 5px;
}
.location {
	float: right;
}
h3 span a {
	font-size: .7em;
	text-decoration: underline;
	color: #000;
}
dt { 
	font-weight: bold;
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 1em;
}
.hotel { 
	display: inline-block;
	margin-right: 1em;
	margin-bottom: .5em;
}
@font-face {
  font-family: 'AdiosScriptProRegular';
  src: url('fonts/adios_script_pro-webfont.eot');
  src: url('fonts/adios_script_pro-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/adios_script_pro-webfont.woff') format('woff'),
       url('fonts/adios_script_pro-webfont.ttf') format('truetype'),
       url('fonts/adios_script_pro-webfont.svg#AdiosScriptProRegular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@media only screen and (max-device-width: 480px) {
	body, html { min-height: 420px; padding: 0px;}
	.location { display: none; }
	.navigation li { font-size: 120%; }
	.text-box { bottom: 0px; }
	#registry img { max-width: 90%;}
	h1, h2, h3, h4, h5 { font-weight: normal;}
	.content-wrapper { margin: 0px 1em;}
}
@-webkit-keyframes fadeIn {
	from {opacity: .5; -webkit-transform: translateX(-5px)}
 	to {opacity: .7; -webkit-transform: translateX(0px)}
}
@-webkit-keyframes fadeOut {
	from {background-color: rgba(255,255,255,.7); color: rgba(0,0,0,.7);}
 	to {color: rgba(255,255,255,.7);}
}
@-webkit-keyframes slideInUp {
	from {-webkit-transform: translateY(100%)}
	99% {-webkit-transform: translateY(0%)}
 	to {-webkit-transform: translateY(0%)}
}
@-webkit-keyframes slideOutUp {
	from {-webkit-transform: translateY(0%); display: block;}
	99% {-webkit-transform: translateY(100%); display: block;}
 	to {-webkit-transform: translateY(100%); display: block;}
}