#container{
    margin-top: 50px;
    margin-bottom: 50px;
}

.results-container{
    background: black;
    padding: 50px;
    color: white;
}

.explanation-container h1{
    font-weight: lighter;
    font-size: 3.5em;
    padding-bottom: 25px;

    
}

.explanation-container p{
    width:50%;
    margin:0px auto;
}

.explanation-container{
    padding: 25px 25px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center; 
    background-image:  url('trophy-faded-128.png');
}

.stats-container{
    background-color:#fff;
    color:#000;
}

.container-2{
    background-color: #aa3939;
    color:white;
}

.container-3{
    background-color: #550000;
    color:white;
}

.container-4{
    background-color: #000000;
    color:#cccccc;
}

.container-5{
    background-color: #D46a6a;
    color:white;
}

.container-6{
    background-color: #fff;
    color:#000;
}


.btn.btn-lg{
    margin-bottom: 25px;
}

.container-spacer{
    min-height:200px;
    max-height: 1000px;
    overflow: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center; 
    background-image:  url('trophy-128.png');
}

.container-spacer h1{
    padding: 225px 0;
    margin: 0 0 150px 0;
}



#movie-list li{
    height:200px;
}

#movie-list li.game-box{
    margin-bottom: 100px;
}

.hero-box{
    height:150px;
    border:3px solid #f7f7f7;
    border-radius: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;

    -webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    -o-transition:      all 0.2s ease;
}

.hero-box.huge{
    height:200px;
}

.hero-box.chosen-hero, .hero-box:hover{
    height:175px;
}

.hero-box.huge.chosen-hero, .hero-box.huge:hover{
    height:225px;
}

    .hero-box label{
        color:black;
        background-color: rgba(255,255,255,.9);
        padding:10px;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        bottom:25px;
        width: 100%;
        text-align: center;
        left:0;
        overflow-wrap: break-word;
    }

    .hero-box.chosen-hero label{
        background-color: rgba(199,159,39,.7) !important;
    }

    .hero-box:hover label{
        background-color: rgba(0,0,0,.7);
        color:white;
    }

    .title-img{
        max-width: 100%;
        height:100px;
    }

    .title-div {
        color:#e23636;
        font-weight: bold;
        margin-bottom: 50px;
    }

    .title-div .subtitle, .title-div .subtitle a{
        color: #518cca;
    }

    div#next-button{
        display: block;
        position: fixed;
        left:0;
        right:0;
        bottom:0;
        text-align: center;
        height:105px;
        background:#ccc;
        z-index: 10000;
    }


div.coming-soon-container{
        position: fixed;
        left:0;
        right:0;
        top:0;
        bottom: 0;
        background-color: white;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center; 
        background-image:  url('2017/vote-example.png');
    }
    
    div.coming-soon-container h1, div.coming-soon-container h2{
        font-weight: bold;
        color:rgba(255,255,255,.8);
        padding: 1em;
        background-color: rgba(0,0,0,.6);
        text-align: center;
        position: fixed;
        left:0;
        right:0;
    }

    div.coming-soon-container h1{ top:15%; font-size: 2em;}
    div.coming-soon-container h2{ top:55%; font-size: 3.5em;}