body {
  font-family: "museo-slab",serif;
	text-align: left;
}

p {
	font-size: 1.3em;
	margin-top: 1em;
	color: white;
}

h1 {
	color: honeydew;
}

a {color: olivedrab;}

.homepage {
	background-image: url(../_images/carousel-post.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
	position: relative;
	text-shadow: 2px 2px black;

}

.navbar-default {
    background-color: #e47db2;
    border-color: #e47db2;
}

.navbar-default p {
	margin-top: 0;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a {
    color: black;
}

.homepage h2 {
	margin: 0;

}

.homepage h2 span {
	color: white;
}

.homepage h1 {
	margin: 20px 0 0 0;
	font-size: 4em;
}

.homepage p {
	font-size: 2em;
}

.homepage .pdiv {
	position: absolute;
	bottom: 35px;
	width: 100%;
}


.intro-section {
    height: 100%;
    padding-top: 110px;
    text-align: center;
}

.story-section {
    padding-top: 75px;
    text-align: left;
	background-image: url(../_images/bground-story.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.story-section p {
	margin-bottom: 2em;
	color: white;
}

.story-text {
	background-image: url(../_images/bground-dark.png);
	padding: .5em;
	margin-bottom: 2em;
}

.venue-section {
    padding-top: 75px;
    background: #fff;
	background-image: url(../_images/bground-venue.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.venue-text h1 {
	color: darkolivegreen;
	margin-top: 0;
}

.registry-text h1 {
	color: brown;
	margin-top: 0;
}

.registry-text a {
	font-weight: bold;
	color: darkblue;
	text-decoration: underline;
}


.registry-text a:hover {
	color: aliceblue;
	background-color: darkblue;
	text-decoration: none;
}


.venue-text, .registry-text {
	background-image: url(../_images/bground-opaque.png);
	padding: 1.3em;
	margin-bottom: 2em;
	color: black;
}

.venue-gallery {
	height: 150px;
	background-color: black;
	padding: 0 3px;	
}



div.gallery, div.gallery-half {
	margin: 14px 5px;
    border: 1px solid #ccc;
    float: left;

}

div.gallery {
    width: 180px;
}

div.gallery-half {
    width: 94px;
}


div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img, div.gallery-half img {
    width: 100%;
    height: auto;
}

.registry-section {
	height: 100%;
    padding-top: 50px;
	background-image: url(../_images/kathmanu.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.rsvp-section {
	/* height: 100%;*/
    padding-top: 50px;
	background-image: url(../_images/bground-resvp.jpg);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	color: white;
}

.faq-section {
    padding-top: 75px;
    background: #fff;
}

.rsvp-form-wrap {
	background-color: #e47db2;
	color: black;
	padding: 0;
}

.rsvp-form-wrap form {
	margin: 15px;
}

/* RSVP Styles from https://www.sanwebe.com/2013/10/css-html-form-styles */

.basic-grey {
    max-width: 500px;
    background: #F7F7F7;
    padding: 0 15px 25px 10px;
	margin-bottom: 20px;
    color: #888;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    display: block;
    border-bottom:1px solid #E4E4E4;
	margin: 10px 0;
	font-size: 2em;
}


.basic-grey h1>span {
    display: block;
}

.basic-grey legend {
	margin: 10px 0 5px;
	color: #e47db2;
	font-weight: normal;
}

.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
	width: 100%;
}

.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: darkolivegreen;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}

.basic-grey .button:hover {
    background: #CF7A7A
}

.basic-grey input::placeholder, .basic-grey textarea::placeholder {
	font-weight: normal;
	color: darkolivegreen;
}

.radiobutton-a {
	float: left;
	width: 33%;
}

.guest-field {
	width: 10% !important;
}

.q {
	font-weight: bold;
	margin-bottom: 0;
	color: darkolivegreen;
}
.closingstatement {
	padding-bottom: 2em;
}

.closingstatement h2 {
	text-align: center;
	border-bottom: 2px solid #e47db2;
}

.fineprint {
	font-size: .8em;
}

.countdown {
	width: 25%;
	float: right;
	display: block;
	margin-top: .9em;
}


#timer {
	text-align: right;
	color: darkslategray;
	
}


@media only screen and (max-width: 576px) {
	.story-text {
		background-image:url(../_images/bground-dark-sm.png)
	}
	
	.venue-text, .registry-text {
		background-image:url(../_images/bground-opaque-sm.png)
	}
	
    .countdown, .venue-gallery {
       display: none;
    }
}
