body {
    background: #333333;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1em;
}

p {
    font-size: 1em;
    line-height: 1.4em;
}

.header {
    text-align: center;
    padding: 0 2em;
}

.header h1 {
    margin-bottom: 0.2em;
}

.header h2 {
    margin-top: 0;
    font-size: 1.5em;
    font-weight: 500;
}

.header p {

}

.features {
    /* display:none; TODO turned of for now to give KS more focus*/
    text-align: left;
    /*margin: 0 3em;*/
}

#container {
    background: #ffffff;
    margin: 0 auto;
}

#container img, #container video {
    width: 100%;
    height: 100%;
}

#wrapper {
    margin: -1em auto 3em auto;
    padding: 0 1em 2em 1em;
}


a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

.form {
    width: 80%;
    margin: 3em auto;
    border: #05ce78 2px dashed;
    padding: 2em 2em;
}

.form h2 {
    text-align: center;
    font-size: 1.2em;
    margin-top: 0;
}

.form p {
    font-size: 0.9em;
    text-align: left;
}

.form ul li {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-left: -1.1em;
}

label {
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 0 2.8em;
    text-align: center;
}

form div input {
    width: 85%;
    height: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #328896;
    font-size: 1em;
    padding: 0.2em 1em;
    margin-left: 5px;

    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

#submit, .aye {
    display: block;
    width: 80%;
    text-align: center;
    margin: 10px auto 0 auto;
    font-size: 1.0em;
    font-weight: 500;
    padding: 0.4em 0.8em;
    line-height: 1.42em;

    color: white;
    background: #05ce78;/*#328896;*/
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;

    -webkit-box-shadow: 0px 2px 11px -8px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 2px 11px -8px rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 11px -8px rgba(0, 0, 0, 1);

    -webkit-transition: box-shadow 0.1s linear;
    -moz-transition: box-shadow 0.1s linear;
    -ms-transition: box-shadow 0.1s linear;
    -o-transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
}

#submit:hover, .aye:hover {
    color: #333333;
    text-decoration: none;
    background-color: #ffffff;
    *background-color: #ffffff;
    /* Buttons in IE7 don't get borders, so darken on hover */

    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;

    -webkit-box-shadow: 0px 6px 11px -5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 6px 11px -5px rgba(0, 0, 0, 1);
    box-shadow: 0px 6px 11px -5px rgba(0, 0, 0, .5);

    -webkit-transition: box-shadow 0.1s linear;
    -moz-transition: box-shadow 0.1s linear;
    -ms-transition: box-shadow 0.1s linear;
    -o-transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
}

#submit:active, .aye:active {
    background-color: #d5eaf8;
    background-color: #d5eaf8 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.aye {
    font-size: 2em;
!important;
    margin-bottom: 3em;
}

.brandName {
    color: #328896;
    font-weight: bolder;
}

.madeBy {
    font-size: 0.8em;
    display:none; /* TODO turned off for now */
}

.madeBy, .madeBy a {
    color: #328896;
}

.kickstarter {
    font-weight: 800;
    color: #05ce78;
}

.wishlist {
    width: 100%;
}
.ready {
    text-align: center;
}

#footer {
    margin-top: 3em;
    font-size: 0.8em;
}

#footer a {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
}

.right {
    text-align: right;
}

#hp {
    display: none;
}

#gdpr {
    display: block;
    font-size: 0.6em;
    text-align: justify;
    padding: 10px 10px 10px 35px;
    /*text-align: left !important;*/
}

#gdpr, #gdpr a, #gdpr a:hover, #gdpr a:visited{
    color: #323232;
}

#gdpr input {
    position: absolute;
    margin: 3px 0 0 -30px;
    width: 20px;
    height: 20px;
    float: left;
}

.caption {
    margin-top: 0;
    font-size: 14px;
    text-align: center;
    color: #666666;
}

div label {
    margin-left: 5px;
}

.spacing {
    line-height: 1.2em;
    display: block;
}


@media only screen and (min-width: 800px) {

    .hideOnDesktop {
        display: none;
    }

    .spacing {
        line-height: 1.0em;
        display: inline
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    #container {
        width: 750px;

        margin: 2em auto;

        -webkit-box-shadow: 0px 16px 46px -22px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 16px 46px -22px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 16px 46px -22px rgba(0, 0, 0, 0.75);
    }
    .features {
        /*margin: 0 220px;*/
    }
    #wrapper {
        padding: 0 2em 2em 2em;
    }

    .form {
        width: 70%;
    }
    .form ul li {
        font-size: 0.9em;
        margin-left: 0.8em;
    }
    #gdpr {
        font-size: 0.7em;
    }

    #submit, .aye {
        display: block;
        width: 50%;
    }

    form div input {
        width: 250px;
    }

    div label {
        margin-left: 2.6em;
    }
}