body {
  font-family: 'ff-din-web', sans-serif;
  padding: 0;
  background-color: #FCFCFC;
  color: #0F0048;
  margin: 0; }

.mailchimp-form-input {
  width: 100%; }

h1, h2 {
  margin: 20px auto;
  text-align: center;
  color: #7A49EA; }

h1 {
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 800; }

h2 {
  font-size: 3.5rem; }

h3 {
  font-size: 2rem;
  text-align: center; }

h3 > strike {
  font-size: 1.5rem;
  opacity: 0.5; }

p {
  font-size: 2rem; }

.phone-img {
  height: 50vh;
  width: auto;
  max-width: 400px;
  display: block;
  margin: 0 auto; }

.button-wide {
  width: 100%; }

.phone-img {
  display: none; }

.purple-logo {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto; }

@media (min-width: 800px) {
  .phone-img {
    display: block;
    width: 90%;
    height: auto;
    max-width: 400px;
    display: block;
    margin: 5vh auto; }
  .purple-logo {
    margin: 5vh auto 0;
    display: inline; }
  h1 {
    font-size: 6rem; }
  h1, h2 {
    margin: 40px auto;
    text-align: left; }
  .mailchimp-form-input {
    width: 80%;
    max-width: 400px; } }

@media (min-width: 1000px) {
  .phone-img {
    height: 70vh;
    width: auto;
    max-width: 100%; } }

.fb-messengermessageus {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px; }

.button-primary {
  background-color: #7A49EA !important;
  border-color: #7A49EA !important; }
  .button-primary:hover {
    background-color: #613bb8 !important;
    border-color: #613bb8 !important; }

.about-gif {
  width: 40%;
  display: block;
  margin: 40px auto;
  height: auto;
  border-radius: 10px;
  border: 4px solid #7A49EA; }

.full-width-ph {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #efefef; }

.chat-image {
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: block;
  margin: 0 auto; }

.product-hunt-header {
  width: 80%;
  min-height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto; }

.product-hunt-logo {
  height: auto;
  display: block;
  margin: 0 auto;
  width: 200px; }

.product-hunt-text {
  font-size: 1.2em;
  font-weight: 800;
  padding-top: 20px; }

.purple-text {
  color: #7A49EA; }

.navbar-space {
  margin-top: 20px; }

.full-height-landing {
  min-height: 60vh;
  padding-top: 20px; }

.full-height-container {
  min-height: 60vh; }

/* Static Stuff */
.privacy-container, .faq-container {
  max-width: 780px;
  margin: 0 auto; }

.faq-question {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 0;
  margin-top: 40px; }

.faq-answer {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5; }

.faq-gif {
  display: block;
  margin: 10px auto;
  width: 80%;
  height: auto; }

.faq-container {
  padding-bottom: 40px; }

.purple-background {
  background-color: #38216A;
  min-height: 80vh;
  z-index: 99;
  width: 100%; }

.topic-image {
  display: block;
  width: 60%;
  margin: 20px auto;
  height: auto; }

.mobile-only {
  display: block; }

.desktop-only {
  display: none; }

.wide-only {
  display: none; }

.topic-header {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .2rem; }

.white-text {
  color: #FCFCFC; }

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

.navbar {
  display: none; }

.logo-image {
  float: left;
  width: 60px;
  height: 60px; }

.logo-text {
  font-weight: 800;
  color: #7A49EA;
  position: relative;
  left: 10px;
  margin: 0 auto; }

.landing-video {
  display: block;
  margin: 0 auto;
  margin-right: 10px; }

.inline-link {
  font-weight: 800;
  text-decoration: underline;
  color: black; }
  .inline-link:hover {
    color: #7A49EA; }

.navbar-list {
  list-style: none;
  margin-bottom: 0; }

.navbar-item {
  position: relative;
  float: left;
  margin-bottom: 0; }

.navbar-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-right: 25px;
  text-decoration: none;
  line-height: 6.5rem;
  color: #666; }
  .navbar-link:hover {
    color: #7A49EA; }

.footer-link {
  font-size: 9px; }

.footer-list {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto; }

.landing-image {
  padding-top: 20vh;
  max-height: 80vh;
  width: auto;
  max-width: 30vw; }

.footer-item {
  display: inline;
  text-align: center;
  margin: 0 auto; }

@media (min-width: 800px) {
  .sub-cta {
    display: block; }
  .full-height-container {
    min-height: 80vh; } }

@media (min-width: 600px) {
  .navbar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .wide-only {
    display: block;
    margin: 0 auto;
    text-align: right; }
  .navbar-space {
    margin-top: 80px; }
  .mc-embed-signup {
    position: fixed;
    bottom: 5px; }
  .vertical-aligner {
    display: flex;
    align-items: center;
    justify-content: center; }
  .Aligner-item {
    max-width: 50%; }
  .Aligner-item--top {
    align-self: flex-start; }
  .Aligner-item--bottom {
    align-self: flex-end; }
  .mobile-only {
    display: none; }
  .desktop-only {
    display: block; }
  .topic-header {
    padding-top: 15vh; } }

@media (min-width: 800px) {
  .topic-header {
    font-size: 30px; }
  .landing-image {
    padding-top: 5vh; } }

.less-spacing {
  padding-top: 2vh; }
