html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    font: inherit;
    font-family:DM sans,sans-serif;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.page-container {

    margin: 0 auto;
}
a.logo-link img {
    width: 180px;

}

.pad-top-sm.nav {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
}

a.appbtn {
     background: #88e64a;
    color: white;
    margin: 10px;
    color: black;
    padding: 2px 20px 2px 0px;
    border-radius: 17px;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 266px;
    margin: 13px auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
        background: linear-gradient(180deg, #191919 40px, #20221f);
        background:#151515;
    min-height: 100vh;
    color: white;
}

.intro {
    background: linear-gradient(180deg, #191919 30px, #000000);
    background:transparent;
    min-height: 400px;
        animation: moveup 0.4s linear;
}

.introwrap h1 {
 font-size: 3rem;
    text-align: center;
    color: white;
    font-size: 3rem;
    font-weight: 400;
    padding: 50px 40px 30px;
    font-family: Gabarito;
}
img.introimg {
    width: 250px;
    border: 4px solid #202020;
    border-radius: 36px;
    filter: drop-shadow(0px 1px 7px black);
        animation: moveup2 0.8s linear;
                max-width: 250px;
        min-height: 440px;
        background: #151515;
        display: inline-block;
}

.introimgwrap {
    text-align: center;
    background: #88e64a;
    padding: 30px;
    border-radius: 20px;
    width: 70%;
    padding-top: 50px;
    max-height: 400px;
    overflow: hidden;
        clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 83% 86%, 77% 100%, 0 100%, 0 0);

}
.introwrap.wrap {
    display: flex;
}
.introhero {
    background: #1e1e1e;
    border-radius: 16px;
    margin-right: 30px;
   
    background: #191919;
    text-align: center;

}
.introhero h2 {
    color: white;
    font-size: 1.4rem;
    max-width: 300px;
    margin: 0 auto 50px;

}
.intro2wrap.wrap {
    display: flex;
}

.i2fb {
    color: white;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}

.i2fb img {
    width: 163px;
    border-radius: 10px;
}

.i2fb {
    background: #191919;
    margin: 15px;
    width: 100%;
    border-radius:20px;
        transition:0.2s;
}

.i2fb h3 {
    font-size: 1.5rem;
    margin: 5px 0px 0px;
    font-family: 'Gabarito';
}

.i2fb p {
    font-size: 1.1rem;
    line-height: 1.7rem;
    padding: 10px 30px 15px;
    color: #999;
    font-weight: 200;
}
.intro2 {
    margin: 25px 0px;
}
.logo {
    padding-left: 10px;
}

.i2fb:hover {transform: scale(0.98);background: #222;}

@keyframes moveup{
0%{
transform: translateY(50px)
}
100% {
transform: translateY(0px);
}
}
@keyframes moveup2{
0%{
transform: none;
}
0%{
transform: translateY(50px) scale(1.05);
}
100% {
transform: translateY(0px) ;
}
}
.content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 20px 0px;
        line-height: 1.2;
}

.content.wrap {
    font-size: 21px;
    word-wrap: break-word;
    line-height: 29px;
    padding: 20px;
}

.content.wrap p {
    margin: 20px 0px;
}

h3 {
    font-size: 1.4rem;
    margin: 20px 0px;
    font-weight: 700;
}

ul,ol {
    margin: 0px 20px;
}

a {
    color: #88e64a;
}

.page-container.subpage {
    margin: 0 auto;
    background: linear-gradient(180deg, #262a23 50px, #151515 300px);
    background:#151515;
    min-height:100vh;
}
.footer {
    text-align: center;
    padding: 10px;
}

.footer a {
    margin: 10px;
    display: inline-block;
}
.intro3 p {
    max-width: 400px;
    font-size: 1.3em;
    margin: 0 auto;
    line-height: 1.7em;
    color: #999;
        padding: 15px;
            padding: 40px;
}
span.iconapple,span.iconplay {
    background-image: url(/appicons.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: -27px 5px;
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 4px;
}


span.iconplay {
    background-position: 15px 5px;
}

a.appbtn:hover {
    filter: brightness(.9);
    transform: scale(0.98);
}
.prompt {
    background: #191919;
    color: white;
    text-align: center;
}

.prompt a {
    color: #88e64a;
    padding: 7px;
    display: inline-block;
    text-align: center;
}

.prompt button {
    background: transparent;
    border: none;
    color: #aaa;
    font-weight: bold;
    font-family: sans-serif;
}
@media (max-width: 800px) {
.introwrap.wrap {
    display: block;
}

.introhero {
    width: auto;
    display: block;
    margin: 0px;
    padding-bottom: 20px;
    margin: 0px 15px;

}

.intro2wrap.wrap {
    flex-direction: column;
}

.i2fb {
    width: auto;

}

.introimgwrap {
    width: auto;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 90% 83%, 85% 100%, 0 100%, 0 0);
    margin-top: 30px;
    margin: 15px;

}

img.introimg {
    width: 95%;
    max-width: 250px;
        max-width: 250px;
        min-height: 440px;
        background: #151515;
        display: inline-block;
}

.introwrap h1 {
    font-size: 2.4rem;
    padding: 30px;
}

.pad-top-sm.nav.wrap {
    text-align: center;
    display: block;
}
.logo {
    padding-left: 0px;
}
}
