:root {
  --dark-slate-gray: #262c46;
  --dark-slate-gray-2: #262c46;
  --silver: rgba(194, 190, 179, .59);
  --dark-slate-gray-3: rgba(49, 43, 61, .89);
  --light-sea-green: #1abc9c;
  --peru: #b59143;
  --sandy-brown: #fac960;
}

body {
  color: #000;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #8a6d2f;
  letter-spacing: 0;
  text-shadow: none;
  margin: 10px 0;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 54px;
}

h2 {
  color: #8a6d2f;
  text-shadow: none;
  margin: 0 0 27px;
  font-size: 38px;
  font-weight: 300;
  line-height: 36px;
}

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

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

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  color: rgba(0, 0, 0, .4);
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}

.button {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #a8863d;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 30%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.button:hover {
  background-color: #18c7aa;
}

.field {
  float: left;
  color: #806732;
  background-color: #fff;
  border: 0 solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 70%;
  height: 54px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
  transition: box-shadow .15s;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0);
}

.field:focus {
  box-shadow: inset 0 0 0 2px #b59143;
}

.sign-up-form {
  margin-top: 40px;
}

.social-widget {
  float: left;
  width: 100px;
  transition: opacity .3s;
}

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.success-message {
  color: #fff;
  background-color: #b59143;
  border-radius: 2px;
  padding: 20px;
  transition: all .3s;
}

.spread-word {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

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

.bar {
  float: left;
  background-color: #1abc9c;
  width: 14.285%;
  height: 7px;
}

.container {
  padding-left: 70px;
  padding-right: 70px;
}

.social-section {
  text-align: center;
  background-color: #fac960;
  padding-top: 58px;
  padding-bottom: 58px;
}

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

.share-wrapper {
  margin-top: 32px;
}

.social-btn {
  opacity: .15;
  margin-left: 17px;
  padding-left: 2px;
  padding-right: 2px;
  transition: opacity .25s;
}

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

.social-btn.footer {
  margin-left: 9px;
  margin-right: 9px;
}

.navbar {
  background-color: #fff;
  padding-top: 23px;
  padding-bottom: 23px;
}

.right-nav {
  text-align: right;
  padding-top: 2px;
}

.brand {
  color: #2e2e2e;
  font-size: 32px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.logo {
  margin-top: -10px;
  margin-right: 13px;
}

.logo.footer {
  margin: 0 auto 21px;
  display: block;
}

.section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 81px;
}

.section.hero {
  text-align: center;
  background-color: #fac960;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.hero.success {
  background-color: #18c7aa;
}

.section.grey {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.grey-heading {
  color: rgba(0, 0, 0, .56);
  text-shadow: none;
  font-weight: 400;
}

.image-crop {
  height: 368px;
  margin-top: 39px;
  margin-bottom: -81px;
  overflow: hidden;
}

.phone-image {
  width: 381px;
}

.infinite {
  opacity: .15;
  margin-top: 52px;
}

.link {
  color: #ff2828;
}

.text-span {
  color: #e5b44a;
  font-size: 22px;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.image {
  max-width: 30%;
}

@media screen and (max-width: 991px) {
  h1, p {
    text-shadow: none;
  }

  .button {
    width: 30%;
  }

  .field {
    width: 70%;
  }

  .social-btn {
    transition: all .2s;
  }

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

@media screen and (max-width: 767px) {
  h1, p {
    text-shadow: none;
  }

  .button {
    width: 40%;
  }

  .field {
    width: 60%;
  }

  .container {
    padding-left: 33px;
    padding-right: 33px;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    text-shadow: none;
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin-left: 0;
  }

  .field {
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 194px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .grey-heading {
    text-shadow: none;
    font-size: 26px;
  }

  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }

  .phone-image {
    width: 80%;
  }

  .text-span {
    font-size: 18px;
  }

  .image {
    max-width: 60%;
  }

  .paragraph, .paragraph-2 {
    font-size: 18px;
    line-height: 26px;
  }
}


