.uppercase {
  text-transform: uppercase; }

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #4a4a4a; }
  body img {
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: -3px 3px 3px 0px rgba(74, 74, 74, 0.3), 3px 3px 3px 0px rgba(74, 74, 74, 0.3);
    box-shadow: -3px 3px 3px 0px rgba(74, 74, 74, 0.3), 3px 3px 3px 0px rgba(74, 74, 74, 0.3); }
  body h1, body h2, body h3 {
    text-align: center; }
  body p {
    line-height: 1.5;
    font-weight: 300;
    font-size: 1.2em;
    margin: 0px; }
  body .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  main .content {
    max-width: 85%; }

.header, .wireframe, .onboarding, .user-home,
.user-research, .video, .ordering,
.footer, .order-top, .post-order, .bottom, .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header {
  background-color: #1F1F1F; }
  .header h1, .header h2 {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
    font-size: 1.8em;
    letter-spacing: 1px; }
  .header h2 {
    font-size: 1em;
    font-weight: 300; }
  .header .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25% 0px; }
    @media screen and (max-width: 650px) {
      .header .overlay {
        padding: 70px 0; } }
  .header .top {
    width: 100%;
    background-image: url("../assets/images/MobileApp_Hero.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 20% 42%; }
  .header .text-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .header .icon-container .overlay {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header .icon-container svg {
    color: white;
    padding-bottom: 30px;
    font-size: 1.2em; }
  .header .bottom {
    max-width: 85%;
    padding: 25px 0px 92px 0px;
    position: relative; }
    .header .bottom:after {
      position: absolute;
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      pointer-events: none;
      border-top-color: #1F1F1F;
      border-width: 27px;
      margin-left: -27px; }
    .header .bottom h3, .header .bottom p {
      color: white; }
    .header .bottom h3 {
      text-align: left;
      font-weight: 400;
      margin-bottom: 20px; }

.user-research {
  padding: 30px 0 0 0; }
  .user-research h1 {
    font-family: 'Roboto Slab', Helvetica, Arial;
    margin-bottom: 42px; }
  .user-research p {
    font-size: 1.3em; }
  .user-research .list-container {
    padding: 40px 0px 30px 0; }
    .user-research .list-container p {
      font-size: 1em;
      white-space: nowrap; }
      @media screen and (max-width: 650px) {
        .user-research .list-container p {
          font-size: 0.8em; } }
    .user-research .list-container .list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px; }
    .user-research .list-container .circle {
      width: 20px;
      height: 20px;
      background-color: #41b281;
      border-radius: 50%;
      margin-right: 22px;
      position: relative; }
      .user-research .list-container .circle:after {
        position: absolute;
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 20px;
        width: 0;
        pointer-events: none;
        border-color: #41b281;
        border-width: 0.5px;
        margin-left: -1px; }
    .user-research .list-container .clear::after {
      border-color: transparent; }
  .user-research .column-container, .user-research .solutions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 30px; }
    @media screen and (min-width: 1500px) {
      .user-research .column-container, .user-research .solutions {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .user-research .column-container .user, .user-research .column-container .solution, .user-research .solutions .user, .user-research .solutions .solution {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      min-width: 350px;
      max-width: 390px; }
      @media screen and (max-width: 650px) {
        .user-research .column-container .user, .user-research .column-container .solution, .user-research .solutions .user, .user-research .solutions .solution {
          min-width: 250px; } }
      .user-research .column-container .user h2, .user-research .column-container .user h3, .user-research .column-container .solution h2, .user-research .column-container .solution h3, .user-research .solutions .user h2, .user-research .solutions .user h3, .user-research .solutions .solution h2, .user-research .solutions .solution h3 {
        text-align: left;
        font-weight: 400;
        font-size: 1.3em;
        margin-bottom: 10px; }
      .user-research .column-container .user p, .user-research .column-container .solution p, .user-research .solutions .user p, .user-research .solutions .solution p {
        line-height: 1.7;
        font-size: 1.2em; }
    .user-research .column-container .user, .user-research .solutions .user {
      margin-bottom: 65px;
      margin: 0px 12.5px;
      margin-bottom: 40px; }
      @media screen and (min-width: 1024px) {
        .user-research .column-container .user, .user-research .solutions .user {
          margin: 0px 25px 40px 0; } }
    .user-research .column-container .solution, .user-research .solutions .solution {
      margin-bottom: 30px; }
      .user-research .column-container .solution p, .user-research .solutions .solution p {
        padding-right: 25px; }

.wireframe {
  padding: 25px 0px 50px 0px;
  background-color: #f0e1b1; }
  .wireframe h1 {
    font-size: 1.5em; }
  @media screen and (min-width: 1024px) {
    .wireframe .image-container {
      width: 60%; } }
  .wireframe .list-container {
    padding: 40px 0px 30px 0; }
    .wireframe .list-container p {
      font-size: 1em;
      white-space: nowrap; }
      @media screen and (max-width: 650px) {
        .wireframe .list-container p {
          font-size: 0.8em; } }
    .wireframe .list-container .list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px; }
    .wireframe .list-container .circle {
      width: 20px;
      height: 20px;
      background-color: #41b281;
      border-radius: 50%;
      margin-right: 22px;
      position: relative; }
      .wireframe .list-container .circle:after {
        position: absolute;
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 20px;
        width: 0;
        pointer-events: none;
        border-color: #41b281;
        border-width: 0.5px;
        margin-left: -1px; }
    .wireframe .list-container .clear::after {
      border-color: transparent; }

.onboarding {
  padding: 30px 0px; }
  .onboarding h1 {
    font-size: 1.5em;
    margin-bottom: 28px; }
  .onboarding .text-container, .onboarding .image-container {
    margin-bottom: 25px; }
  .onboarding .user-home {
    padding-top: 80px; }

.video {
  padding: 30px 0px 55px 0px;
  width: 100%; }
  .video #speaker {
    background-color: #40baa9;
    width: 75px;
    height: 6px;
    position: relative;
    left: 36%;
    top: -4.5%;
    border-radius: 3px; }
  .video .iphone {
    width: 291px;
    height: 545px;
    padding: 46px 0 36px 0;
    border-radius: 27px;
    border-top: 1px solid rgba(74, 74, 74, 0.1);
    -webkit-box-shadow: -1px 1px 2px 0px rgba(74, 74, 74, 0.3), 1px 1px 2px 0px rgba(74, 74, 74, 0.3);
    box-shadow: -1px 1px 2px 0px rgba(74, 74, 74, 0.3), 1px 1px 2px 0px rgba(74, 74, 74, 0.3); }
  .video video {
    height: 500px;
    position: relative;
    left: -15px; }
  .video #home-button {
    width: 33px;
    height: 33px;
    border: 1.5px solid #40baa9;
    border-radius: 50%;
    position: relative;
    right: -46%;
    bottom: -3%; }
    .video #home-button:hover {
      background-color: rgba(74, 74, 74, 0.1); }
  @media screen and (min-width: 1240px) {
    .video video {
      height: 700px;
      width: 500px;
      left: -47px; }
    .video .iphone {
      width: 405px;
      height: 757px;
      padding: 53px 0 46px 0; }
    .video #home-button {
      width: 42px;
      height: 42px; }
    .video #speaker {
      width: 100px;
      height: 7px;
      top: -3.5%; } }

.ordering {
  margin-bottom: 65px; }
  .ordering h1 {
    margin-bottom: 35px; }
  .ordering .order-top {
    padding: 30px 0 75px 0;
    background-color: #82e4c9;
    color: white; }
    .ordering .order-top p {
      margin-bottom: 35px;
      font-weight: 400; }
  .ordering .post-order {
    margin-top: 20px; }
    .ordering .post-order p {
      margin-bottom: 28px; }

.footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin-bottom: 115px; }
  .footer ul li {
    margin: 0px 8px;
    color: #858585; }
    .footer ul li a {
      text-decoration: none;
      font-weight: 300;
      color: #858585; }
    .footer ul li a.visited {
      color: #ff0809; }

.footer .bottom {
  margin-bottom: 12px; }
  .footer .bottom span {
    font-weight: bold;
    color: #989898; }

@media screen and (max-width: 650px) {
  .footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer ul .slash {
      display: none; }
    .footer ul li {
      margin-bottom: 10px;
      text-align: center; } }
