body {
  font-family: 'Roboto', sans-serif;
}

header, .fullWidth {
  min-width: auto;
}
header nav .rightLinks {
  display: none;
}

.content {
  padding: 0 24px;
}
.hero {
  background: linear-gradient(to bottom, white 0, #f3e8fd 100%);
}
.hero, .feature, .loved, .download {
  padding: 32px 0;
  text-align: center;
}
.feature, .loved {
  border-bottom: 1px solid #dadce0;
}
.hero h1 {
  width: 220px;
  font-weight: normal;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -0.75px;
  margin: 0 auto;
}
h2 {
  margin: 32px 0 16px;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}
.hero .download-links {
  margin: 32px 0;
}
.hero .download-links, .download {
  display: flex;
  justify-content: center;
}
.hero .download-links a:first-child, .download a:first-child {
  margin-right: 12px;
}
.hero .download-links a:last-child, .download a:last-child {
  margin-left: 12px;
}
.hero .download-links img, .download img {
  max-width: 100%;
  max-height: 60px;
}
.hero .phone-demo {
  position: relative;
  width: 100%;
  height: 600px;
}
.hero .phone-demo .phone-chassis {
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.hero .phone-demo .demo-video {
  position: absolute;
  width: 260px;
  top: 14px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: black;
  border: 3px solid black;
}
.feature img {
  width: 100%;
  max-width: 424px;
}
.feature .feature-text {
  font-size: 16px;
  line-height: 26px;
}
.loved h2 {
  margin: 0;
}
.review {
  margin-top: 24px;
}
.review-text {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 850px) {
  header nav .rightLinks {
    display: block;
  }

  .content {
    max-width: 1062px;
    margin: 0 auto;
  }
  .hero {
    text-align: left;
  }
  .hero, .feature, .loved, .download {
    padding: 72px 0;
  }
  .hero .content {
    display: flex;
    justify-content: space-between;
  }
  .hero h1 {
    width: 600px;
    font-size: 96px;
    line-height: 112px;
    letter-spacing: -1px;
    margin: 120px auto 0;
  }
  h2 {
    margin: 15px 0;
    font-size: 32px;
    line-height: 40px;
  }
  .hero .download-links {
    justify-content: left;
  }
  .hero .phone-demo {
    width: 300px;
  }
  .feature {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .feature img {
    width: 424px;
  }
  .feature .feature-text {
    font-size: 22px;
    line-height: 30px;
    width: 430px;
  }
  .loved {
    text-align: center;
  }
  .reviews {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  .review {
    flex: 1 1 0;
    margin: 0 30px;
  }
  .review-text {
    font-size: 18px;
    line-height: 30px;
  }
  .download {
    text-align: center;
  }
}
