body {
  border-color: #575757;
  background-color: #c1c3c7;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.rsvp_wrapper {
  display: block;
  width: 500px;
  height: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1px;
  border: 0px solid #c9c9c9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: white;
}
.rsvp_header {
  border: 1px solid transparent;
  background-color: white;
}
.headerimage {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 0px solid transparent;
}
.formarea {
  display: block;
  width: 350px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.formsection {
  border-bottom-right-radius: 5px;
}
.formlabel {
  float: left;
  color: #424242;
}
.forminput {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  float: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #8c8c8c;
  font-size: 12px;
}
.formsubmit {
  display: block;
  width: 100px;
  height: 34px;
  margin: 30px auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/button.png');
  background-size: contain;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.formsubmit:hover {
  background-color: white;
  color: #1f1f1f;
}
.rsvp_footer {
  margin-top: 0px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: white;
}
.footerimage {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.thankyoumessage {
  height: auto;
  padding-top: 30px;
  padding-bottom: 80px;
}
.agilitude_page {
  display: block;
  width: 600px;
  height: 735px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 190px;
  background-image: url('../images/background.jpg');
  background-size: cover;
}
.thankyoumessagetext {
  margin-top: 30px;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 60px;
  text-align: center;
}
.thankyousmall {
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #828282;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.maplink {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #2b2b4f;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}
.agilitude_background {
  display: block;
  width: 600px;
  height: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 190px;
  padding-right: 25px;
  padding-left: 28px;
  background-image: url('../images/background.jpg');
  background-size: cover;
}
.boldp {
  color: #333;
  font-size: 12px;
  font-weight: 900;
}
.normalp {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #333;
  font-size: 12px;
}
.venue_info {
  margin-top: 5px;
}
.venue_left {
  width: 220px;
  height: auto;
  float: left;
}
.venue_right {
  width: 120px;
  height: auto;
  float: left;
}
.venue_label {
  color: #333;
  font-size: 12px;
  font-weight: 700;
}
.venue_label_info {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.venue_info_bold {
  margin-top: 0px;
}
.button_submit {
  width: 100px;
  height: 34px;
  margin-top: 12px;
  margin-left: -10px;
  float: left;
  background-image: url('../images/rsvp_button.png');
}
.agilheading {
  display: none;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .agilitude_background {
    width: auto;
    height: auto;
    padding-bottom: 80px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 479px) {
  body {
    background-color: white;
  }
  .agilitude_background {
    padding-top: 20px;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .venue_info {
    margin-top: 15px;
  }
  .venue_right {
    width: 50px;
  }
  .button_submit {
    margin-top: 0px;
    margin-left: 0px;
  }
  .agilheading {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #17395e;
    font-size: 28px;
    line-height: 35px;
  }
}