body {
    background: #000;
}
p {
    margin: 0px;
}

/* NAVBAR START */
.navbar {
    padding: 0px 5px !important;
    background-image: linear-gradient(to right, #2E58A6 60%, #E0013F 60%);
}
.navbar .container {
    background-image: linear-gradient(to right, #2E58A6 , #E0013F 50%);
    padding: 0px;
}
.navbar-brand {
    padding: 0px;
}
.navbar-brand img {
    height: 44px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar button:focus {
    outline: none;
}

.nav-item.social {
    margin-bottom: 10px;
}
/* NAVBAR END */

/* SLIDER START */
#slider, #slider .carousel-inner, #slider .carousel-inner .carousel-item, #slider .carousel-inner .carousel-itemimg  {
    height: 100%;
}

/* SLIDER END */

/* GAME START */
.game {
    overflow: hidden;
}

.game a::after {
    box-shadow: inset 0 0 10px #000000;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 0px;
}

.game a:link {
    text-decoration: none;
}

.game-description:hover {
    cursor: pointer;
}

.game img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.game, #slider {
    padding: 0px;
}

.game .game-name, .game .game-description {
    width: 100%;
    background: rgba(0,0,0,0.7);
    bottom: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    color: white;
    line-height: 1em;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.game-description span {
    font-size: 0.9em;
}

.game-description p {
    font-size: 0.8em;
}

/* GAME END */

/* MODAL START */
.modal-header {
    padding: 3px 12px 3px 3px;
}
.modal-body {
    background-color: #3A5898;
    color:white;
}
/* MODAL END */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe {
    width: 100% !important;
}

li.nav-item a.nav-link img.logo{
    width: 65px;
}

img.game {
    object-fit: cover;
    height:150px;
    object-position: top center;
}

@media only screen and (min-width: 992px) {
    .slider-row img.game {
        height: 92px
    }
}

@media only screen and (min-width: 1200px) {
    .slider-row img.game {
        height: 114.5px
    }
}