/* CSS Reset*/
html { margin:0;padding:0;border:0; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; }


body {
    font-family: "Proxima Nova", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left    ;
    background: url("bg.jpg") no-repeat;
    background-size: cover;
    color: #02070a;
    -webkit-font-smoothing:antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.main-container {
    position: relative;
}

.container {
    max-width: 480px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; /* IE 6/7 only */ }


.left   { float: left; }
.right  { float: right; }
.half   { width: 49.99%; }
.third  { width: 33.32%; }
.fourth { width: 24.99%; }
.fifth  { width: 19.99%;    }
.sixth  { width: 16.65%; }


.page-title {
    padding: 100px 0 30px;
    text-align: center;
    color: white;
    text-align: center;
}

h1 {
    font-family: abril-display, serif;
    font-size: 48px;
    line-height: 1.1em;
    margin: 0 auto 20px;
}

.form-container {
    background: #fff;
    padding: 50px 50px 0;
    border-radius: 35px;
    box-shadow: 0 0 100px rgba(1,1,1,0.5);
    text-align: center;
}

label {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
}

textarea {
    display: block;
    max-width: 100%;
    width: 320px;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #bbb;
    font: 22px "Proxima Nova", sans-serif;
    margin: 0 auto 15px;
}

#display_count {
    color: green;
}
