/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}
li {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
@font-face {
    font-family: 'Inspiration';
    src: url('Inspiration.ttf');
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}
html {
    background-color: #fff;
}
body {
    margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
    font-family: 'Lora', serif;
    text-align: center;
}
.wrapper {
    font-family: arial, helvetica, sans-serif;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    vertical-align: middle;
}
.centered {
    width:50%;
    margin:0 auto;
    display: inline-block;
    vertical-align: middle;
    border-bottom:7px solid #013983;
    position: relative;
    text-align: left;
    padding-bottom: 100px;
}
.bottombar {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 33%;
    height: 7px;
    background-color: #027ffd;
}
.header {
    font-size: 36px;
    color: #777;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.header h1 {
    font-family: 'Inspiration', 'Lora', serif;
    font-size: 60px;
}
.header img {
    margin: -10px;
}
.header p.line1 {
    font-size: 20px;
    margin-top: -20px;
}
.headersubtitle {
    font-size: 18px;
    color: #777;
    font-weight: 400;
}
.headersubtitle a {
    text-decoration: none;
    color: #777;
}
.content {
    width: 60%;
    text-align: center;
    padding: 0 20%;
    margin-bottom: 30px;
    float: left;
}

.content p {
    font-size: 27px;
    font-weight: 700;
}

@media only screen and (max-width: 1024px) {
    .header, .headersubtitle, .content {
        width: 80%;
        padding: 0px 10%;
    }
    #counter {
        width: 80%;
        padding: 0 10%;
    }
    .form {
        width: 60%;
        padding: 0 20%;
    }
}

@media only screen and (max-width: 768px) {
    .header, .headersubtitle, .content {
        width: 90%;
        padding: 0px 5%;
    }
    .header {
        margin-bottom: 50px;
    }
    .header h1 {
        font-size: 100px;
    }
    .header p.line1 {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .content p {
        font-size: 23px;
        font-weight: 700;
    }
}
