#game-container {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background-color: #009900;
    width: 100%;
    margin: 0 auto;
}

#bjwobheader{
    color: yellow;
    /*border: 1px solid yellow;*/
    text-align: center;
    padding: 10px;
    text-align: center;
    margin-bottom: -40px;
}

.title{
    display: inline;
    font-size: 40px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    font: normal 41px/normal 'Merriweather', serif;
    color: yellow;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: pre;
    text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #7700ff , 0 0 70px #7700ff , 0 0 80px #ff002e , 0 0 100px #7700ff ;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.title:hover {
    text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #00ffff , 0 0 70px #00ffff , 0 0 80px #00ffff , 0 0 100px #00ffff ;
}


.console{
    position: relative;
    width: 350px;
    color: red;
    /*border: 1px solid red*/
    margin: 10px auto;
}

.console a{
    position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(219,87,5,1);
    font-weight: 700;
    font-family: 'Yanone Kaffeesatz';
    font-size: 2em;
    display: block;
    padding: 4px;
    border-radius: 8px;
    -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    margin: 20px auto;
    width: 130px;
    text-align: center;

    -moz-transition: all .1s ease;
    transition: all .1s ease;
}

.console a:active {
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
}

#start {
    /*float: left;*/
}

#reset {
    float: right;
}

.centered{
    font: normal 21px/normal 'Merriweather', serif;
    overflow: hidden;
    position: relative;
    color: blue;
    /*border: 1px solid blue;*/
    height: 450px;
    width: 100%;
    margin: 10px auto;
    padding-top: 20px;
}

.results{
    color: green;
    /*border: 1px solid green;*/
}

.dealer{
    /*font-size: 25px;*/
    color: white;
    /*border: 1px solid black;*/
    text-align: center;
}

.dealers_cards, .players_cards{
    /*width: 600px;*/
    overflow: visible;
    margin: auto;
    display: inline-block;
    padding: 10px 40px 10px 10px;
    color: grey;
    /*height: 110px;*/
    /*border: 1px solid yellow;*/

}

.results ul{
    /*border: 1px solid red;*/
    position: relative;
    display: inline-block;
    margin: auto;
}

.results li{
    position: relative;
    display: block;
    width: 30px;
    float: left;
}

.results img{
    /*width: 10%;*/
    height: 200px;
    display: block;
}

.player{
    margin-top: 15px;
    /*font-size: 25px;*/
    color: white;
    /*border: 1px solid white;*/
    text-align: center;
}

.players_cards{
    /*padding: 10px;*/
    color: purple;
    /*border: 1px solid purple;*/
}

.pscore{
    position: relative;
    /*background-color: black;*/
    height: 30px;
    width: auto;
    margin: auto;
    bottom: 140px;
    /*border-radius: 4px;*/
    /*-moz-box-shadow: 0px 9px 25px rgba(0,0,0,.7);*/
    /*box-shadow: 0px 9px 25px rgba(0,0,0,.7);*/

}

.pscore p{
    padding-top: 5px;
    text-align: center;
    color: yellow;
    font-weight: 700;
    font-family: arial;
    font-size: 2em;
}

.gameConsole{
    position: relative;
    width: 250px;
    color: red;
    /*border: 1px solid red*/
    margin: auto;
    bottom: 130px;
}

.gameConsole a{
    position: relative;
    color: black;
    text-decoration: none;
    background-color: rgba(255,208,0,1);
    font-weight: 700;
    font-family: 'Yanone Kaffeesatz';
    font-size: 1.2em;
    display: block;
    padding: 15px 10px 0px 10px;
    border-radius: 20px;
    -moz-box-shadow: 0px 9px 0px rgba(219,179,2,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(219,179,2,1), 0px 9px 25px rgba(0,0,0,.7);
    margin: 10px auto;
    width: 50px;
    height: 35px;
    text-align: center;

    -moz-transition: all .1s ease;
    transition: all .1s ease;
}

.gameConsole a:active {
    -moz-box-shadow: 0px 3px 0px rgba(219,179,2,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,179,2,1), 0px 3px 6px rgba(0,0,0,.9);
}

#hit {
    float: left;
    width: auto;
}

#stand {
    float: right;
    width: auto;
}

/*#theBackImg {
    transform: rotate(90deg);
}*/

h1 {
    font-family: arial;
    font-size: 16px;
    color: #fff;
    display: inline;
    margin-left: 30px;
    font-weight: normal;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* HEADER */
#header {
    width: 100%;
    z-index: 10;
}
.top-container {
    background-color: #005000;
    text-align: center;
    height: 70px;
}
.nav{
    display: inline;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    color: #007000;
    background: #cedfc8;
    width: 100%;
    z-index: 1;
    border-top: solid 1px red;
    border-bottom: solid .1px red;
    position: fixed;
    width: 100%;
}
.nav a{
    display: inline-block;
    font-size: 18px;
    padding: 3px;
    color: #007000;
    font-weight: normal;
    text-decoration: none;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav a:hover{
    color: #700000;
    text-decoration: underline;
}

/* FOOTER */
#footer {
    position: relative;
    background-color: #e1efdc;
    height: auto;
    clear: both;
    font-size: 15px;
    font-family: arial;
    color: #003000;
    text-align: center;
    padding: 20px 10px 50px 20px;
    border-top: solid 3px #EC6868;
    margin-top: 40px;
}

/* LINKS */
a:link {
    color: #007000;
    text-decoration: none;
}
a:hover {
    color: #700000;
    text-decoration: underline;
}
a:visited {
    color: #007000;
}
a:active {
    color: #ff0000;
}

/* SEARCH */
.search-button {
    vertical-align: middle;
    color: #fff;
    background: #700000;
    border: none;
    border-radius: 25px;
    font-size: 16px;
}
.search-button:hover {
    background: #008000;
}
.search-input {
    width: 70%;
    font-size: 12px;
}
        ::placeholder {
      color: #E17A7A;
      opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #E17A7A;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
     color: #E17A7A;
    }