/* Elements */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1em;
    font-weight: 200;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    color: #2a2e3e;
}
* {
    box-sizing: border-box;
}
p {
    margin-top: 0.2em;
    margin-bottom: 1em;
}
a {
    color: #fff;
}
a:hover, button:hover {
    opacity: 0.9;
}
h1, h2, h3, h4 {
    margin: 0;
}
h1 {
  font-weight: 900;
}
header {
  flex: 1;
}
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.heading {
    font-size: 2.75em;
    color: #2a2e3e;
}
.heading a {
  color: #2a2e3e;
  text-decoration: none;
}
.headingSub {
    font-size: 1.65em;
    font-weight: 300;
    margin-bottom: 0.55em;
    margin-top: 0;
}
.description {
    font-size: 1.2em;
    line-height: 1.3;
}
.heavy {
  font-weight: 700;
}
@media (min-width: 30em) {
     .heading {
        font-size: 4.2em;
    }
    .headingSub {
        font-size: 1.9em;
        line-height: 1.3;
    }
    .description {
        font-size: 1.3em;
        line-height: 1.3;
    }
}
h1, h2, h3, h4 {
    line-height: 1.6em;
}
img {
    max-width: 100%;
    height: auto;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
section {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 1em 0 1.5em 0;
}
input, button {
    font-size: 1em;
    border: none;
    width: 100%;
    float: left;
    margin-top: 1em;
    border-radius: 5px;
    -webkit-box-sizing : border-box;‌​
    -moz-box-sizing : border-box;
    box-sizing : border-box;
}
@media (min-width: 30em) {
    input, button {
        margin-top: 0;
    }
}
input[type="email"] {
    padding: 1em;
    height: 100%;
    background: #5d616d;
}
@media (min-width: 30em) {
    input[type="email"] {
        width: 65%;
    }
    button {
        width: 33%;
        margin-left: 2%;
    }
}
button {
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    padding: 0.7em;
    cursor: pointer;
    background-color: #a0cf67;
    transition: background-color 300ms ease-out;
    color: #fff;
}
.button-download {
  display: inline-block;
  width: auto;
  padding: 0.75em 1em;
  margin: 0.5em auto 8em;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  transition: background-color 300ms ease-out;
  background-color: #2a2e3e;
  color: #fff;
}
/* Global */
.container {
    margin: 0 auto;
    padding: 1em;
    overflow: hidden;
}
.prose {
    max-width: 40em;
    padding: 0 0.5em;
    margin: 0 auto;
    text-align: left;
}
.segment {
    padding-left: 1em;
    padding-right: 1em;
}
.explainer {
  text-align: center;
}
.linkbtn {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 1em 1.5em;
    border-radius: 5px;
    background-color: #5d616d;
    text-decoration: none;
    transition: background-color 300ms ease-out;
}
@media (min-width: 30em) {
    .linkbtn--attention {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .button-download {
      padding: 0.75em 1.5em;
    }
}
.linkbtn--attention {
    background-color: #2A2E3E;
    line-height: 2.85em;
    margin-bottom: 1em;
    min-width: 10.5em;
    clear: both;
    padding: 0em;
}
.linkbtn-content {
    vertical-align: middle;
}
.third, .two-thirds {
    width: 100%;
}
/* Modules */
.header {
    text-align: center;
    padding: 1.5em 0 0 0;
    background-color: #6c9b66;
    background-repeat: no-repeat;
    background-position: top left;
    background: url(../images/leaves_main.png) no-repeat top left, -moz-linear-gradient(top, #6c9b66 0%, #a2d268 73%, #d2ff93 100%);
    background: url(../images/leaves_main.png) no-repeat top left, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c9b66), color-stop(73%, #a2d268), color-stop(100%, #d2ff93));
    background: url(../images/leaves_main.png) no-repeat top left, -webkit-linear-gradient(top, #6c9b66 0%, #a2d268 73%, #d2ff93 100%);
    background: url(../images/leaves_main.png) no-repeat top left, -o-linear-gradient(top, #6c9b66 0%, #a2d268 73%, #d2ff93 100%);
    background: url(../images/leaves_main.png) no-repeat top left, -ms-linear-gradient(top, #6c9b66 0%, #a2d268 73%, #d2ff93 100%);
    background: url(../images/leaves_main.png) no-repeat top left, linear-gradient(to bottom, #6c9b66 0%, #a2d268 73%, #d2ff93 100%);
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.light {
    background: #a0cf67;
}
.contrast {
    background-color: #2a2e3e;
    color: #fff;
}
@media (min-width: 46em) {
    .contrast {
        background: url(../images/leaves_secondary.png) no-repeat top left,#2a2e3e;
        background-size: cover;
    }
}
.headline {
    font-size: 1.375em;
}
.contrast .headline {
    color: #a0cf67;
}
.highlight {
    text-align: center;
    padding: 1.3em;
    overflow: hidden;
    margin-bottom: 1.5em;
    border-radius: 5px;
    background: #353948;
}
@media (min-width: 30em) {
    .highlight {
        padding: 1.5em 2em 2em 2em;
    }
}
.features-container {
    text-align: center;
    padding: 0 1em;
}
.features .feature::before {
    content: ' ';
    width: 3em;
    height: 3em;
    margin: 0 auto 1em;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}
.headline {
  font-weight: 500;
}
.features .headline {
    font-size: 1.17em;
}
@media (max-width: 20em) {
    .features .feature {
    }
}
@media (min-width: 30em) {
    .features-container {
        overflow: hidden;
        margin: 1em auto 0 auto;
    }
    .features .feature {
        width: 50%;
        display: block;
        float: left;
        padding: 1em 0.5em 0.5em 0.5em;
    }
    .features .feature::before {
        width: 6em;
        height: 6em;
    }
}
@media (min-width: 46em) {
    .features .feature {
        width: 33%;
        padding: 0em 0.5em 1em 0.5em;

    }
}
@media (max-width: 46em) {
    .features .feature:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 60em) {
    .features-container {
        max-width: 60em;
    }
}
.appstore {
    text-align: center;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -3px 3px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -3px 3px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: -3px 3px 5px 0px rgba(50, 50, 50, 0.3);
    background: #2a2e3e;
    width: 22em;
    padding: 0 0 0.5em 0;
    position: absolute;
    right: -7em;
    top: -0.4em;
    color: #fff;
}
.appstore .appstore-icon {
    float: left;
    width: 30px;
    margin-left: 10.5em;
    padding-top: 0.6em;
}
.appstore p {
    font-size: 0.7em;
    line-height: 1;
    margin: 0 0 0 0.5em;
    float: left;
    padding-top: 0.7em;
}
.appstore p span {
    font-size: 1.8em;
    margin-top: -0.2em;
    margin-bottom: 0.2em;
}
@media (min-width: 30em) {
    .appstore {
        right: -6em;
        top: -0.4em;
    }
}
@media (min-width: 46em) {
    .appstore {
        right: -5em;
    }
    .appstore .appstore-icon {
        width: auto;
        margin-left: 10em;
    }
    .appstore p span {
        font-size: 2em;
    }
    .appstore p {
        font-size: 1em;
    }
}
.banner {
    width: 100%;
    margin: 0 auto;
}
.sticker {
    margin-top: 0.5em;
    font-size: 1.3em;
    color: #fff;
}
@media (min-width: 46em) {
    .sticker {
        margin-top: 0;
        font-size: 1.8em;
        text-align: center;
        -webkit-box-shadow: -10px 10px 5px -8px rgba(0, 0, 0, 0.31);
        -moz-box-shadow: -10px 10px 5px -8px rgba(0, 0, 0, 0.31);
        box-shadow: -10px 10px 5px -8px rgba(0, 0, 0, 0.31);
        -ms-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
        position: absolute;
        left: 0em;
        top: 0em;
        background: #ffffff;
        width: 5em;
        height: 5em;
        border-radius: 5px;
        padding-top: 1.6em;
        line-height: 1;
        font-weight: 200;
        color: #2a2e3e;
        text-align: center;
    }
    .banner {
        position: relative;
    }
    .banner-image {
        display: block;
        margin: 4em auto 0 auto;
    }
}
.contrast.download {
    position: relative;
    overflow: hidden;
}
.silverback-small {
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
}
@media (min-width: 46em) {
    .silverback-small {
        display: block;
    }
}
footer .container {
    padding-top: 1.2em;
}
@media (min-width: 46em) {
    body {
        font-size: 1.2em;
    }
    .item {
        float: left;
        margin: 0 1%;
    }
    .third {
        width: 32%;
    }
    .two-thirds {
        width: 64%;
    }
    h1 {
        font-size: 3.5em;
        margin-top: 0.5em;
    }
    .banner {
        width: 40em;
    }
}
.brick {
    padding-top: 0;
}
@media (min-width: 60em) {
    .container {
        max-width: 46em;
    }
    .brick {
        max-width: 29em;
    }
}
.social-twitter {
  margin-right: 0.1em;
  position: relative;
  top: 0.3em;
}
html {
  min-height: 100%;
  background-color: #a0cf67;
  color: #2a2e3e;
}
