body {
    position: relative;
    font-family: 'Roboto', sans-serif;
    background-color: #000;
}

a, a:visited, a:hover, a:active {
    color: #ffdb2f;
}

a:hover {
    text-decoration: underline;
}


@font-face {
    font-family: farquharson;
    src: url('../fonts/Quadrat%20-%20Farquharson.otf');
}

@font-face {
    font-family: shouldve;
    src: url('../fonts/shouldve%20known.woff');
}

p {
    line-height: 140%;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

dd {
    margin-top: 10px;
    margin-bottom: 10px;
}

.heroes-bg {
    position: absolute; bottom: 0;
}

.sc-button {
    background: url('button_send_default.png') no-repeat top left;
    width: 100px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
}

.sc-button:hover {
    background: url('button_send_hover.png') no-repeat top left;
    width: 100px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
}

.sc-button:active {
    border: none;
    background: url('button_send_down.png') no-repeat top left;
    width: 100px;
    height: 50px;
    padding: 0;
    margin: 0;
}

.preorder-button {
    background: url('button_preorder_default.png') no-repeat top left;
    width: 174px;
    height: 56px;
    padding: 0;
    margin: 0;
    border: none;
}

.preorder-button:hover {
    background: url('button_preorder_hover.png') no-repeat top left;
    width: 174px;
    height: 56px;
    padding: 0;
    margin: 0;
    border: none;
}

.preorder-button:active {
    border: none;
    background: url('button_preorder_down.png') no-repeat top left;
    width: 174px;
    height: 56px;
    padding: 0;
    margin: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.call-to-action {
    min-height: 500px;
    background: url('landing_bg_shadowsofadam_text.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 65px;
    position: relative;
    -webkit-box-shadow: 0px 16px 21px 0px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 16px 21px 0px rgba(0,0,0,0.48);
box-shadow: 0px 16px 21px 0px rgba(0,0,0,0.48);
}

.call-to-action .heroes-area {
    height: 500px;
    vertical-align: bottom;
}

.call-to-action .heroes-area img {
    width: 100%;
}

.call-to-action .cta-area p {
    text-shadow: 1px 1px #000000;
    color: #fff;
    font-size: 1.1em;
    line-height: 140%;
}

.call-to-action .cta-area .box {
    background-color: rgba(0,0,0,0.4);
    padding: 10px;
    color: #fff;
    margin-top: 10px;
}

.call-to-action .cta-area h1 {
    font-size: 1.7em;
    font-family: shouldve, sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px #000000;
}

.navbar {
    height: 70px;
    color: #fff;
    border-bottom: none;
}

.navbar-default {
    background-color: #2a2e46;
    font-size: 1.2em;
    border-bottom: 2px solid #685826;
    font-family: farquharson, sans-serif;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ab9142;
    background-color: inherit;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ab9142;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 100%;
    font-weight: 600;
    padding: 25px 25px 25px 25px;
}

.content-area {
    background-image: url('bg.jpg');
    border-bottom: 2px solid #373737;
    padding-top: 40px;
}

.content-area {
    color: #b7a874;
    font-size: 1.1em;
    font-weight: 400;
}

.content-area .row p {
    margin: 10px;
}

.heroes-image {
   max-width: 90%;
}

.newsletter-form {
    margin-left: 25px;
    margin-bottom: 25px;
}

.newsletter-form input {
    background-color: #242425;
    color: #aa9c6c;
    padding: 5px;
    border: 0;
}

.subscribe-button {
    background: url('../images/button_subscribe_normal.png') no-repeat top left;
    width: 125px;
    height: 33px;
    padding: 0;
    margin: 0;
    border: none;
}

.subscribe-button:hover {
    background: url('../images/button_subscribe_hover.png') no-repeat top left;
    width: 125px;
    height: 33px;
    padding: 0;
    margin: 0;
    border: none;
}

.subscribe-button:active {
    border: none;
    background: url('../images/button_subscribe_down.png') no-repeat top left;
    width: 125px;
    height: 33px;
    padding: 0;
    margin: 0;
}

.gallery-area {
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
}

.gallery-image {
    max-width: 100%;
    text-align: center;
    max-height: 120px;
    padding-bottom: 20px;
}

.footer {
    margin-top: 10px;
    color: #fff;
}

.footer a, .footer a:visited, .footer a:hover, .footer a:active {
    color: #d5b224;
}

.footer a:hover {
    text-decoration: underline;
}

.footer a, .footer a:active, .footer a:visited {
    color: #fff;
}

.footer i {
    padding-left: 10px;
}

.footer a:hover {
    color: #FCB848;
}


@media(max-width: 768px) {
    .navbar {
        height: auto;
        min-height: 70px;
    }

    .preorder-button {
        margin: 0 auto;
    }
    
    .heroes-image {
    	width: 50%;
    }

    .call-to-action {
        min-height: 500px;
        margin-top: 65px;
        position: relative;
        background-size: 100% 100%;
    }


    .call-to-action .cta-area .box {
        background-color: inherit;
        padding: 10px;
        color: #fff;
        margin-top: 10px;
    }
}