body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  padding: 0;
  margin: 0 auto; }

p {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

h1, h2, h3, h4, h5 {
  color: #c5184d; }

.slide-text {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%; }
  .slide-text .wedding-date {
    color: #ff8080; }

.main-title {
  font-family: "Dancing Script", cursive;
  font-weight: 300;
  color: white;
  text-shadow: 0 1px 1px #000;
  font-size: 4em;
  text-align: center;
  padding: 1em; }

.black-text {
  color: #000000; }

.main-title:after {
  content: "";
  display: block;
  background: url("../images/love-hr-2x.png") no-repeat;
  background-size: contain;
  width: 339px;
  height: 60px;
  text-align: center;
  margin: 0 auto; }

.slide-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4); }

.preloader-title {
  font-family: "Dancing Script", cursive;
  font-size: 3em; }

#preloader {
  position: fixed;
  display: none ! important;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999999;
  background: #ffffff; }

#preloader-content {
  position: fixed;
  top: 30%;
  text-align: center;
  width: 100%;
  height: 100%; }

#wedding-day {
  position: absolute;
  font-size: 2em;
  z-index: 9999;
  font-family: 'Cormorant Unicase', serif;
  top: 80%;
  text-align: center;
  width: 100%;
  color: #fff; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #fab700 !important; }

.cntl-bar-fill, .cntl-icon {
  background-color: #c5184d; }

.cntl-content, .cntl-icon {
  border-color: #dcdcdc; }

.our-story-content {
  padding: 15px; }

.cntl-content h4 {
  font-family: "Dancing Script", cursive;
  font-size: 2.6em; }

footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 1em;
  font-family: 'Roboto';
  font-weight: 100;
  font-style: italic; }

.location {
  clear: both;
  margin-top: 140px; }

.form-container {
  font-size: 14px;
  clear: both;
  padding: 5px; }
  .form-container .top {
    background-color: #ff8080;
    height: 200px;
    margin: 0;
    padding: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }
  .form-container .form {
    height: 676px;
    width: 400px;
    background-color: #fff;
    margin: -110px auto;
    border-radius: 10px;
    color: #666;
    padding: 0px 0px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }
  .form-container .info {
    padding: 12px; }
  .form-container h1, .form-container h2, .form-container p {
    text-align: center;
    padding: 0px;
    margin: 5px 5px; }
  .form-container h1, .form-container h2 {
    font-size: 1.6em;
    color: #444; }
  .form-container h2 {
    font-family: 'Great Vibes', cursive;
    font-weight: 100; }
  .form-container p.line {
    margin: 0px auto 20px auto;
    color: #999; }
  .form-container .form input {
    font-size: 15px;
    color: #666;
    padding: 6px;
    margin: 25px auto 20px;
    display: block;
    width: 75%; }
  .form-container input:focus {
    outline: 0; }
  .form-container .button button {
    display: inline-block;
    width: 400px; }
  .form-container button {
    color: #ffffff;
    background-color: #ffbdc7;
    border: none;
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 600;
    padding: 15px 32px;
    width: 50%;
    margin: 20px auto 0px auto;
    float: left; }
  .form-container button.accept {
    border-radius: 0px 0px 0px 10px;
    border-right: solid 1px #cc919a;
    background: #91cc43; }
  .form-container button.regret {
    border-radius: 0px 0px 10px 0px;
    background: #c5184d; }
  .form-container button:hover {
    background-color: #cc919a;
    transition: .5s; }
  .form-container button:focus {
    outline: 0; }

.mesg-box {
  min-height: 21px; }
  .mesg-box .error {
    color: #db4a37; }
  .mesg-box .loader img {
    max-height: 30px; }
  .mesg-box .success {
    color: #6ba51e; }

@media (max-width: 600px) {
  body {
    font-size: 12px; }

  .form-container .form {
    max-width: 96%;
    padding: 5px; } }

/*# sourceMappingURL=style.css.map */
