@charset "UTF-8";

@import url(loading.css);
@import url(story.css);
@import url(photos.css);
@import url(rsvp.css);
@import url(wedding.css);

/*@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,400italic,500,500italic,700,700italic,300italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

@import url(https://fonts.googleapis.com/css?family=Parisienne);


@font-face {
    font-family: 'intro_regular';
    src: url('../font/intro-webfont.eot');
    src: url('../font/intro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/intro-webfont.woff2') format('woff2'),
         url('../font/intro-webfont.woff') format('woff'),
         url('../font/intro-webfont.ttf') format('truetype'),
         url('../font/intro-webfont.svg#intro_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'grand_hotelregular';
    src: url('../font/grandhotel-regular-webfont.eot');
    src: url('../font/grandhotel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/grandhotel-regular-webfont.woff2') format('woff2'),
         url('../font/grandhotel-regular-webfont.woff') format('woff'),
         url('../font/grandhotel-regular-webfont.ttf') format('truetype'),
         url('../font/grandhotel-regular-webfont.svg#grand_hotelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	background: #F0F0F3;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	/*font-family: 'Ubuntu', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

#preload {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 100000;
}

.transition-300ms {
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.transition-500ms {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

section {
	position:relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
h1 {
	margin: 0;
	padding: 0;
	color: #555;
	font-weight: 100;
	font-size: 6em;
	font-family: 'grand_hotelregular', sans-serif;
}
h2 {
	margin: 0;
	padding: 0;
	color: #555;
	font-weight: 100;
	font-size: 2em;
	font-family: 'intro_regular', sans-serif;
}
h3 {
  display: inline-block;
  margin: 0;
	padding: 0 0.6em 0 0.6em;
	margin: 2em 0 0.5em 0;
	color: #333;
  border-left: solid 0.2em #aaa;
  border-right: solid 0.2em #aaa;
  text-transform: uppercase;
  letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 2em;
  font-family: 'Open Sans Condensed', sans-serif;
}
h4 {
	margin: 0;
	padding: 0;
	margin-top: 2em;
	color: #555;
	font-weight: 100;
	font-size: 1.2em;
	font-family: 'intro_regular', sans-serif;
}
h5 {
  margin: 0;
	padding: 0;
	color: #555;
	font-weight: 100;
	font-size: 1.4em;
  font-family: 'Parisienne', cursive;
}
p {
	text-align: center;
  letter-spacing: 0.03em;
	font-size: 1.2em;
	padding: 0;
	font-variant:small-caps;
}

#home {
	height: 100%;
}

#background {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}
#logo {
	width: 50%;
	height: auto;
	z-index: 10;
}
#arrow {
	width: 4%;
	height: auto;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	cursor:pointer;
}
#arrow:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}

#container {
	min-height: 100%;
}

#nav {
	width: 100%;
	height: 4em;
	background: #fff;
	box-shadow: 0px 0px 5px #888888;
	z-index: 100;
}
#nav.relative {
	position: relative;
}
#nav.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 4em;
}
#nav ul li {
	display: inline-block;
	list-style:none;
	margin-left: 1em;
	margin-right: 1em;
	cursor: pointer;
	color: #999;
	font-size: 1.2em;
	font-family: 'intro_regular', sans-serif;

	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#nav ul li:hover {
	color: #555;
}

#content {
	width: 80%;
	margin: auto;
	margin-bottom: 5em;
	text-align: center;

	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;

	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#content.hidden {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}
#content.nonav {
	padding-top: 4em;
}

.registry a img {
  width: 50%;
}


#copy {
	position: absolute;
	bottom: 0px;
	height: 3em;
	width: 100%;
	color: #999;
	font-size: 0.8em;
	text-align: center;
}
#copy a {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1000px) {
	body {
		font-size: 12pt;
	}
	#logo {
		width: 50%;
	}
	#arrow {
		width: 4%;
	}
	#content {
		width: 80%;
	}
  .registry a img { width: 50%; }
}
@media (max-width: 960px) {
	#logo {
		width: 75%;
	}
	#arrow {
		width: 6%;
	}
	#content {
		width: 80%;
	}
  .registry a img { width: 60%; }
}
@media (max-width: 760px) {
	body {
		font-size: 8.8pt;
	}
	#content {
		width: 85%;
	}
  .registry a img { width: 60%; }
}
@media (max-width: 640px) {
	body {
		font-size: 9pt;
	}
	#logo {
		width: 70%;
	}
	#arrow {
		width: 7%;
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity:1;
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	#content {
		width: 90%;
	}
  .registry a img { width: 70%; }
}
@media (max-width: 540px) {
	body {
		font-size: 9pt;
	}
	#logo {
		width: 80%;
	}
	#arrow {
		width: 8%;
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity:1;
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	#content {
		width: 95%;
	}
  .registry a img { width: 80%; }
}
@media (max-width: 490px) {
	body {
		font-size: 7pt;
	}
	#logo {
		width: 90%;
	}
	#arrow {
		width: 9%;
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity:1;
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	#content {
		width: 98%;
	}
}
@media (max-width: 380px) {
	body {
		font-size: 6.4pt;
	}
	#logo {
		width: 90%;
	}
	#arrow {
		width: 9%;
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity:1;
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	#content {
		width: 98%;
	}
}
