body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c3e50;
  text-align: left;
}

*,
 ::before,
 ::after {
  box-sizing: border-box;
}

a {
  color: #1abc9c;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #ff781e;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-white {
  color: #fff !important;
}

.text-center {
  text-align: center !important;
}

header {
  padding: 0;
  background-color: #3f7563;
  text-align: center;
  padding:5px 0 5px 0;
}

footer {
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #3f7563;
}

footer span{
  display: block;}


.nav-categories {
  box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);
  padding: 5px;
  white-space: nowrap;
}

/*====card=====*/
.list-category {
  position: absolute;
  bottom: 5px;
}

img.small-thumb {
  width: 100%;
}


.list-content {
  padding: 0px;
}

.list-game {
  margin-bottom: 20px;
  box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.25);
  border-radius: 5px;
  padding: 5px;
}

.list-title {
  overflow: hidden;
  margin: .35714em;
  color: #434343;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.game-container {
  margin: 30px 0;
}

h3.item-title,h1.item-title {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.3rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}

.item-title i {
  margin-right: 9px;
}

.item-title .title-right {float:right;}

.item-grid {
  padding-right: 10px;
  padding-left: 10px;
}

ul.list-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.list-categories li {
  float: left;
  display: block;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 15px;
  border: 1px solid #ccc;
  margin: 8px;
  color: #2c3e50;
}

.list-categories li:hover {
  background-color: #899fb5;
  color: #fff;
  border: 1px solid #899fb5;
}
