body {
  background-color: #2f292b;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px 16px;
  font-family: Lemon, sans-serif;
  font-size: 68px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.73), 0 2px 4px rgba(0, 0, 0, 0.19);
}

h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 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-top: 0px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 23px;
  letter-spacing: 0px;
  text-shadow: none;
}

.button {
  display: block;
  width: 32%;
  height: 54px;
  padding: 4px 29px;
  float: left;
  border-radius: 4px;
  background-color: #a51e1e;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.19);
}

.button:hover {
  background-color: #e66f40;
}

.button:active {
  background-color: rgba(230, 111, 64, 0.63);
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.26), 0 0 0 1px rgba(0, 0, 0, 0.16), inset 0 2px 6px 1px rgba(0, 0, 0, 0.11), inset 0 1px 0 0 rgba(0, 0, 0, 0.2), inset 0 44px 38px -25px rgba(0, 0, 0, 0.13);
}

.subtitle {
  margin-top: -7px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Bitter, serif;
  font-size: 30px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 9px 13px 9px rgba(0, 0, 0, 0.24);
  -webkit-column-count: 0;
  column-count: 0;
}

.field {
  width: 65%;
  height: 54px;
  margin-right: 3%;
  float: left;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: rgba(47, 41, 43, 0.65);
  color: #fff;
  font-size: 16px;
}

.field:hover {
  background-color: rgba(47, 41, 43, 0.76);
}

.field:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.31), inset 0 2px 9px -1px rgba(0, 0, 0, 0.14), 0 0 0 2px #c96c47, 0 0 12px 1px #c96c47;
}

.sign-up-form {
  max-width: 50%;
  margin-top: 47px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-widget {
  width: 100px;
  float: left;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget:hover {
  opacity: 1;
}

.success-message {
  padding: 29px;
  border-radius: 4px;
  background-color: #c96c47;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.14), inset 0 0 0 1px hsla(0, 0%, 100%, 0.09), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.56);
}

.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px dashed #000;
  border-radius: 0px;
  background-image: url('../images/LitMatch_ResizedSmall.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.footer-section {
  padding-top: 38px;
  padding-bottom: 34px;
  background-color: #2f292b;
  box-shadow: 0 -1px 0 0 hsla(0, 0%, 100%, 0.08), inset 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  color: #7e7c87;
}

.copyright {
  color: hsla(0, 0%, 100%, 0.29);
}

.container {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 120px;
  padding-left: 120px;
}

.share-button {
  display: inline-block;
  width: 58px;
  margin-right: 14px;
  margin-left: 14px;
}

.share-button.facebook {
  width: 49px;
}

.share-button.google {
  width: 54px;
}

.success-text {
  margin-bottom: 10px;
  text-shadow: none;
}

.referal-text {
  margin-top: 16px;
  margin-bottom: 13px;
  color: hsla(0, 0%, 100%, 0.61);
  font-size: 15px;
  text-transform: uppercase;
  text-shadow: none;
}

.social-btn {
  margin-right: 7px;
  margin-left: 7px;
  opacity: 0.31;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-btn:hover {
  opacity: 1;
}

.align-right {
  text-align: right;
}

.slider-nav {
  height: 40px;
  font-size: 9px;
}

.heading {
  display: block;
  margin-top: 58px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #a51e1e;
  font-size: 78px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.73), 0 2px 4px rgba(0, 0, 0, 0.19);
}

.text-block {
  display: block;
  clear: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-shadow: 11px 11px 13px #000;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block-2 {
  margin-top: 42px;
  margin-bottom: 83px;
  font-family: Oswald, sans-serif;
  font-size: 47px;
  font-weight: 700;
  text-align: center;
}

.text-box {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
  text-shadow: 8px 0 16px rgba(0, 0, 0, 0.73);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  max-width: 70%;
  font-size: 18px;
  line-height: 24px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 4px 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #a51e1e;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .subtitle {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Bitter, serif;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    text-shadow: 5px 7px 8px rgba(0, 0, 0, 0.24);
  }

  .sign-up-form {
    max-width: 70%;
  }

  .header-section {
    background-color: #161616;
    background-image: url('../images/LitMatch_ResizedSmall.png');
    background-position: 50% 50%;
    background-size: auto 100%;
    background-attachment: scroll;
  }

  .footer-section {
    display: block;
    padding-top: 34px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
    text-shadow: 4px 4px 8px #000;
  }

  .heading {
    padding-right: 0px;
    padding-left: 0px;
    color: #a51e1e;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    text-shadow: 8px 8px 5px rgba(0, 0, 0, 0.73);
  }

  .text-block {
    -webkit-transform: translate3d(14px, -33px, 162px);
    transform: translate3d(14px, -33px, 162px);
    font-weight: 400;
    text-shadow: 7px 11px 13px #000;
  }

  .text-block-2 {
    padding-top: 0px;
    color: #a51e1e;
    text-align: center;
  }

  .div-block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .button {
    padding-right: 0px;
    padding-left: 0px;
  }

  .subtitle {
    line-height: 30px;
  }

  .sign-up-form {
    max-width: 90%;
    margin-bottom: 0px;
  }

  .header-section {
    padding: 150px 16px;
    background-image: url('../images/LitMatch_ResizedSmall.png');
    background-position: 50% 100%;
    background-size: auto 100%;
  }

  .footer-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    margin-top: 17px;
    padding-top: 19px;
    padding-bottom: 0px;
    direction: ltr;
    color: #a51e1e;
    font-size: 58px;
    letter-spacing: 2px;
    text-transform: none;
  }

  .text-block {
    margin-top: 183px;
    padding-top: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #fff;
    text-shadow: 7px 11px 13px #000;
    background-clip: content-box;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
  }

  .text-block-2 {
    margin-top: 14px;
    margin-bottom: 49px;
  }

  .text-box {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-image: none;
  }

  .subtitle {
    padding-top: 28px;
    padding-bottom: 30px;
    font-family: Bitter, serif;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    text-shadow: 7px 7px 14px #000;
    -webkit-column-count: 1;
    column-count: 1;
    white-space: normal;
  }

  .field {
    width: 100%;
    margin-top: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-image: none;
  }

  .sign-up-form {
    max-width: 80%;
    margin-bottom: 19px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .social-widget {
    width: 96px;
  }

  .header-section {
    background-color: #161616;
    background-image: none;
  }

  .copyright {
    margin-bottom: 7px;
    text-align: center;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
  }

  .align-right {
    text-align: center;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Oswald, sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 6px 6px 16px rgba(0, 0, 0, 0.73);
    white-space: normal;
  }

  .text-block {
    display: block;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    mix-blend-mode: normal;
  }

  .text-block-2 {
    margin-top: 8px;
    margin-bottom: 42px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
  }

  .text-box {
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 22px;
  }
}

