.lp-top-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 9999;
}

.lp-top-bar .lp-logo {
  padding-left: 20px;
}

.lp-top-bar .lp-login {
  flex-grow: 3;
  align-self: 3;
  text-align: right;
  padding-right: 50px;
}

.lp-top-bar .lp-login .vl-btn {
  background: rgba(255,255,255,0.1)
}


.video-wrapper .lp-hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  background-image: linear-gradient(to top,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.2) 100%);

}

.lp-container {
  position: relative;
  z-index: 5;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}


/** Desktop **/
.lp-hero-content {
  max-width: 800px;
  padding: 0 40px;
  align-self: center;
  text-align: center;
}

.lp-hero-content h1 {
  font-size:54px;
  line-height: 54px;
  margin-bottom: 20px;
  text-transform: none;
}

.lp-hero-content h4 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 40px;
  text-transform: none;
}

.lp-hero-content p {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}

.lp-hero-content input[name="email"] {
  height: 60px !important;
  width: 500px;
  padding-left: 10px;
}

.lp-hero-content input[type="submit"] {
  margin-left: 2px;
  height: 60px !important;
  font-size: 15px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}


.feature-container-content .lp-get-started {
  margin-top: 60px;
  text-align: center;
}

.feature-container-content .lp-get-started p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}


.lp-get-started input[name="email"] {
  height: 60px !important;
  width: 500px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.lp-get-started input[type="submit"] {
  margin-left: 2px;
  height: 60px !important;
  font-size: 15px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

a.vl-btn-hero {
  margin-left: 2px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}


/** Mobile **/
@media only screen and (max-width: 600px) {

  .landing-page .home-page-wrapper {
    min-height: 82vh;
  }

  .video-wrapper .lp-hero-gradient {
    background-image: linear-gradient(to top,rgba(0,0,0,1) 0%, rgba(0,0,0,.6) 20%, rgba(0,0,0,.4) 60%,rgba(0,0,0,.2) 100%);
  }

  .lp-hero-content {
    max-width: 90%;
    padding: 0 40px;
    align-self: center;
    text-align: center;
    margin-bottom: 100px;
  }

  .lp-hero-content h1 {
    font-size:28px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .lp-hero-content h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .lp-hero-content p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }


  .lp-hero-content input[name="email"] {
    height: 40px !important;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 20px;

  }

  .lp-hero-content input[type="submit"] {
    margin-left: 2px;
    height: 50px !important;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
  }


  .feature-container-content .lp-get-started p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }


  .lp-get-started input[name="email"] {
    height: 40px !important;
    width: 70%;
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .lp-get-started input[type="submit"] {
    margin-left: 2px;
    height: 50px !important;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
  }
}
