html, body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    margin: 0;
    background: url(/img/dust_scratches.png);
    text-shadow: 1px 1px 1px #ccc;
}

div.embed-container {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.carousel-outer {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.carousel {
    color: black;
    background: url(/img/redox_01.png);;

}

.fighter .stats img {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0.8;
}

body {
    overflow-y: scroll;
}

#game {
    padding-top: 20px;
}

div.banner-container {
    background: url(/img/lines.jpg);
    background-size: 100% 100%;
    border-bottom: 1px solid grey;
    margin-bottom: 15px;
}

div.banner-container img {
    max-height: 254px;
    margin: 0 auto;
    -webkit-filter: drop-shadow(5px 5px 5px #222 );
    filter: drop-shadow(5px 5px 5px #222);
}

div.first-row {
    margin-bottom: 20px;
}

div > img.logo {
    margin-top: 10px;
}

div.chars img {
    display: inline;
    width: calc(30% - 10px);
    height: auto;
    margin: 1%;
}


#main {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

ul.feature-list {
    display:inline-block;
    text-align:left;
    font-size: 1.1em;
    font-family: 'Mina', sans-serif;

    /*    font-family: 'Roboto', sans-serif;*/
    /*    width: 100%;*/
    margin: 0 auto;
}

.nav.bigger .fa, .fa.custom {
    font-size: 1.5em;
}

img.img-link {
    background: #EEE;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 10px #000;

}

.navbar {
    font-family: 'Oswald', sans-serif;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    text-shadow: none;

}

.navbar-brand {
    padding: 5px 15px 5px 5px;
}

.navbar-brand > img {
    max-height: 100%;
    width: auto;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    color: black;
    z-index: 99999;
}

#loader > * {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    color: black;
}

div.c-row {
    margin-left: 5%;
    margin-right: 5%;
}

.carousel h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

div.text {
    padding: 10px;
}

div.text strong {
    font-size: 1.3em;
}

h3.feature-header {
    margin-top: 0;
}
.carousel-control {
    width: 10%;
}

.video-container {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0;
}




.fighter h2, .fighter h4 {
    text-align: center;
}

.fighter h4 {
    text-decoration: underline;
}

hr {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


.fighter table tr td:first-child {
    font-weight: bold;
    text-align: right;
}

.fighter table { 
    margin: 10px auto;
    border-spacing: 10px 0;
    border-collapse: separate;
}


.fighter table td {
    white-space: nowrap;
}

.steam-adv {
    font-size: 1.85em;
    font-family: 'Oswald', sans-serif;
}

.steam-adv a {
    color: black;
}

.steam-adv a:hover {
    color: grey;
    text-decoration: none;
}

.buynow {
    color: orange!important;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-color: #333;
    border-radius: 20px;
    box-shadow: 0 0 3px black;
    text-shadow: 1px 1px 3px yellow;
    background: #283048;  /* fallback for old browsers */

}

@media only screen and (max-width: 991px) {
    .fighter {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .fighter {
        font-size: 14px;
    }

    .pic > img {
        margin-bottom: 10px;
    }
    
    .steam-adv {
        font-size: 1.5em;
    }
}

#contact table {
    margin: 0 auto;
}

#contact td:first-child {
    text-align: right;
}

#contact td {
    padding: 5px;
    text-align: left;
}