@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

/********* Footer fix ********/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 80px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
/*****************************/
html, body {
  font-family:'Poppins', sans-serif;
  color: #222;
  scroll-behavior: smooth;
}

body{
  background-color: rgb(56, 56, 56);
  background-image: url("https://www.gamesites.cz/images/layout/backgrounds/bg1_old.png");
}

#searchbar {
  background-color: #2c3034;
}

#gs-img {
  min-width: auto;
  max-width: 34px;
  width: 567px;
  max-height: 30px;
  margin-right: 8px;
}

.fab.fa-steam.ml-1 {
  color: #e9ecef;
}
.fab.fa-steam.ml-1:hover {
  color: #d6d6d6b6;
}

hr {
  border-top: 2px solid #b4b4b4;
}

.page-item.active .page-link {
  background-color: #e9ecef !important;
  background: none;
}
.page-link {
  color: #495057 !important;
  /*background-color: #e9ecef;*/
  background: none;
}
.page-item {
  box-shadow: none;
  background-color: #e9ecef;
}

.home {
  color: white;
  /* padding-top: 20px; */
}

.card {
  border-radius: 18px;
}

.navbar{
  padding: .8rem;
  height: 60px;
}

.innav{
  max-width: 1200px;
  justify-content: space-between;
}

.nav-link{
  font-size: 1.1rem !important;
}

.navbar-brand{
  margin-left: 42px;
}
.navbar-collapse{
  margin-right: 30px;
}

.navbar-toggler {
  background-color: #ffffff;
}

.page-info {
  margin-bottom: 30px;
  margin-top: 30px;
}

.nav-link {
  color: black;
  font-weight: bold;
}

/*.navbar-brand {
  text-shadow: 1px 2px rgb(114,114,114);
  transform: scale(1.04) skew(-9deg);
  padding-top: 5px;
  font-size: 22px;
}*/
.navbar-brand {
  text-shadow: 1px 2px rgb(114,114,114);
  font-size: 22px;
  font-family: 'Goblin One', cursive;
}

.navbar-light .navbar-nav .nav-link {

  font-size: 16px;
  padding-right: 20px;
  /*padding-left: 20px;*/
}

/*.navbar-light .navbar-nav .nav-link.active {

  font-size: 16px;
  padding-right: 20px;
  font-weight: bold;
  text-decoration: underline;
}*/

/*.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 0px 20px rgba(0, 0, 0, 0.8);
}*/

#trophy-img {
  vertical-align: -4px;
  width: 20px;
  height: 20px;
}

#table-main {
  padding-top: 1.5%;
  padding-bottom: 1%;
  padding-right: 3px;
  padding-left: 3px;
}

@media (max-width: 768px) {
  .navbar {
    height: 100%;
  }
}

@media (max-width: 600px) { 
  .footer-fix {
    position: relative !important;
  } 
  body {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .navbar {
    height: 100%;
  }
}