body {
    background: url('/images/forward-head/background1.jpg') 0 0 no-repeat #000 fixed;
    background-size: cover;
    font: 16px/1.4em "Open Sans", Arial, Helvetica, sans-serif;
}

body.bgr2 {
    background: url('/images/forward-head/background2.jpg') 0 0 no-repeat #000 fixed;
    background-size: cover;
}

.wrapper {
    width: 80%;
    margin: 2em auto;
    padding: 2em 1.5em;
    background: rgba(255,255,255,0.8);
    color: #000;
}

img, iframe {
    max-width: 100%;
    height: auto;
}

a:link, a:hover, a:visited {
    color: #447ef6;
}

.aligncenter {
    text-align: center;
}

img.aligncenter,
iframe.aligncenter,
video.aligncenter,
iframe {
    display: block;
    margin: 0 auto;
}

h1 {
    font-size: 2.5em;
    line-height: 1.1em;
}

h2 {
    font-size: 1.7em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.4em;
}

br { display: none;}

.optin-wrapper {
    width: 330px;
    margin: 20px auto 10px;
    background: #3c3c3c;
    position: relative;
    border-radius: 12px;
    color: #fff;
    padding-bottom: 20px;
}

.optin-wrapper .top {
    background: #222220;
    color: #ffc501;
    padding: 1em;
}

.optin-wrapper .top {
    margin: 1em 0;
    border-radius: 12px 12px 0 0;
}

.optin-wrapper .bottom {
    padding: 0 2em 1em; 
}

input[type=email] {
    display: block;
    width: 99%;
    margin: 20px auto 0;
    padding: 1em 0;
    border: 2px solid #ffb633;
    font-size: 1em;
    text-align: center;
    color: #000;
}

input[type=submit] {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    padding: .7em 0;
    border: 2px solid #ffb633;
    font-size: 1.4em;
    text-align: center;
    color: #000;
    font-weight: 600;
    background: #ffc501;
}

#footer a, #footer {
    color: #3c3c3c;
}

.video-js {
    margin: 0 auto;
}

.download h1 {
    font-weight: 600;
    font-size: 2.2em;
}

.download .content {
    width: 60%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    body {
        font: 17px/1.3em "Open Sans", Arial, Helvetica, sans-serif;
    }

    br { display: block;}

    .optin-wrapper {
        width: 540px;
        margin-top: 160px;
        position: relative;
    }

    .optin-wrapper .top {
        position: relative;
    }
    
    input[type=email] {
        width: 420px;
        font-size: 1.2em;
    }

    input[type=submit] {
        width: 424px;
        font-size: 1.8em;
    }

    .btns {
        width: 510px;
    }
    .btns img {
        width: auto;
    }
}