html, body {
    background: #131414;
    color: white;
    font-size: 1.3rem;
    line-height: 1.25;
    font-family: "Humans Grotesk", Arial, sans-serif;
}

h1 {
    font-family: "Humans Grotesk Medium", Arial, sans-serif
}

h1 span {
    font-family: "Humans Grotesk", Arial, sans-serif;
    padding-left: 1em;
}

p {
    margin-bottom: 1.5em;
    max-width: 31em;
}

a {
    color: white;
    -webkit-text-decoration: underline solid;
            text-decoration: underline solid;
    -webkit-text-decoration-color: #222;
            text-decoration-color: #222;
}

header {
    position: fixed;
    top: 0em;
    left: 0em;
    right: 0;
    padding: 2em;
    height: 2em;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)), color-stop(50%, #131414));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, #131414 50%);
    background-image: linear-gradient(to top, rgba(0,0,0,0) 0%, #131414 50%);
    z-index: 2;
}

footer {
    margin-top: 5em;
    height: 2em;
    z-index: 2;
    padding: 2em;
}
footer p{
    font-size: .7em;
}

main {
    letter-spacing: 0.025em;
    margin: 2em;
    margin-top: 6em;
    margin-bottom: 1em;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(.35,0,.17,1);
         -o-transition-timing-function: cubic-bezier(.35,0,.17,1);
            transition-timing-function: cubic-bezier(.35,0,.17,1);
    z-index: 1;
    position: relative;
}

#starter {
    color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    font-size: 3rem;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    z-index: 2;
    pointer-events: none;
}

.big {
    font-size: 2.5em;
    width: 70%;
    line-height: 1.1em;
    min-height: 50vh;
}

button {
    display: block;
    cursor: pointer;
    margin-bottom: 1em;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-timing-function: cubic-bezier(.35,0,.17,1);
         -o-transition-timing-function: cubic-bezier(.35,0,.17,1);
            transition-timing-function: cubic-bezier(.35,0,.17,1);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 0.5em;
    padding: 2.25em 0em;
    line-height: 100%;
    color: #fff;
    border: 0.09em solid #fff;
    background: none;
    font-size: 1.0em;
    font-family: "Humans Grotesk", Arial, sans-serif;
    max-width: 20em;
    width: 20em;
    text-align: center;
}
button:hover {
    -webkit-box-shadow: inset 0 0 0 0.025em #000;
            box-shadow: inset 0 0 0 0.025em #000;
    border-color: #666;
    color: #666;
}
/*
button span {
    font-size: 1.8em;
    top: 0.06em;
    position: relative;
}*/

form {
    margin-top: 10em;
}
label {
    font-size: .7em;
    display: block;
    font-weight: 300;
    letter-spacing: 0.025em;
}

input {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
}
input[type="email"],
input[type="text"] {
    -webkit-appearance: none;
    border: none;
    outline: 1px solid rgba(0,0,0,0);
    font-size: 1em;
    background: transparent;
    border-top: none !important; /* please iOS. do it.... */
    border-bottom: 0.05em solid #999;
    border-radius: 0;
    color: white;
    padding: 0;
    padding-top: 0.55em;
    padding-bottom: 0.75em;
    margin-bottom: 2em;
    width: 75%;
    max-width: 20em;
    font-family: "Humans Grotesk", Arial, sans-serif;
    /*background: red !important;*/
}
input[type="email"]:focus,
input[type="text"]:focus {
    outline: none;
}

label + .form--radio{
    margin-top: 1em;
}
.form--radio {
    display: block;
}
.form--radio input[type="radio"] {
    display: none;
}
.form--radio label {
    border: 0.05em solid #999;
    padding: 1em 1em;
    position: relative;
    padding-left: 4em;
    line-height: 1em;
    cursor: pointer;
    margin-top: -0.05em;
    width: calc(75% - 5em);
    max-width: 15em;
    font-size: 1em;
}
.form--radio label:before {
    line-height: 1em;
    content: " ";
    text-align: center;
    display: block;
    border-right: 0.05em solid #999;
    padding: 1em 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3em;
}
.form--radio input[type="radio"]:checked + label:before {
    content: "✗";
}

#PFUENPF {
    position: fixed;
    top: 50%;
    left: 50%;
    color: #262626;
    font-size: 40rem;
    margin-left: -20rem;
    margin-top: -20rem;
    line-height: 40rem;
    width: 40rem;
    height: 40rem;
    text-align: center;
    pointer-events: none;
    font-weight: 500;
    z-index: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(.35,0,.17,1);
         -o-transition-timing-function: cubic-bezier(.35,0,.17,1);
            transition-timing-function: cubic-bezier(.35,0,.17,1);

    -webkit-animation: pulsate 3s ease-out;

            animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    opacity: 0.5;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}/*
#PFUENPF.flash {
    transition: all 0s;
    transition-timing-function: cubic-bezier(.35,0,.17,1);
    color: #000;
}
*/
#successMessage {
    position: fixed;
    top: calc(50% + 1.5em);
    left: 2em;
    right: 2em;
    z-index: 2;
    text-align: center;
    transform: translate(0, -50%);
    width: auto;
    pointer-events: none;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(.35,0,.17,1);
         -o-transition-timing-function: cubic-bezier(.35,0,.17,1);
            transition-timing-function: cubic-bezier(.35,0,.17,1);

}
#successMessage p{
    line-height: 1.1em;
    font-size: 2.5em;
}
#successMessage p.medium {
    font-size: 100%;
}

.spinningTextWrapperWrapper {
    width: 15em;
    height: 15em;
    overflow: hidden;
    position: absolute;
    top: 7em;
    right: 8em;
    z-index: 1;
}
.spinningTextWrapperWrapper {
    width: 15em;
    height: 15em;
    -webkit-transform: translate(30%, -30%);
        -ms-transform: translate(30%, -30%);
            transform: translate(30%, -30%);

}
.spinningText {
    font-size: 0.715em;
    letter-spacing: 0.075em;
    -webkit-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}
.spinningTextInner {
    fill: #333;
}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@media only screen and (max-device-width: 700px) {
    html, body {
        font-size: 1.7rem;
    }
    .big {
        max-width: none;
        width: 100%;
        font-size: 1.75em;
    }
    #successMessage p{
        font-size: 1.75em;
    }
    button {
        max-width: 100%;
    }
    input[type="email"], input[type="text"]{
        max-width: none;
        width: 100%;
    }

    .form--radio label {
        max-width: none;
        width: calc(100% - 5em);
    }
    .spinningTextWrapperWrapper {
        display: none;
    }
}
@-webkit-keyframes pulsate {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1.0;
    }
}