body {
  height: 100%;
  padding-top: 156px;
  background-color: #524237;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 163, 173, 0.4)), to(rgba(64, 48, 38, 0.9))), url('../images/beach2jpg');
  background-image: linear-gradient(180deg, rgba(109, 163, 173, 0.4), rgba(64, 48, 38, 0.9)), url('../images/beach2jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

h1 {
  margin: 10px 0px;
  font-size: 68px;
  line-height: 44px;
}

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-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

a {
  color: #5a5a5a;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.button {
  display: block;
  width: 35%;
  height: 54px;
  padding: 4px 29px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #77b2c9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #2da1cf;
}

.subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  text-shadow: none;
}

.field {
  width: 65%;
  height: 54px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ebe8e4;
  box-shadow: inset 0 0 8px 0 transparent;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #262c46;
  font-size: 16px;
}

.field:focus {
  box-shadow: inset 0 0 0 1px #77b2c9, 0 0 12px 1px #77b2c9;
  color: #000;
}

.sign-up-form {
  margin-bottom: 111px;
}

.share-text {
  margin-bottom: 12px;
  color: rgba(241, 235, 247, 0.4);
  text-shadow: 0 1px 0 transparent;
}

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

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

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

.social-widget-wrapper {
  margin-bottom: 17px;
}

.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #2da1cf;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.spread-word {
  margin-top: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.63);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}

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

.content-wrapper {
  display: inline-block;
  width: 60%;
}

.header-section {
  height: 100%;
  padding-top: 194px;
  padding-bottom: 194px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 48, 38, 0.4)), to(rgba(64, 48, 38, 0.9))), url('../images/beach2jpg');
  background-image: linear-gradient(180deg, rgba(64, 48, 38, 0.4), rgba(64, 48, 38, 0.9)), url('../images/beach2jpg');
  background-size: auto, cover;
}

.footer-section {
  color: #7e7c87;
}

.copyright {
  color: #5a5a5a;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
}

.content-section {
  padding-top: 49px;
  padding-bottom: 49px;
  background-color: #ebe8e4;
  color: rgba(49, 43, 61, 0.89);
  text-shadow: none;
}

.logo-text {
  margin-bottom: 33px;
  font-family: 'Lily Script One', sans-serif;
  font-size: 69px;
  line-height: 55px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.iphone-image {
  margin-top: -65px;
  margin-bottom: -124px;
}

.color-section {
  position: relative;
  z-index: 1;
  padding-top: 68px;
  padding-bottom: 68px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 #000;
}

.image-column {
  text-align: center;
}

.column {
  text-align: center;
}

.body {
  padding-top: 140px;
  background-color: #000;
  background-image: none;
}

.section {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  box-shadow: 0 0 18px 0 #000;
}

.container {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.paragraph {
  position: static;
  color: #000;
}

.heading {
  margin: 40px -10px;
  border-bottom: 2px solid #5a5a5a;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-shadow: none;
}

.list-item {
  color: #000;
}

.list {
  padding-left: 30px;
  color: #5a5a5a;
  font-size: 20px;
  line-height: 30px;
  list-style-type: disc;
  text-shadow: none;
}

.image {
  position: relative;
  max-width: 90%;
  border: 2px solid #ffc000;
}

.image-2 {
  position: relative;
  max-width: 90%;
  border-style: solid;
  border-width: 2px;
  border-color: #ffc000;
}

.section-2 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding: 60px 20px;
}

.paragraph-2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}

.div-block {
  padding: 20px 10px 0px;
}

.column-2 {
  padding-left: 10px;
}

.heading-2 {
  border-bottom: 2px solid #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.paragraph-3 {
  text-align: left;
}

.image-3 {
  margin-right: auto;
  margin-left: auto;
  clear: none;
  text-align: left;
}

.column-3 {
  text-align: center;
}

.text-block {
  color: #5a5a5a;
  font-size: 20px;
  line-height: 30px;
  text-shadow: none;
}

.column-4 {
  position: relative;
  top: auto;
  margin-right: auto;
  margin-left: auto;
}

.columns {
  margin-bottom: 50px;
}

.paragraph-4 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.italic-text {
  color: #ffc000;
  font-size: 25px;
  line-height: 26px;
}

.video {
  margin-bottom: 40px;
}

.columns-2 {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-2 {
  font-size: 250px;
  line-height: 170px;
  text-align: center;
}

.text-block-3 {
  position: absolute;
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.fixed_background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100vh;
  /*background-image: url('../images/Zoo-Health-Rope-Image.jpg');*/
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.paragraph-5 {
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  color: #5a5a5a;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.list-item-2 {
  padding-bottom: 0px;
}

.list-item-3 {
  padding-bottom: 0px;
}

.list-item-4 {
  padding-bottom: 0px;
}

.list-item-5 {
  margin-bottom: 20px;
}

.list-item-6 {
  margin-bottom: 20px;
}

.list-item-7 {
  margin-bottom: 20px;
}

.list-item-8 {
  margin-bottom: 20px;
}

.div-block-2 {
  margin-right: -10px;
  margin-left: -10px;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.columns-3 {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.columns-4 {
  margin-bottom: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  box-shadow: 0 0 18px 0 #85013d;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  position: static;
  margin-top: auto;
  margin-bottom: auto;
  clear: none;
  text-align: center;
}

.topbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  background-color: #000;
  box-shadow: 0 0 18px 0 #000;
}

.link {
  border: 0px none #5a5a5a;
  color: #ffc000;
  text-decoration: none;
}

.link:hover {
  color: #ffc000;
}

.video_embed {
  position: static;
  overflow: visible;
  width: 100%;
  height: 250%;
  margin-bottom: 40px;
}

.image-4 {
  margin-bottom: 20px;
}

.bold-text {
  color: #fff;
}

.bold-text-2 {
  color: #fff;
}

.heading-3 {
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  text-shadow: none;
}

.text {
  font-weight: 400;
}

.footsub {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-6 {
  font-size: 12px;
}

.paragraph-7 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.submit-button {
  border: 1px solid #fff !important;
  background-color: #ffc000;
  color: #fff;
  font-weight: 600;
}

.submit-button:hover {
  border: 1px solid #ffc000;
  background-color: #fff;
  color: #000;
}

.html-embed {
  border: 2px solid #ffc000;
}

@media screen and (max-width: 991px) {
  .button {
    width: 40%;
  }
  .field {
    width: 60%;
  }
  .content-wrapper {
    width: 81%;
  }
  .image-column {
    text-align: center;
  }
  .body {
    background-color: #000;
    background-image: none;
  }
  .image {
    position: relative;
  }
  .image-2 {
    position: relative;
    left: auto;
  }
  .paragraph-2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .column-2 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
  }
  .video {
    margin-top: auto;
    margin-bottom: auto;
  }
  .text-block-2 {
    font-size: 250px;
    line-height: 170px;
    font-weight: 300;
  }
  .text-block-3 {
    position: absolute;
    left: 0%;
    top: 40%;
    right: 0%;
    bottom: 0%;
    font-size: 18px;
    font-weight: 800;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 47px;
    text-align: center;
  }
  .button {
    width: 40%;
  }
  .subtitle {
    text-shadow: none;
  }
  .field {
    width: 60%;
  }
  .sign-up-form {
    margin-bottom: 38px;
  }
  .share-text {
    color: rgba(241, 235, 247, 0.93);
  }
  .social-widget-wrapper {
    width: 202px;
    margin-right: auto;
    margin-bottom: 44px;
    margin-left: auto;
  }
  .content-wrapper {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .header-section {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .iphone-image {
    width: 190px;
    margin-top: 0px;
    margin-bottom: -40px;
  }
  .color-section {
    padding-top: 62px;
    padding-bottom: 34px;
  }
  .body {
    clear: none;
    background-color: #000;
    background-image: none;
    text-shadow: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .image {
    left: auto;
    padding-left: 0px;
  }
  .image-2 {
    left: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .column-5 {
    padding-right: 40px;
    padding-left: 40px;
    text-align: left;
  }
  .column-6 {
    padding-top: 20px;
    padding-left: 40px;
    text-align: left;
  }
  .column-7 {
    margin-bottom: 20px;
  }
  .column-8 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .subtitle {
    text-shadow: none;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .social-widget {
    width: 96px;
  }
  .social-widget-wrapper {
    display: block;
    width: 194px;
    margin-right: auto;
    margin-bottom: 21px;
    margin-left: auto;
  }
  .copyright {
    text-align: center;
  }
  .iphone-image {
    width: 167px;
    margin-bottom: -49px;
  }
  .color-section {
    position: relative;
    z-index: 1;
    padding-top: 75px;
  }
  .body {
    background-color: #000;
    background-image: none;
  }
  .section {
    position: relative;
    z-index: 1;
  }
  .container {
    position: relative;
    z-index: 1;
  }
  .heading {
    font-size: 35px;
	line-height: 35px;
  }
  .list {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .image-2 {
    left: 0px;
    top: 0px;
    margin-top: 20px;
    float: none;
  }
  .section-2 {
    position: relative;
    z-index: 1;
  }
  .heading-2 {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
  .paragraph-4 {
    font-size: 22px;
    line-height: 24px;
  }
  .italic-text {
    font-size: 22px;
    line-height: 24px;
  }
  .video {
    margin-bottom: 40px;
  }
  .columns-2 {
    font-size: 14px;
  }
  .column-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-6 {
    position: relative;
    padding-top: 0px;
    padding-left: 10px;
  }
  .fixed_background {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../images/Zoo-Health-Rope-Image.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .paragraph-5 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    text-align: left;
  }
  .div-block-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .container-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .link {
    border: 0px none #5a5a5a;
    text-decoration: none;
  }
}

