#rsvp-email-div{
  display: inline;
}
#rsvp-form {
  /*display:none;*/
}

.restOfForm {
/*  display: none;*/
}

#rsvp-form{
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
  font-family: 'EB Garamond', serif;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  /*background-image: url(../img/bg.png);
  background-repeat: repeat;
  background-position: center center;*/
  background: #efefef;
}


#rsvp-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: top center;
}

#rsvp-input {
  color: #555;
}
#rsvp-go {
  color: #555;
}

.flag-a {
  padding-top: 13px!important;
  padding-bottom: 13px!important;
}



.answer-section h3 {
  font-family: 'Dancing Script', cursive;
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  color: #a4c956;
  border-bottom: 1px solid #CCC;
}

.answer-section {
  clear: both;
  padding: 2%;
  font-family: 'EB Garamond', serif;
  color: #888;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.answer-section .row {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  background: #fafafa;
  padding: 14px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top:10px;
  margin-bottom:10px;
}

.answer-section textarea {
  width: 100%;
}

.answer-section input[type=text] {
  width: 100%;
}

#rsvpSubmit {
  background: #a4c956;
  padding: 12px 20px;
  border-radius: 2px;
  border-color: #ccc;
  text-transform: capitalize;
  font-family: 'EB Garamond', serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  width: 250px;
}

#copyright h3 {
  letter-spacing: 3px;
}

#contact {
  height: 475px;
}

#rsvp-form h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 35px;
  line-height: 65px;
  font-weight: 700;
  margin-top: 0;
  color: #648916;
  border-bottom: 1px solid #CCC;

}

#ceremony {
  height: 815px;
}

#about {
  padding-top: 90px;
}

#home {
  height: 1000px;
}

#home h2, #ceremony h2 {
  font-size: 90px;
  font-family: 'Dancing Script', cursive;
}

#story h2 {
  color: #666 
}



