﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.thumb {
    width: 140px ;
    border-radius:7%;
}

header > nav {
    background-color: #C84630;
}

header > nav > div {
    background-color: #C84630;
}

.nav-btns {
    font-size: 20px;
    transition: 500ms;
}

.nav-btns:hover {
    color: #0c120c;
    transition: 500ms;
}


.foot-theme {
    color: snow;
    background-color: #C84630;
}

body {
    background-image: linear-gradient(to bottom right, #0c120c, rgb(44 7 1));
    font-family: 'Saira Semi Condensed', sans-serif;
}

main {
    font-family: 'Saira Semi Condensed', sans-serif;
}

tr:nth-child(2n+1) {
    background-color: snow;
    transition: 300ms;
}

tr:nth-child(2n) {
    background-color: mistyrose;
    transition: 400ms;
}


tr:hover {
    color: #ECEBF3;
    background-color: #C20114;
    transition: 400ms;
}

h1, h4, label, .light-color, dl, ul, .nav-btns {
    color: #ECEBF3;
}

.game-tile{
    width:fit-content;
}

.game-img {
    transition: 600ms;
    height: 280px;
    width: 210px;
    padding: 0px;
}

.card {
    position:inherit;
    transition: 600ms;
    width: fit-content;
    border: 2px dashed black;
    border-radius: 0px;
    margin-bottom: 50px;
    background-color: transparent;
}

.card:hover {
        transition:500ms;
        box-shadow: #000000 0px 0px 10px 4px;
}

.card:hover .game-img {
            transition: 500ms;
            height: 290px;
            width: 220px;
}

.card:hover .game-title {
            transition: 500ms;
            width: 220px;
            transition: 500ms;
}

.game-title {
    color: snow;
    width: 210px;
    font-size: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: 500ms;
    padding: 10px;
    background-image: linear-gradient(to right bottom, rgb(0 0 0), rgb(0 0 0 / 0.5));
    text-decoration: underline;
}


.games{
    box-shadow: black 0px 0px 600px 50px inset;
    background-image: repeating-linear-gradient(to bottom right, red, #111c6b)
}

#shadow {
    box-shadow: black 0px 0px 150px 100px;
}
