body {
  background: #efefef;
  font-size: 16px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  h3 {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }
}

.select-title {
  text-align: center;
}

.select-title h3 {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

.select-title h3:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 4px;
  background-color: #ff5733;
  top: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 400px) {
  .select-title h3 {
    font-size: 6vw;
  }

  .select-title h3:before {
    width: 60%;
  }
}

/*! CSS Used from: https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css */
*,
::after,
::before {
  box-sizing: border-box;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h3 {
  font-size: 20px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.bg-white {
  background-color: #fff !important;
}

.my-3 {
  margin-top: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.text-center {
  text-align: center !important;
}

@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  h3 {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }

  .container {
    min-width: 992px !important;
  }
}

/*! CSS Used from: https://www.battleswin.com/css/styles2.css?v=1 */
.jumbotron {
  background: none;
  padding: 0;
  margin-bottom: 0px;
}

.game_card {
  padding: 15px;
  color: #2a2a2a;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.38);
  border-radius: 5px;
}

.game_card a {
  color: #2a2a2a;
}

.game_card a:hover {
  text-decoration: none;
}

.game_card:first-child {
  margin-top: 70px !important;
}

.game_card:last-child {
  margin-bottom: 60px !important;
}

.game_card .game_img {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}

.game_card img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

@media only screen and (min-width: 576px) {
  .games .container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-around;
  }

  .game_card {
    width: 31%;
    margin-top: 0 !important;
  }

  .game_card:first-child {
    margin-top: 0rem !important;
  }

  .game_card:last-child {
    margin-bottom: 1rem !important;
  }

  .game_card .game_img {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    overflow: hidden;
    max-height: 150px;
  }
}

@media only screen and (max-width: 576px) {
  body:not(.details) .game_card .game_img {
    height: 150px;
    overflow: hidden;
  }

  body:not(.details) .game_card {
    padding-bottom: 10px;
  }

  body .game_card:first-child {
    margin-top: 20px !important;
  }
}

.home-page .jumbotron.games .game_card img {
  transition: 0.5s;
}

.home-page .jumbotron.games .game_card:hover img {
  transform: scale(1.1);
}

.home-page .jumbotron.games .game_card h3 {
  transition: 0.3s;
}

.home-page .jumbotron.games .game_card:hover h3 {
  color: #ff5733;
}

@media (max-width: 991px) {
  .home-page .jumbotron.games .game_card h3 {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .home-page .jumbotron.games .game_card h3 {
    font-size: 14px;
  }
}
.logo {
  width: 180px;
}

.footer-copyright {
  background-color: #d7d7d7;
}


.welcome-section h1 {
    color: #dc3545;
    font-size: 28px;
    font-weight: bold;
}

.welcome-section h2 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

.welcome-section p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}