@font-face {
    font-family: 'prophecy_scriptregular';
    src: url('../fonts/prophecy_script-webfont.eot');
    src: url('../fonts/prophecy_script-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/prophecy_script-webfont.woff2') format('woff2'),
    url('../fonts/prophecy_script-webfont.woff') format('woff'),
    url('../fonts/prophecy_script-webfont.ttf') format('truetype'),
    url('../fonts/prophecy_script-webfont.svg#prophecy_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: #000;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html{
    font-size: 62.5%;
    overflow-x: auto;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    position: relative;
}

.bg2{
    width: 100%;
}

.center {
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 6s; /* Firefox < 16 */
    -ms-animation: fadein 6s; /* Internet Explorer */
    -o-animation: fadein 6s; /* Opera < 12.1 */
    animation: fadein 6s;
}

#countdown {
    font-size: 4.7rem;
    padding-top: 3%;
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
    -o-animation: fadein 3s;
    animation: fadein 3s;
}

h1 {
    font-family: prophecy_scriptregular;
    padding-top: 50%;
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
    -o-animation: fadein 3s;
    animation: fadein 3s;
    font-size: 7.4rem;
}

.preamble {
    font-size: 2.3rem;
    margin-top: 6%;
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s;
    -o-animation: fadein 3s;
    animation: fadein 3s;
}

.camera{
    position: absolute;
    bottom: 4%;
    left: 10%;
    width: 40%;
}

.content.kickstarter{
    display: none;
    padding-top: 50%;
}


.content.kickstarter img{
    width: 80%;
    max-width: 728px;
}

@media (max-width: 1044px) {
    html {
        font-size: 50%;
    }
}

@media (max-width: 880px) {
    html {
        font-size: 40%;
    }
}

@media (max-width: 664px) {
    html {
        font-size: 33%;
    }
}

@media (max-width: 548px) {
    h1 {
        font-size: 6.4rem;
    }
    #countdown {
        font-size: 4.0rem;
    }
}

@media (max-width: 472px) {
    h1 {
        font-size: 5.0rem;
    }
    #countdown {
        font-size: 3.5rem;
    }
}

@media (max-width: 440px) {
    #countdown {
        font-size: 3.3rem;
    }
}

@media (max-width: 396px) {
    h1 {
        font-size: 4.2rem;
    }
    #countdown {
        font-size: 2.5rem;
    }
}



@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.drop {
    background:-webkit-gradient(linear,0% 0%,0% 100%, from(rgba(204,204,204,0) ), to(rgba(255,255,255,.1)));
    background: -moz-linear-gradient(top, rgba(204,204,204,0) 0%, rgba(255,255,255,.1) 100%);
    background: -ms-linear-gradient(top,  rgba(204,204,204,0) 0%, rgba(255,255,255,.1) 100%);
    width:1px;
    height:45px;
    position: absolute;
    bottom:200px;
    -webkit-animation: fall .7s linear infinite;
    -moz-animation: fall .7s linear infinite;
    z-index: 10;

}

/* animate the drops*/
@-webkit-keyframes fall {
    to {margin-top:900px;}
}
@-moz-keyframes fall {
    to {margin-top:900px;}
}
@-ms-keyframes fall {
    to {margin-top:900px;}
}

