#page-navbar.image-show {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  color: white;
  box-shadow: none;
  text-shadow: 0px 0px 2px black; }
  #page-navbar.image-show .left-icon {
    color: white; }
  #page-navbar.image-show .site-name {
    color: white; }
  #page-navbar.image-show .right-icon {
    color: white; }

#upfold {
  height: 90vh;
  background-image: url(../images/upfold-background.jpg);
  background-size: auto 100%;
  background-position: top right;
  text-align: center;
  padding: 10px;
  padding-top: 25vh;
  margin-top: -50px; }
  @media screen and (min-width: 700px) {
    #upfold {
      padding-left: 55%;
      text-align: left; } }
  #upfold .title {
    color: white;
    font-size: 9.1vw;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 700px) {
      #upfold .title {
        font-size: 3vw; } }
  #upfold .tagline {
    color: white;
    font-size: 1.6;
    margin-bottom: 40px; }
  #upfold .disclaimer {
    font-size: 0.85em;
    color: #d9d9d9;
    margin-top: 60px; }

#authentication {
  display: flex; }
  #authentication .fields {
    width: 70%;
    padding: 5px 0; }
    @media screen and (min-width: 700px) {
      #authentication .fields {
        width: 80%; } }
    #authentication .fields input {
      width: calc(100% - 15px);
      transition: width 0.3s, padding 0.3s, margin 0.3s;
      margin-right: 10px;
      padding: 20px 10px;
      border: none;
      outline: none;
      box-shadow: none;
      border-radius: 4px; }
      #authentication .fields input.hidden {
        width: 0%;
        padding: 20px 0;
        margin-right: 0px; }
  #authentication .cta {
    width: 30%;
    padding: 5px 0; }
    @media screen and (min-width: 700px) {
      #authentication .cta {
        width: 20%; } }
    #authentication .cta button {
      padding: 20px 10px; }

#lead-on {
  width: auto;
  margin-top: 30px;
  display: inline-block;
  font-size: 14px; }

.other-options {
  margin-top: 10px;
  color: #f27040; }
  .other-options .option {
    margin-bottom: 5px; }

#benefits {
  padding: 10px;
  background-color: white; }
  @media screen and (min-width: 700px) {
    #benefits .benefits-holder {
      display: flex;
      justify-content: space-between; } }
  #benefits .benefit {
    padding: 20px 0;
    text-align: center; }
    @media screen and (min-width: 700px) {
      #benefits .benefit {
        flex-basis: 31%; } }
    #benefits .benefit img {
      width: 15%;
      margin: 0 auto;
      margin-bottom: 10px; }
    #benefits .benefit .title {
      font-size: 1.8em;
      font-weight: bold;
      color: black;
      margin-bottom: 10px;
      color: #404040; }
    #benefits .benefit .description {
      line-height: 1.5;
      font-size: 1em;
      color: gray;
      margin-bottom: 10px; }
      @media screen and (min-width: 700px) {
        #benefits .benefit .description {
          height: 120px; } }
    #benefits .benefit .know-more {
      font-size: 0.9em;
      font-weight: bold;
      color: #f27040; }

#products {
  padding: 30px 10px;
  background-color: #fcfaf3;
  text-align: center; }
  #products .title {
    text-transform: uppercase;
    font-size: 1.7em;
    margin: 30px 0;
    font-weight: bold;
    color: #404040; }
  #products #products-carousel {
    width: 70%;
    margin: 0 auto; }
    #products #products-carousel a {
      display: block; }
    #products #products-carousel img {
      width: 100%; }
    #products #products-carousel .product-name {
      margin-top: 5px;
      text-align: center;
      font-size: 1.4em; }
    #products #products-carousel .owl-dots .owl-dot.active span {
      transform: scale(1.3); }
  #products .cta {
    display: inline-block;
    padding: 10px 15px;
    background-color: #f27040;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 0.9em; }

#best-sellers {
  text-align: center;
  background-color: white;
  padding-top: 1px; }
  #best-sellers .title {
    margin: 25px 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #404040; }
  @media screen and (min-width: 700px) {
    #best-sellers .couplets-holder {
      display: flex; } }
  #best-sellers .couplet {
    display: block;
    display: flex; }
    @media screen and (min-width: 700px) {
      #best-sellers .couplet {
        flex-basis: 50%; } }
  #best-sellers .product {
    width: 50%;
    padding: 5px; }
    #best-sellers .product img {
      width: 100%; }
    #best-sellers .product .product-title {
      margin: 15px;
      margin-top: 10px;
      font-size: 1em;
      font-size: bold;
      color: #1b1b1b; }

#how-to-order {
  padding: 50px 15px;
  background-image: url(../images/how-to-order.jpg);
  background-size: 100% auto;
  text-align: center; }
  #how-to-order .info {
    padding: 30px;
    background-color: white;
    color: #1b1b1b;
    max-width: 500px;
    margin: 0 auto; }
    #how-to-order .info .question {
      font-size: 1em;
      text-transform: uppercase;
      margin-bottom: 10px; }
    #how-to-order .info .title {
      font-size: 2.2em;
      text-transform: uppercase;
      margin-bottom: 20px;
      color: #404040; }
    #how-to-order .info .separator {
      width: 50px;
      height: 4px;
      background-color: #1b1b1b;
      margin: 20px auto; }
    #how-to-order .info .text {
      font-size: 0.9em;
      margin-bottom: 30px; }
    #how-to-order .info .step {
      margin-bottom: 10px; }
      #how-to-order .info .step .number {
        display: inline-block;
        width: 35px;
        vertical-align: top;
        background-color: #f27040;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-right: 15px;
        color: white;
        transform: translateY(-5px); }
      #how-to-order .info .step .instruction {
        width: calc(100% - 50px);
        display: inline-block;
        vertical-align: top;
        color: gray;
        font-size: 0.9em;
        text-align: left; }

#home-footer {
  padding: 10px;
  text-align: center; }
  #home-footer a {
    display: inline-block;
    color: #1b1b1b;
    font-size: 0.8em;
    margin: 0 5px; }

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