body {
  height: 100%;
  color: rgba(0, 0, 0, .74);
  background-color: #edeff2;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

li {
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  display: block;
}

.brand-text {
  color: #cf404d;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

.section {
  background-color: #e6615c;
  padding: 63px 40px;
  position: relative;
}

.section.section-gray {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.section.section-gray.sign-up-section {
  background-image: none;
}

.section.model-section {
  background-color: #fff;
  background-image: none;
}

.call-to-action-section {
  color: #fff;
  background-color: #e6615c;
  padding: 44px 40px;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

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

.hero-heading {
  color: #000;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 50px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  color: #fff;
  background-color: #cf404d;
  border-color: #cf404d;
}

.hollow-button.red:hover {
  background-color: rgba(0, 0, 0, 0);
}

.hollow-button.yellow {
  color: #fedd49;
  border-color: #fedd49;
  font-size: 30px;
  line-height: 28px;
}

.section-heading {
  color: #404047;
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.section-heading.centered.news-section-heading {
  color: #fff;
}

.section-heading.centered.description-section, .section-heading.centered.book-title, .section-heading.centered.sign-up {
  color: #404047;
}

.section-subheading.center {
  color: rgba(115, 115, 115, .74);
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  color: #f0f0f0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-title-wrapper {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  top: 40%;
}

.left-navigation {
  width: 329px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 15px;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: #cf404d;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
}

.banner {
  background-color: #e6615c;
}

.column-0-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0;
}

.hero-subsub-heading {
  color: #ffde34;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 300;
}

.hero-author-heading {
  color: #ffe137;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.provocative-paragraph {
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.about-section {
  background-color: #fff;
  margin-top: 0;
  padding: 60px 40px;
}

.author-image {
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.author-name {
  width: 100%;
  color: #ffdf35;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.author-description {
  color: #fff;
  padding: 10px;
}

.author-column {
  padding-left: 30px;
  padding-right: 30px;
}

.author-div {
  text-align: center;
  margin-bottom: 5px;
}

.social-image {
  padding-left: 5px;
  padding-right: 5px;
}

.twitter-embed {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.hero-2-heading {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 108px;
  font-weight: 700;
  line-height: 110px;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.presents {
  color: #fff;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.image-3 {
  margin-bottom: 30px;
}

.body {
  background-color: #b3b3b3;
}

.div-block {
  margin-bottom: 10px;
}

.link-2 {
  color: #ffdf35;
}

.link-2:hover {
  color: #fff;
}

.link-2:active, .link-2:visited, .text-span {
  color: #ffdf35;
}

.text-span:hover {
  color: #fff;
}

.text-span:active {
  color: #ffdf35;
}

.heading {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 34px;
}

.text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.twitter-container {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .hero-heading {
    line-height: 52px;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: #49647b;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .hero-2-heading {
    font-size: 84px;
    line-height: 86px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

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

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

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

  .hero-heading {
    font-size: 64px;
    line-height: 64px;
  }

  .hero-subheading {
    line-height: 50px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .grid-fours {
    width: 33.333%;
  }

  .column-0-padding {
    text-align: left;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-2-heading {
    font-size: 72px;
    line-height: 74px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 38px;
    line-height: 38px;
  }

  .hero-subheading {
    font-size: 32px;
    line-height: 36px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .nav-menu {
    background-color: #b3b3b3;
  }

  .banner {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-author-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-2-heading {
    font-size: 42px;
    line-height: 44px;
  }

  .text-block {
    line-height: 32px;
  }
}


@font-face {
  font-family: 'Big noodle titling';
  src: url('../fonts/big_noodle_titling.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Big noodle titling';
  src: url('../fonts/big_noodle_titling_oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Intro inline';
  src: url('../fonts/Intro_Inline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Intro';
  src: url('../fonts/Intro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}