/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,600,700,800,900");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif; }
  html * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  html img {
    max-width: 100%; }

body {
  margin: 0; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.red-banner {
  background: linear-gradient(to right, #ff67aa, #9632f4);
  width: 100%; }

.inner-banner {
  margin: 0 auto;
  max-width: 1366px;
  padding: 70px 0 40px 0; }
  .inner-banner > * {
    display: inline-block; }
  .inner-banner > div {
    margin-top: 50px;
    margin-left: 50px;
    float: left;
    width: 31%;
    max-width: 379px; }
  .inner-banner main {
    margin-top: 30px;
    display: inline-block;
    width: 710px;
    padding: 0;
    text-align: left; }
    .inner-banner main > h1 {
      font-size: 48px;
      font-weight: bold;
      text-align: center;
      color: #ffffff;
      margin-bottom: 22px; }
    .inner-banner main > p {
      max-width: 700px;
      margin-bottom: 20px;
      font-weight: 200;
      font-size: 20px;
      line-height: 1.5;
      text-align: center;
      color: #ffffff; }

.store-logos {
  max-width: 520px;
  margin: 20px auto 0 auto; }
  .store-logos .desktop, .store-logos .mobile {
    height: 48px;
    text-align: center; }
  .store-logos a {
    display: inline-block;
    float: left; }
  .store-logos .desktop {
    margin-bottom: 10px; }
    .store-logos .desktop > a {
      width: calc((100% - 21px)/3); }
    .store-logos .desktop > a:nth-last-child(2) {
      margin: 0 10px; }
  .store-logos .mobile {
    width: 67%;
    margin: 0 auto; }
    .store-logos .mobile > a {
      width: calc((100% - 21px)/2);
      display: inline-block; }
    .store-logos .mobile > a:first-child {
      margin-right: 10px;
      text-align: right; }
    .store-logos .mobile > a:last-child {
      margin-left: 10px; }
    .store-logos .mobile.only {
      width: 100%; }

.app-section {
  padding-top: 20px;
  background-color: #fcfcfc; }
  .app-section * {
    color: #47355d; }
  .app-section > * {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto; }
  .app-section > aside {
    margin-bottom: 65px; }
    .app-section > aside > * {
      margin-right: 20px; }
    .app-section > aside p {
      font-weight: 300; }
    .app-section > aside > h2:first-of-type {
      font-size: 36px;
      font-weight: 600;
      margin-top: 10px; }
    .app-section > aside > p {
      font-size: 18px;
      line-height: 1.33;
      margin: 10px 12% 20px 0; }
      .app-section > aside > p > a {
        text-decoration: underline;
        color: #9632f4; }
    .app-section > aside > h2:nth-of-type(2) {
      font-size: 18px;
      font-weight: bold;
      line-height: 3.89;
      text-align: left;
      margin: 0 20px 0 0; }
    .app-section > aside > div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .app-section > aside > div div {
        flex: 1;
        text-align: center; }
        .app-section > aside > div div > img {
          height: 86px; }
        .app-section > aside > div div > p {
          margin-top: 20px;
          font-size: 16px;
          line-height: 1.5;
          color: #3f3d43;
          text-align: left; }
        .app-section > aside > div div:nth-child(2) {
          margin: 0 40px; }
  .app-section > main {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .app-section > main > div {
      background-color: #9b949b;
      padding: 36px 4.5%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      width: 50%;
      justify-content: center; }
      .app-section > main > div > * {
        line-height: 1.3;
        color: #ffffff;
        font-weight: 100; }
      .app-section > main > div > h2 {
        font-size: 30px;
        margin: 0;
        font-weight: bold; }
      .app-section > main > div > p {
        font-size: 18px; }
      .app-section > main > div > p:nth-child(3) {
        margin: 0; }
    .app-section > main > .img {
      background-image: url("../img/iphone_photo.jpg");
      background-position: center;
      background-size: cover;
      width: 50%;
      height: auto; }
  .app-section > div {
    background: linear-gradient(to left, #e0e1e4, #ffffff 49%, #e0e1e4);
    padding: 35px 20px; }
    .app-section > div p {
      font-size: 18px;
      text-align: center;
      color: #332925;
      margin-bottom: 30px;
      margin-top: 0; }
    .app-section > div .store-logos {
      width: 60%;
      margin: 0 auto; }

@media only screen and (max-width: 1280px) {
  .red-banner > .inner-banner {
    padding: 30px 0 30px 0;
    margin-right: 0; }
    .red-banner > .inner-banner > div {
      width: 334px;
      margin-left: 5%;
      margin-top: 20px;
      margin-right: 3%; }
    .red-banner > .inner-banner > main {
      width: 580px; }
      .red-banner > .inner-banner > main > h1 {
        font-size: 38px;
        margin: 10px 0 30px 0; }
      .red-banner > .inner-banner > main > p {
        font-size: 18px; }
  .app-section {
    padding-top: 20px; }
    .app-section > aside > h2:first-of-type {
      font-size: 28px; }
    .app-section > aside > p {
      font-size: 16px;
      margin-right: 8%;
      margin-top: 20px; }
    .app-section > aside > div {
      width: 80%;
      margin: 0 auto; }
      .app-section > aside > div > div:nth-of-type(2) {
        margin: 0 100px; }
    .app-section > main > div {
      width: 50%; }
      .app-section > main > div > h2 {
        font-size: 24px; }
      .app-section > main > div > p {
        font-size: 16px; }
    .app-section > div {
      padding: 30px 0; } }

@media only screen and (max-width: 1024px) {
  .red-banner > .inner-banner {
    padding-left: 20px;
    padding-right: 20px; }
    .red-banner > .inner-banner > div {
      width: 200px;
      margin-top: 15px;
      margin-left: 4%;
      margin-right: 2%; }
    .red-banner > .inner-banner > main {
      min-width: 470px;
      margin-top: 0;
      width: 51%; }
      .red-banner > .inner-banner > main > h1 {
        margin-top: 32px;
        font-size: 32px; }
      .red-banner > .inner-banner > main > p {
        font-size: 16px; }
  .app-section {
    padding-top: 60px; }
    .app-section > aside > *, .app-section > aside p {
      margin-right: 20px;
      margin-left: 20px; }
    .app-section > aside h2:nth-of-type(2) {
      margin-left: 20px; }
    .app-section > aside > div {
      width: 100%; }
      .app-section > aside > div > div:nth-child(2) {
        margin: 0 60px; }
    .app-section > main {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column; }
      .app-section > main > * {
        text-align: center; }
      .app-section > main > div:first-of-type {
        width: 100%;
        padding: 35px 25px; }
      .app-section > main > .img {
        width: 100%;
        height: 360px;
        background-position: right;
        background-size: 100%; }
    .app-section > div {
      padding: 45px 20px; }
      .app-section > div .store-logos {
        width: 100%; } }

@media only screen and (max-width: 768px) {
  .red-banner > .inner-banner > div {
    display: none; }
  .red-banner > .inner-banner > main {
    min-width: 100%; }
    .red-banner > .inner-banner > main > p {
      font-size: 15px;
      width: 450px;
      margin: 0 auto 30px auto; }
  .store-logos > a {
    width: 150px; }
  .app-section {
    padding-top: 30px; }
    .app-section > aside {
      margin-bottom: 10px; }
      .app-section > aside * {
        text-align: center !important; }
      .app-section > aside > h2:first-of-type {
        font-size: 24px; }
      .app-section > aside > div {
        flex-wrap: wrap; }
        .app-section > aside > div > *, .app-section > aside > div div:nth-child(2) {
          margin: 30px 20px;
          flex: 1 100%; }
    .app-section > main > .img {
      background-size: 120%; } }

@media only screen and (max-width: 480px) {
  .red-banner > .inner-banner > main h1 {
    margin-bottom: 20px;
    margin-top: 0; }
  .red-banner > .inner-banner > main > p {
    width: 75%; }
  .store-logos > div {
    height: auto; }
  .store-logos > .desktop > a {
    margin-bottom: 10px; }
  .app-section aside > h2:first-of-type {
    margin: 10px 15% 0 15%; }
  .app-section > main > .img {
    background-size: 170%; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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