@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:700');

* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    color: #fff;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000000;
}

a, a:visited, a:active {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

#wrapper {
    margin: 0;
    padding: 0;
    background-color: #000;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#header {
    padding-top: 4em;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#store {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

#video {
    padding-top: 1em;
    padding-bottom: 2em;
    text-align: center;
}

#video-border {
    margin: 0 auto;
    padding: 0;
    width: 854px;
    height: 0;
    position: relative;
    padding-bottom: 475px;
    border: 5px solid rgba(255, 255, 255, 0.5);
}

#video-frame {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#direct-links {
    padding: 1em;
    text-align: center;
}

#footer {
    padding: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

    #footer a {
        display: inline-block;
        padding-bottom: 0.5em;
        font-family: 'Roboto Condensed';
        font-weight: bold;
    }

    #footer a:hover {
        color: #ffff00;
    }

.direct-download, .direct-download:active, .direct-download:visited {
    display: inline-block;
    padding: 1em;
    margin: 0;
    border-radius: 0.2em;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    font-family: 'Roboto Condensed';
    font-weight: bold;
}

    .direct-download:hover {
        background-color: rgba(255, 255, 255, 1);
        color: #000;
        text-decoration: none;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    }

#heroes {
    margin: 0 auto;
    padding: 0.5em 0;
    width: 640px;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
    position: relative;
}

#heroes-title {
    font-family: 'Roboto Condensed';
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}

#hero-image {
    width: 100%;
}

#hero-name {
    padding: 0.2em;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    font-size: 1.5em;
    color: #fff;
    display: inline-block;
    width: 100%;
}

#hero-list {
    padding: 0.5em 0;
}

#hero-list img {
    margin: 0 4px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #000;
    width: 48px;
}

    #hero-list img:hover {
        border: 1px solid rgba(255, 255, 255, 1);
    }

#hero-video {
    display: none;
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    height: 0;
}

#hero-video-frame {
    width: 100%;
    height: 320px;
    border: 4px solid rgba(255, 255, 255, 0.5);
}

#hero-video-show, #hero-video-show:active, #hero-video-show:visited {
    cursor: pointer;
    padding: 0.25em 0.5em;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    text-decoration: none;
}
    #hero-video-show:hover {
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }

#hero-video-close {
    position: absolute;
    left: calc(50% - 24px);
    top: -24px;
}

    #hero-video-close img {
        border: 0;
    }

@media (max-width: 880px) {
    #video-border {
        width: 100%;
        padding-bottom: 55.8%;
    }
    #heroes {
        width: 100%;
    }
    #hero {
        padding: 1em;
        width: 100%;
    }
}

@media (max-width: 640px) {
    #header {
        padding-top: 3em;
        padding-bottom: 1.5em;
    }
    #video-border {
        width: 100%;
        padding-bottom: 55.8%;
    }
}

@media (max-width: 540px) {
    #header {
        padding-top: 2em;
        padding-bottom: 1em;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    #header a img {
        width: 100%;
    }
    #video-border {
        width: 100%;
        padding-bottom: 55.8%;
    }
    .direct-download {
        display: block;
        margin: 0.5em 0;
    }
}