@import url(http://fonts.googleapis.com/css?family=Amatic+SC);
html {
	height: 100%;
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	height: 100%;
	position:relative;
	background-color: #F5F5F5;
}
#navigation .active {
	border-bottom: 1px solid #a4b722;
}
#navigation {
	background-color: #362836;
	height: 90px;
	position: absolute;
	width: 100%;
	z-index: 999;
}

#navigation a{
	text-decoration: none;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}
#navigation ul{
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	list-style-type: none;
	width: 10%;
	margin-top: 2%;
	text-align: center;
	cursor: pointer;
}

#navigation li#logo{
	width: 24%;
	margin-top:0;
}

#navigation li#logo img{
width: 100%;
}
#homepageBody{
	background:url('../images/background.jpg');
	background-size:cover;
	background-position: top center;
	width:100%;
	height:100%;
	min-height: 900px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#titleImg{
 	float: right;
 	width: 634px;
}

#titleImg img{
width:600px;
margin: 42px 17px 0 0;
float:right;
}

.submitbutton{
	background:url('../images/rsvp-button.png');
	background-size:cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	width:230px;
	height:80px;
	margin-left: 201px;
	margin-top: 124px;
	color: #fff;
}


.submitform, input[type="submit"]{
	background:url('../images/rsvp-button.png');
	background-size:cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	border:0;
	cursor: pointer;
	width:130px;
	height:45px;
	margin:0 auto;
	margin-bottom:18px;
	color: #fff;
	font-size:126%;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}


.submitform p{
	margin: 20px 0 0 0;
	font-size:126%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top:8px;
	text-align: center;
}
a.submitLink{
	text-decoration: none;
}

.submitLink{
	position:absolute;
	bottom:85px;
	right:169px;
}

.submitbutton p{
	margin: 10px 0 0 0;
	font-size:350%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: center;
}


.green-header{
	font-family: 'Amatic SC', cursive !important;
	color: #4A494A;
	font-weight: 400;
	letter-spacing: 5px;
	height: 55px;
	font-size:53px;
	text-align: center;
	width:300px;
	margin: 0 auto;
	margin-bottom: 10px;
background: #e4e1de; /* Old browsers */
background: -moz-linear-gradient(top, #F5F5F5 0%, #F5F5F5 74%, #a4b722 75%, #a4b722 100%, #a4b722 100%, #a4b722 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e1de), color-stop(74%,#e4e1de), color-stop(75%,#a4b722), color-stop(100%,#a4b722), color-stop(100%,#a4b722), color-stop(100%,#a4b722)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #F5F5F5 0%,#F5F5F5 74%,#a4b722 75%,#a4b722 100%,#a4b722 100%,#a4b722 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4e1de 0%,#F5F5F5 74%,#a4b722 75%,#a4b722 100%,#a4b722 100%,#a4b722 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #F5F5F5 0%,#F5F5F5 74%,#a4b722 75%,#a4b722 100%,#a4b722 100%,#a4b722 100%); /* IE10+ */
background: linear-gradient(to bottom, #F5F5F5 0%,#F5F5F5 74%,#a4b722 75%,#a4b722 100%,#a4b722 100%,#a4b722 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#a4b722',GradientType=0 ); /* IE6-9 */
}

p.centered {
	text-align: center;
	color: #878787;
		font-family: 'Lato', sans-serif;
	font-weight: 300;
}

input#guest-name , input.guestdate, input#song{
	background-color: #F5F5F5;
	border-color: #fff;
	border-style:solid;
	border-width: 2px;
	width:56%;
	margin-left:22%;
    text-align: center;
	color: #878787;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size:18px;
	height:40px;
	text-transform: uppercase;
}



 input.guestdate{
 	margin-bottom:10px;
 	display:none;
 }

input#children {
	background-color: #F5F5F5;
	border-color: #fff;
	border-style:solid;
	border-width: 2px;
	width:40px;
	margin-left:5px;
    text-align: center;
	color: #878787;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size:18px;
	height:40px;
	text-transform: uppercase;
}


#body-content{
overflow: auto;
padding-bottom:20px;
}


#addOne {
background-image: url('../images/plus.png');
background-position: 0 0;
background-repeat: no-repeat;
width: 183px;
margin: 0 auto;
margin-bottom:16px;
padding-left: 57px;
font-size:20px;
height: 36px;
padding-top:16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	cursor:pointer;
}


.light-weight {
	color: #878787;
	font-size:16px;
}
#addOne:hover{
background-position: 0 -53px;
}

#radioOptions p{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size:18px;
	color:#000;
	float:left;
	 width: 230px;
	 margin-left:16px;
}
hr {
width: 70%;
}
#radio1 {
	margin-left: 13%;
}

.radio-single{
	background-image:url('../images/radioButtons.jpg');
	background-position: 0 -54px;
	width:43px;
	height:43px;
	float:left;
	margin-top:6px;
	cursor: pointer;
}
.radio-selected {
background-position: 0 0 !important;
}
#radioOptions{
	width: 56%;
	margin:0 auto;
}
#heading img{
	width: 328px;
	margin-top:41px;
	margin-left:30px;
}

#heading {
	height:120px;
	background:url('../images/woodBkg.png');
	background-size: cover;
	backgound-position: top center;
}
#footer{
	width: 100%;
	height:40px;
	background-color: #373534;
	margin:-5px 0;
	padding:0;
	float: left;
	
-webkit-box-shadow: inset 1px 11px 4px 0px rgba(50, 50, 50, 0.96);
-moz-box-shadow:    inset 1px 11px 4px 0px rgba(50, 50, 50, 0.96);
box-shadow:         inset 1px 11px 4px 0px rgba(50, 50, 50, 0.96);
}


#footer .left {
	float:left;
	margin-left:20px;
}

#footer .right {
	float:right;
	margin-right:20px;
}
#footer p{
	color: #878787;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 10px;
}

#footer a{
color: #fff;
text-decoration: none;
	}
	
#modal-multiple, #tooMany, #rsvpAnswer{
	cursor:pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	display: none;
}

.gift-options {
	display: none;
font-family: 'Amatic SC', cursive !important;
height: 63px;
font-size: 29px;
float: left;
}

.gift-options a{
margin-left: 25px;
text-decoration: none;
color: #362836;
}

.gift-options a:hover {
	text-decoration: none;
	color: #a4b722;
}

.clear{
	width: 100%;
	clear: both;
}
.noText {
	width: 130px;
	margin-left: 31%;
    margin-top: 18px;
}

.noText > p{
width: 130px !important;
}

#toomany-button {
	width: 293px;
margin: 0 auto;
height: 84px;
}

#emailOpp, #doneOpp{
	float:left;
}

#emailOpp p, #doneOpp p{
margin:0;
}

#emailOpp{
	margin-right:30px;
}

.modal-box {
 width: 50%;
 overflow: auto;
 margin:0 auto;
 margin-top: 10%;
 background-color: #F5F5F5;
}

ul.list-multiple{
list-style-type: none;
}
	
	#hiddenRadios{
		display: none;
	}
	
#modal-multiple-text p , #yourRSVP p, #rsvpAnswer p
	{
		font-family: lato;
width: 400px;
margin: 0 auto;
text-align: center;
font-weight:100;
	}
	
	
	#story p{
	width:90%;
	margin: 0 auto;
	padding: 10px 0;
	font-family: lato;
	font-size:15px;
	line-height: 150%;
	font-weight: 100;
	}
	#story p.last {
		padding-bottom: 60px;
	}
	
	.borderBottom{
		width: 100%;
		height:35px;
		margin-top:-6px;
		background-color: #a4b722;
	}
	
	#proposal {
		background-color: #362836;
		overflow: auto;
	}
	
	#proposal .purple-green{
		margin-top: 3%;
	}
	
	.proposal-images {
		width: 40%;
		float: left;
	}
	
	.proposal-images img {
		width: 100%;
	}
	
	.proposal-text {
		width: 60%;
		float:right;
	}
	
	#proposal p{
	width:70%;
	margin: 0 auto;
	padding: 10px 0;
	font-family: lato;
	font-size:15px;
	line-height: 150%;
	font-weight: 100;
	color: #929292;
	}
	
	.purple-green {
	font-family: 'Amatic SC', cursive !important;
	color: #fff;
	font-weight: 400;
	letter-spacing: 5px;
	height: 55px;
	font-size:53px;
	text-align: center;
	width:300px;
	margin: 0 auto;
	margin-bottom: 50px;
		background: #362836; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2MjgzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzM2MjgzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2E0YjcyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNGI3MjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #362836 0%, #362836 74%, #a4b722 75%, #a4b722 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#362836), color-stop(74%,#362836), color-stop(75%,#a4b722), color-stop(100%,#a4b722)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #362836 0%,#362836 74%,#a4b722 75%,#a4b722 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #362836 0%,#362836 74%,#a4b722 75%,#a4b722 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #362836 0%,#362836 74%,#a4b722 75%,#a4b722 100%); /* IE10+ */
background: linear-gradient(to bottom,  #362836 0%,#362836 74%,#a4b722 75%,#a4b722 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#362836', endColorstr='#a4b722',GradientType=0 ); /* IE6-8 */
	}
	
	
	.limeGreen {
		background-color: #D2D957;
		color: #4A494A;
		font-family: 'Amatic SC', cursive !important;
		font-weight: 400;
		font-size: 130px;
		text-align: center;
	}
	
	.limeGreen p {
		margin:0;
		padding: 40px 0;
		letter-spacing: 10px;
	}
	
	#party {
		width: 100%;
		float:left;
	}
	#party .green-header {
	font-size: 35px;
	height: 38px;
	width: 263px;
	
	}
	
	.party-title{
	font-family: 'Amatic SC', cursive !important;
		font-weight: 400;
		font-size: 25px;
		text-align: center;
		padding: 20px 0;
		width: 100%;
		float: left;
	}
	
	.party-title .greenText{
		color: #A5B337;
	}
	
	.party-list {
		width: 80%;
		margin: 0 auto;
	}
	
	
	.party-list .green-header {
		margin-top: 4%;
	}
	
	.party-member {
		width: 32%;
		float: left;
		margin-right: 2%;
		margin-top: 5%;
		cursor: pointer;
	}
	

	.party-member img {
		width: 100%;
		float:left;
	}
	
	.third {
		margin-right: 0;
	}
	
	.party-description {
	font-family: lato;
	font-weight: 100;
	text-align: center;
	width: 100%;
	border-top: 5px solid #D2D957;
	border-bottom: 5px solid #D2D957;
	margin-bottom: 10px;
	float:left;
	display: none;
	}
	
	.party-member:hover{
		background-color: #e9eadd;
		
	}
	
	.party-member.active{
	background-color: #e9eadd;
	}
	
	#thankyou-quote{
		width: 100%;
		float: left;
		font-family: lato;
	font-weight: 100;
	text-align: center;
	font-size:28px;
	color: #838383;
	}
	
	#thankyou-quote p {
		width: 80%;
		float: left;
		padding-bottom:20px;
	}
	
	.green-quote-left {
		width:10%;
		float: left;
		text-align: right;
		color: #A5B337;
		font-size: 38px;
		padding-top:20px;
		border-bottom: 10px solid #A5B337;
	}
	.green-quote-right {
		width:10%;
		float: left;
		text-align: left;
		color: #A5B337;
		font-size: 38px;
		padding-top:20px;
		border-bottom: 10px solid #A5B337;
	}
	
	.drkPurple{
	
		background-color: #362836;
	color: #D2D957;
		font-family: 'Amatic SC', cursive !important;
		font-weight: 400;
		font-size: 150px;
		text-align: center;
	}
	
	.brightGreen {
		background-color: #D2D957;
		color: #362836;
		font-family: 'Amatic SC', cursive !important;
		font-weight: 400;
		font-size: 150px;
		text-align: center;
		margin-bottom: 3%;
	}
		
		#RSVP {
			padding-bottom: 10%;
		}
		
		#story .green-header {
			margin-top: 4%;
		}
		#story .last {
			padding-bottom: 8%;
		}
	.drkPurple p,  .brightGreen p {
		margin:0;
		padding: 60px 0;
		letter-spacing: 10px;
	}
	
	.reception, .hotel {
		width: 35%;
		margin-top: 4%;
		margin-bottom: 4%;
	}
	
	.reception{
		float:left;
		margin-left:10%;
	}
	.hotel {
		float:right;
		margin-right: 10%;
		
	}
	.reception img, .hotel img {
	width: 100%;
	}
	
	#slideshow{
		position: relative;
		overflow: hidden;
	}
	
	.slide-left, .slide-right {
		position: absolute;
		top: 45%;
		cursor: pointer;
		z-index: 100;
		display: block;
	}
	
	.slide-left {
		left: 5%;
	
	}
	
	.slide-right {
		right: 5%;
	}
	
	.slide-2,.slide-3,.slide-4 {
		display: none;
	}
	
	#contribute-frame {
		height: 800px;
	}
	
	 
   .expand{
   		 	overflow: auto !important;
   		 	height: auto !important;
   		 }
   		 
.list-multiple {
	padding:0;
	text-align: center;
	font-family: 'Amatic SC',cursive !important;
	color: #362836;
}

.list-multiple li{
cursor: pointer;
font-size: 30px;
}
.list-multiple li:hover{
	color: #a4b722;
}

#registry-Options{

}

.LightGreenPar{
font-family: 'Amatic SC',cursive !important;
color: #D2D957;
font-size:76px;
text-align: center;
}

.LightGreenPar img{
	margin: -2% 24px 0 24px;
	width: 17%;
}

@media screen and (max-width: 1110px) {

	#titleImg {
		float:right;
		width:634px;
	}
	#titleImg img {
		float: right;
		margin: 42px 17px 0 0;
		width: 600px;
	}

	.is-countdown{
		margin-right: 63px;
		width: 500px;
	}
	
	.submitlink{
		bottom: 85px;
		right: 169px;
	}
	
	/*#homepageBody{
		background-size: 1290px;
		width: 1290px;
	}*/
	
	.reception, .hotel {
		width: 45%;
		margin-top: 4%;
		margin-bottom: 4%;
	}
	
	.reception{
		float:left;
		margin-left:2%;
	}
	.hotel {
		float:right;
		margin-right: 2%;
		
	}
}	


	
	
@media screen and (min-width: 980px) and (max-width: 1186px) { 
    /* STYLES HERE */
  
    #radioOptions p {
    	width: 161px;
    	font-size:15px;
    	margin-top:22px;
    }
    
    #proposal p{
		font-size:13px;
	}
}	


@media screen and (min-width: 976px) and (max-width:1031px) {
	#proposal p{
		font-size:13px;
		width: 80%;
	}
}
	

@media screen and (max-width: 979px) { 
    /* STYLES HERE */
      #navigation li {
    	width: 10%;
    }
    
   .expand{
   		 	overflow: auto;
   		 }
    
    #radioOptions p {
    font-size: 18px;
    margin-top: 22px;
    width: 70%;
    }
    #radio2{
    	margin-left: 13%;
    }
    
    .purple-green{
    	margin-bottom:4px;
    }
    
	.proposal-images,  .proposal-text{
    	width:100%;
    }
	.proposal-text {
		font-weight: 400 !important;
		font-size:16px;
	}
    
    .limeGreen {
    	font-size: 90px;
    }
    
    
    .reception, .hotel {
		width: 100%;
		margin-top: 4%;
		margin-bottom: 4%;
	}
	
	.reception{
		float:left;
		margin-left:0;
	}
	.hotel {
		float:right;
		margin-right: 0;
		
	}
	
	#navigation li {

	width: 11%;
	
}
}

@media screen and (max-width: 900px){
		  #navigation li,  #navigation li#logo{
    	width: 100%;
   		 }
   		 
	#navigation li#logo img {
		width: 55%;
		}
		
		#navigation{
			overflow: hidden;
		}
	}
	

	
@media screen and (max-width: 682px) { 
    /* STYLES HERE */
    
    #radioOptions p {
    width: 55%;
    }
    .proposal-text p {
		font-weight: 400 !important;
		font-size:16px;
	}
	
	.drkPurple p, .brightGreen p {
		font-size:60px;
		letter-spacing: 5px;
	}
	
	#thankyou-quote {
		font-size: 18px;
	}
	
	#homepageBody{
	background:url('../images/mobile-background.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	}
	
	#titleImg img {
		width: 46%;
	}

	.is-countdown{
		margin-right: 0;
		/*margin-top:300px;*/
		margin-top:13%;
		width: 80% !important;
	}
	
	.submitLink {
		bottom:89px;
		right: 59px;
	}
	.countdown-section{
	width: 25% !important;
	}
	
	.party-member {
		width:100%;
	}
	
	#navigation li#logo img{
width: 95%;
}

.countdown-section {
width: 24% !important;
}

.LightGreenPar img{
	margin: -2% 5px 0 5px;
	width: 35%;
}

}




@media screen and (max-width:340px)
{

	#heading img {
	width: 296px;
	}
	
	#radioOptions p {
		width:45%;
	}
	
	#footer{
		height: 66px;
	}
	
	#homepageBody{
		background-size: cover;
		min-height: 762px;
	}
	
	.limeGreen {
    	font-size: 60px;
    }
    .proposal-text p {
		font-weight: 400 !important;
		font-size:16px;
	}
	
	.is-countdown{
		margin-right: 0;
		/*margin-top:300px;*/
		margin-top:13%;
		width: 53% !important;
	}
	
}