body {
    background-color: #23222B;
    color: whitesmoke;
    font-family: "Work Sans";
    background: #15191f url(../img/bg_tile.png) top left repeat;
}

h2 {
    color: whitesmoke;
}

a{
    color: #CDAB7C;
}
a:hover {
    color: white;
    text-shadow: 0 0 20px #fcc67b;
}
a:visited {
    color: #CDAB7C;
}

.footer a {
    font-size: 1.5em;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 50px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn.btn-link {
    color: #CDAB7C;
    /*text-shadow: 0px 2px #6C3C0C;*/
}
.btn.btn-link:hover {
    color: white;
    text-shadow: 0 0 20px #fcc67b;
}

.btn.btn-primary {
    color: black;
    background-image: linear-gradient(0deg, #C76700, #FFFF00);
    border: 1px solid #6C3C0C;
    box-shadow: 0px 2px #6C3C0C;
    border-radius: 5px;
}
.btn.btn-primary:hover {
    color: white;
    background-image: linear-gradient(0deg, #ffa94e, #ffff7c);
    border: 1px solid #6C3C0C;
    box-shadow: 0 0 2px #ffffa6;
    text-shadow: 0 0 20px #ffffa9;
    border-radius: 5px;
}

.btn.btn-secondary {
    color: white;
    background-image: linear-gradient(0deg, #449CF5, #357bc0);
    border: 1px solid #295f96;
    box-shadow: 0px 2px #295f96;
    border-radius: 5px; 
}
.btn.btn-secondary:hover {
    color: white;
    background-image: linear-gradient(0deg, #449CF5, #357bc0);
    border: 1px solid #295f96;
    box-shadow: 0 0 2px #449CF5;
    text-shadow: 0 0 20px #99ccff;
    border-radius: 5px;
}

.rounded {
    border-radius: 5px;
}

.container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.game-tile {
    display: block;
    position: relative;
    margin-bottom: 20px;

    border-top: 1px solid rgb(80, 80, 80);
    padding-top: 20px;
}

.game-tile .right {
    padding-left: 20px;
    padding-right: 0px;
}

.game-tile .left {
    padding-left: 0px;
    padding-right: 20px;
}


.poster {
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.divider[data-content]::after {
    background:  rgb(212, 212, 212);
}

.navbar {
    background: rgba(0, 0, 0, 0.6);
    padding: 0px 10px 0px 10px;
}

.clearfix {
    overflow: auto;
}

.section-hero {
    padding: 1rem .5rem;
    background-position: bottom !important;
}

.sub-section-hero {
    position: relative;
    padding: none;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 999;
}

.sub-page-header {
    padding: 0.2rem !important;
    text-align: left;
}
.sub-page-header img {
    width: 100px;
}

.grid-hero {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.grid-main { 
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.parallax .parallax-bottom-right:focus~.parallax-content::before,
.parallax .parallax-bottom-right:hover~.parallax-content::before {
    background:none;
}

.parallax .parallax-bottom-left:focus~.parallax-content::before,
.parallax .parallax-bottom-left:hover~.parallax-content::before {
    background:none;
}

.parallax .parallax-top-right:focus~.parallax-content::before,
.parallax .parallax-top-right:hover~.parallax-content::before {
    background:none;
}

.parallax .parallax-top-left:focus~.parallax-content::before,
.parallax .parallax-top-left:hover~.parallax-content::before {
    background:none;
}

.widgetHeader-2Hz_Ln {
    background-image: linear-gradient(0deg, #449CF5, #357bc0) !important;
    background-color: #357bc0;
}

.logo img{
    width: 80px;
}

.heart{
    color:#f54242;
}