body {
    margin:0;
    padding:0;
    font-family: "AvenirNext-Regular", "Avenir-Light", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 37px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    line-height: 1.2;
    color: white;
    background-color: #FF2D55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
a {
    color: white;
    text-decoration: none;
}
.social {
    width: 32px;
}
.background {
    position: relative;
    background-size: cover;
    visibility: hidden;
    height: 100vh;
    width: 100%;
}

.text-center {
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    width: 600px;
}
.interlude {
    background-color: #FF2D55;
    position: relative;
    height: 30vh;
}
header.interlude {
    height: 50px;
}
footer.interlude {
    height: 100px;
    text-align: center;
    margin-top: 10px;
}
footer div {
    height: 32px;
}
#logo {
    position: absolute;
    left: 5px;
    top: 5px;
}
#logo img {
    display: block;
    height: 40px;
}
#app-store {
    position: absolute;
    right: 7px;
    top: 7px;
}
#app-store img {
    display: block;
    height: 36px;
}
#flutter {
    width: 400px;
}
#intro {
    text-shadow: none;
    width: 620px;
}
.rule {
    margin-top: 37vh;
}

.girls-sparkler {
    background-image: url(images/girls-sparkler.jpg);
    background-position: center top;
}
.girl-sparkler {
    background-image: url(images/girl-sparkler.jpg);
    background-position: center top;
}
.girl-lake {
    background-image: url(images/girl-lake.jpg);
    background-position: center;
}
.dude-beanie {
    background-image: url(images/dude-beanie.jpg);
    background-position: center;
}
.girl-feathers {
    background-image: url(images/girl-feathers.jpg);
    background-position: center;
}
.dude-jumping {
    background-image: url(images/dude-jumping.jpg);
}

#content {
    font-family: "AvenirNext-Regular", "Avenir-Light", "HelveticaNeue-Thin", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.7em;
    color: white;
    text-align: center;
    margin-bottom: 50px;
}
#beta-form {
    margin-top: 140px;
}

input {
    border: none;
    outline: none;
    font-family: "AvenirNext-Regular", "Avenir-Light", "HelveticaNeue-Thin", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.8em;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
}
.email {
    width: 300px;
}
.button {
    color: #FF2D55;
    background-color: white;
    font-size: 20px;
    font-family: "AvenirNext-Medium", "Avenir", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 10px 15px;
}
#button-container {
    margin-top: 30px;
    position: relative;
}
.response {
    margin: 20px;
    margin-top: 180px;
    height: 100px;
    display: inline-block;
    font-size: 0.8em;
    width: 600px;
}
#download {
    height: 80px;
    margin-top: 160px;
    text-align: center;
}
#email {
    height: 200px;
    margin-top: 160px;
    text-align: center;
}
#coming-soon {
    text-transform: uppercase;
    color: white;
    margin: 30px;
}
#social-links {
    margin-top: 80px;
}

.beta-header {
    height: 800px;
}
.logo-header {
    height: 1050px;
}
.tagline {
    padding-top: 300px;
    text-align: center;
}
.logotype {
    padding-top: 300px;
    text-align: center;
}
#screenshots {
    height: 500px;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}
.screenshot {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}
.screenshot img {
    width: 237px;
}
#mixpanel {
    margin-top: 20px;
}
#snapcode-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}
#snapcode {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 540px;
}

@media only screen and (max-width: 660px), (max-height: 500px) {
    body {
        font-size: 21px;
    }
    .text-center {
        width: 290px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }
    .response {
        width: 290px;
        font-size: 0.8em;
    }
    #email {
        margin-top: 70px;
        height: 250px;
    }
    #intro {
        width: 250px;
    }
    #flutter {
        width: 300px;
    }
    #content {
        font-size: 1.5em;
    }
    #snapcode {
        width: 360px;
    }
}
