body, html{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: Roboto Slab, Roboto, sans-serif;
}

.font-bangers{
  font-family: Bangers, Roboto, sans-serif;
}

/*h1, h2, h3, h4, h5, h6 {*/
/*  font-family: Roboto Slab, Roboto, sans-serif;*/
/*}*/

.text-color-hw{
  color:#1976D2!important;
}

.btn-dark{
  border: none!important;
  border-radius: 0.1px;
}

.logo{
  cursor: pointer;
  margin-top: 90px;
  margin-left: 100px;
  font-size: 36px;
  color: white;
  width: 200px;

  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

.logoLine{
  width: 100px;
  height: 2px;
  background: white;
  margin-left: 143px;
  border-radius: 10px;
}

@media (max-width:575px) {
  .hide-m{
      display: none!important;
  }
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline:0;
}

/* Pagination related css  */
.bottompagination span.navigation {
  display: block;
  font-size: 0.93rem;
  padding: 15px 0 0 0;
  text-align: center;
  margin-bottom: 0rem;
  color: #999;
  border-top: 1px solid #ddd;
}

.pointerup {
  margin-bottom: -17px;
  margin-left: 49%;
  font-size: 30px;
}

.bottompagination span.navigation i {
  display: inline-block;
}

span.navigation {
  display: inline-block;
  font-size: 0.93rem;
  font-weight: 700;
  text-align: center;
}

.pagination {
  display: block;
}

a:hover .card-footer, .nav-link:hover {
  background: #1976D2;
  color: white!important;
}

/* .nav-item:hover span{
  background: #1976D2;
  color:white!important;
} */