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

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

}
body {
	background:url(../images/happy-stars-bkg-mobile.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:#2e2017;
}
p, h1, h2, h3, h4, h5, h6 {
	color:#2e2017;
}
h1 {
	font-family: 'opticon_one1', sans-serif;
	text-align: center;
	font-size: 2em;
	margin-top: 1em;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width:100%;
}
.center {
	text-align:center;
}
.script {
	font-family: 'Pacifico', cursive;
}
.opticon {
	font-family: 'opticon_one1', sans-serif;
}
.container {
	background:#f9e1ba;
	max-height:80%;
	max-width:80%;
}
.navbar {
	background: #fff3e9;
	font-family: 'opticon_one1', sans-serif;
	color:#2e2017;
	text-align:center;
	margin:3px;
}
.navbar-default .navbar-brand {
	color:#2e2017;
}
.navbar-default .navbar-nav > li > a {
	color:#2e2017;
	font-size:1em;
}
.navbar-default {
	border-color:#2e2017;
}
.navbar-brand {
	font-size:.75em;
}
.join-us {
	font-family: 'Pacifico', cursive;
	font-size: 1.2em;
}
.launch {
	font-family: 'opticon_one1', sans-serif;
	font-size: 1.5em;
	letter-spacing: .2em;
}
.new-family {
	font-size: 1.15em;
}
.date {
	text-align:center;
	font-size:2em;
	font-family: 'Pacifico', cursive;
	margin: 0 0 10px 0;
}
.countdown {
	font-size:.9em;
	text-align: center;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}
#days {
	font-size:4em;
}
.countdown span {
	font-size: 2em;
}
.dave-and-jana-aww {
	width:50%;
	height:50%;
	margin: 0 auto;
}
.our-story p {
	font-size: 1.5em;
	margin: 30px 0 20px 0;
}
.credits a{
	text-align: right;
	color:#6ea2bd;
	font-size: .7em;
}
.the-wedding img {
	margin:20px 0 20px 0;
	max-width:50%;
}
.the-wedding h2 {
	font-family: 'Pacifico', cursive;
}
.the-wedding p {
	font-size: 1.5em;
}
.questions iframe {
	overflow:hidden;
}
.faq {
	text-align: left;
	margin:0 20px;
}
.hide{
	display:none;
}
.guest-info form, .guest-info img a {
	display:inline-block;
	vertical-align:top;
}
.questions-space {
	margin:30px;
}
.rsvp {
	min-height:1500px;
}

@media (min-width: 480px){
	body {
		background: url(../images/happy-stars-bkg-large.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;

	}
	h1 {
		font-size: 3em;
	}
	.navbar-default .navbar-nav > li > a {
		font-size:.9em;
	}
	.navbar-nav {
		 margin: 0 auto;
   		 display: table;
   		 table-layout: fixed;
   		 float:none;
	}
	.navbar-brand {
		font-size:1.1em;
	}
	.dave-and-jana-aww {
	width:383px;
	height:436px;
	margin: 0 auto;
	}

}/* End Tablet CSS */

@media (min-width: 950px){
	.navbar-default .navbar-nav > li > a {
		font-size:1.1em;
	}
	.container {
		width:75%;
	}

}/* End Desktop CSS */

@media (min-width: 1400px){
	.navbar-default .navbar-nav > li > a {
		font-size:1.2em;
	}
	.container {
		width:60%;
	}
}/* End Desktop CSS */