{% load static %}

.container {
  max-width: 800px; }
.header {
  margin-top: 6rem;
  text-align: center; }
.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; }
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative;
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px; }
.example-screenshot {
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }
.navbar {
  display: none; }

/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 18rem; }
  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem; }
  .value-img {
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .docs-section {
    padding: 6rem 0; }
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .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: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }

  /* Popover */
  .popover.open {
    display: block;
  }
  .popover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 92%;
    left: -50%;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
    -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
    filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); }
  .popover-item:first-child .popover-link:after,
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px; }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .popover-item {
    padding: 0;
    margin: 0; }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem; }
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0; }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0; }
  .popover-link:hover {
    color: #fff;
    background: #33C3F0; }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #33C3F0; }
}

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h4 {
  color: white;
  /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Navigation Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.topnav {
  background-color: #333;
  overflow: hidden;
}

#topnav-current-text {
  position: absolute;
  align-self: center;
  font-size: 3rem;
  color: white;
  display: none;
  font-family: 'carton_sixregular';
  padding: 1.3rem 1.5rem;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 1.3rem 1.5rem;
  text-decoration: none;
  font-family: 'carton_sixregular';
  font-size: 3rem;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #5D3889;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  /*.topnav a:not(:first-child) {display: none;}*/
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  #topnav-current-text {
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  /* The "responsive" class is added to the topnav with JavaScript
  *  when the user clicks on the icon. This class makes the topnav look
  *  good on small screens (display the links vertically instead of horizontally) */

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.phone + .phone {
  display: none;
}
.playstore-icon {
  position: relative;
  width: 25rem;
}
.appstore-icon {
  position: relative;
  width: 22rem;
}
.stores-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero {
  padding-bottom: 12rem;
  /*height: 165px;*/
  /*background-color: #AC4087;*/
  background-color: #5D3889;
}

.hero-heading {
  font-family: 'carton_sixregular';
  font-size: 5rem;
}

/* About
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about {
  background-color: #AC4087;
  background-size: cover;
  color: #fff;
  padding: 2rem 0 !important;
  padding-top: 4rem !important;
}

.read-more-wrap {
  padding: 2%;
  padding-bottom: 0;
  color: white;
  border-radius: .25em;
  text-align: left;
  list-style-type: none;
  font-size: 1.3em;
  transition: 0.25s ease;
}

.read-more-wrap li {
  /*border: 1px solid black;*/
}

.read-more-state {
  display: none;
}

#post-1 {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  /*display: none;*/
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  display: block;
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state:checked ~ .read-more-wrap {
  padding-bottom: 2%;
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

.about-heading {
  /*text-align: left;*/
  font-family: 'carton_sixregular';
  font-size: 5rem;
  color: white;
  line-height: normal;
  padding: 0 0 2rem 0;
}

.button {
  border-radius: 5px;
  border: 0 solid white;
  background-color: #5D3889 !important;
  font-family: 'carton_sixregular';
  font-size: 2.5rem;
  align-self: center;
  padding: 10px;
  justify-content: center;
  align-items: center;
  height: auto;
  transition: 0.25s ease;
}

.read-more-state ~ .button:before {
  content: 'SHOW THE STORY';
}

.read-more-state ~ .read-more-wrap {
  margin-bottom: -60px;
}

.read-more-state:checked ~ .read-more-wrap {
  margin-bottom: 0;
}

.read-more-state:checked ~ .button:before {
  content: 'HIDE THE STORY';
}

.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
  font-family: 'carton_sixregular';
}

/* Privacy Policy
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.privacy-heading {
  /*font-family: 'carton_sixregular';*/
  font-size: 2.7rem;
  color: white;
  line-height: normal;
  padding: 3rem 0 3rem 2%;
  font-weight: bold;
}

.full {
  flex: 1;
  /*height: 100% !important;*/
  width: 100vw !important;
  background-color: #5D3889;
}

.paragraph-heading {
  font-size: 2.5rem;
  color: white;
  line-height: normal;
  padding: 2% 0 0 2%;
  text-decoration: underline;
  /*font-weight: bold;*/
}

/* Contact Information
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.contact-heading {
  color: #5D3889;
  /*text-align: left;*/
  font-family: 'carton_sixregular';
  font-size: 5rem;
  line-height: normal;
  padding: 0 0 2rem 0;
}

.contact-content {
  padding: 2%;
  padding-bottom: 0;
  color: #5D3889;
  border-radius: .25em;
  text-align: center;
  list-style-type: none;
  font-size: 1.3em;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-size: cover;
  color: #fff;
}
.categories .section-description {
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 3rem;
    text-align: center;
  }

  .playstore-icon {
    position: relative;
    width: 20rem;
  }
  .appstore-icon {
    position: relative;
    width: 17rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 4.0rem;
  }

  .hero {
    padding: 14rem 0 22rem 0;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }

  .playstore-icon {
    position: relative;
    width: 25rem;
  }
  .appstore-icon {
    position: relative;
    width: 22rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .hero-heading {
    font-size: 5.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}
