* {
    font-family: 'Questrial', sans-serif;
    margin: 0;
    padding: 0;
    color: #DEDEDE;
    font-size: 12pt;
}

body {
    background-color: black;
}

iframe {
    border: 1px solid #666;
}

div#navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: black;
    z-index: 2;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    background: url(top-gradient.png) repeat-x;
}

div#navbar a {
    display: inline-block;
    margin-right: 40px;
    color: #AAA;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

div#navbar a:hover {
    color: #DDD;
}

div#header {
    text-align: center;
    background-color: #EEE;
    padding-bottom: 380px;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 380px;
}

div#header-cont {
    width: 100%;
    height: 410px;
    display: block;
    position: absolute;
    top: 10px; bottom: 0; left: 0; right: 0;
}

div#header span#logo-helper {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

div#header img#logo {
    width: 700px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    z-index: 1;
}

div#header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.6);
    color: black;
    z-index: 1;
}

div#header-gradient {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 40px;
    background: url(bot-gradient.png) repeat-x;
    z-index: 2;
}

video#bgvid {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
    background-size: cover;
    z-index: 0;
    min-height: 380px;
    background-color: black;
}

div#content {
    height: 800px;
    width: 600px;
    margin: 0 auto 0 auto;
}

div.section-header {
    width: 100%;
    text-align: center;
}

div.section-header div.section-border {
    border-bottom: 1px solid #333;
    width: 16%;
    display: inline-block;
    margin-bottom: 5pt;
    height: 4px;
}

div.section-header div.section-border.large {
    width: 28%;
}

div.section-header div.section-border-left {
    display: inline-block;
    border-right: 1px solid #333;
    width: 1px;
    height: 14px;
}

div.section-header div.section-border-right {
    display: inline-block;
    border-left: 1px solid #333;
    width: 1px;
    height: 14px;
}

span#features-section, span#screenshots-section {
    display: inline-block;
}

div#kickstarter-section {
    margin-top: 40px;
    color: #999;
}


div#kickstarter-section p {
    margin-top: 40px;
    margin-bottom: 20px;
}
div#kickstarter-section img {
    margin-top: 0px;
    margin-bottom: 0px;
}

div#about-section {
    margin-top: 40px;
}

div#about-section p:last-of-type {
    margin-bottom: 30px;
}


h2 {
    margin: 0 auto 50px auto;
    font-size: 16pt;
    display: inline-block;
    width: 50%;
    padding: 0 24px 0 24px;
}

h2.small {
    width: 30%;
}

p {
    width: 600px;
    line-height: 20pt;
    text-align: center;
    margin-bottom: 60px;
}

p span.text {
    width: 500px;
    margin: 0 auto 26px auto;
    display: inline-block;
    text-align: left;
    color: #999;
}

p#greenlight-text {
    margin-bottom: 0px;
}

p span.centered {
    text-align: center;
}

p img {
    margin-bottom: 40px;
}

p img.screenshot {
    width: 260px;
    padding: 4px;
}

div.clear {
    clear: both;
}

div#newsletter-prompt {
    width: 100%;
    display: block;
    text-align: center;
    margin: 40px 0 4px 0;
    color: #999;
}

div#mc_embed_signup {
    width: 446px;
    margin: auto auto;
    margin-bottom: 50px;
}

.mc-field-group label {
    font-family: 'Questrial', sans-serif;
    margin-right: 10px;
    display: block;
    float: left;
    line-height: 32px;
}

div.mc-field-group {
    float: left;
}

div.mc-field-group input#mce-EMAIL {
    float: left;
    display: block;
    height: 30px;
    color: #111;
    padding-left: 14px;
    width: 210px;
    margin-left: 46px;
    margin-right: 10px;
    background-image: url("inputbox.png");
    background-repeat: no-repeat;
    border: 0px;
    background-color: black;
    font-weight: bold;
    font-size: 11pt;
}

div.mc-field-group input#mce-EMAIL.inactive {
    color: #666;
}

div.mc-field-group textarea:focus, input:focus{
    outline: 0;
}

input#mc-embedded-subscribe.button {
    display: block;
    float: left;
    color: #CCC;
    margin-left: 10px;
    padding: 4px;
    width: 80px;
    height: 27px;
    background-color: #444;
    font-weight: bold;
    font-family: 'Questrial', sans-serif;
    font-size: 10pt;
    border: 0px;
    border-top: 2px solid #5f6267;
    border-bottom: 3px solid #2f333e;
}

div#donate-section p {
    margin-bottom: 20px;
}

div#donate-section p:last-of-type {
    margin-bottom: 40px;
}

div#donate-section form {
    margin-bottom: 20px;
}

div#mc_embed_signup form {
    padding: 20px 20px 20px 20px;
}
