body,
html {
  background-color: #f1f1f1;
}

body {
  overflow-x: hidden;
}

.section-heading {
  font-size: 1.1rem;
  color: #de4d44;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #49b79c;
}
#navbar {
  padding: 12px;
}
.navbar-brand {
  color: #de4d44;
}
.navbar-brand:hover {
  color: #f46156;
}
.btn-custom {
  color: #de4d44;
  border: 1px solid #de4d44;
}
.btn-green {
  background-color: #49b79c;
  color: #fff;
}
.btn-green:hover {
  background-color: #409d86;
  color: #fff;
}
.navbar-expand-md {
  z-index: 99;
  background: #f1f1f1;
  padding: 0;
}
.navbar-expand-md .container .navbar-toggler {
  display: block;
}

/* Hamburger Ends */

/* SideNav Starts */

.sidenav {
  width: 75vw !important;
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 10;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  /* transition: 0.5s; */
  border-left: 3px solid #49b79c;
}

.sidebar-section {
  width: 100vw;
  height: 100vh;
  right: -110%;
  top: 0;
  z-index: 200;
  position: fixed;
  /* transition: 0.1s; */
  overflow-y: scroll;
}
.single-game-card {
  cursor: pointer;
}
.shadow-bg {
  width: 25vw;
  height: 100vh;
  background-color: #838689;
  opacity: 0.7;
  overflow-y: scroll;
}

.sidenav-section-active {
  display: flex;
  right: 0;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#sidenav-sub-section > div > div {
  gap: 10px;
}

#sidenav-sub-section > div > div > div {
  gap: 10px;
}

.sidenav-items-heading-1,
.sidenav-items-heading-2 {
  font-size: 1.125rem;
  font-weight: 500;
}

.sidenav-active-heading,
.sidenav-items-heading-2 {
  color: #de4d44;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/* SideNav Ends */

.card {
  border: 0px !important;
}
.featured-games {
  background-color: #fff;
}

div.card {
  place-items: center;
}
section.featured-games > div > div > div {
  color: #f1f1f1;
  font-size: 0.9rem;
  height: fit-content;
}
.card-footer {
  background-color: #de4d44;
}
.games-main-thumbnail {
  border-radius: 10px 10px 0px 0px;
  border: 0px;
}
@media (max-width: 576px) {
  .games-main-thumbnail {
    border-radius: 10px 10px 0px 0px;
    border: 0px;
    width: 165px;
    height: 165px;
    max-width: 165px;
    max-height: 165px;
  }

  .flex-nowrap {
    flex-wrap: nowrap !important;
    overflow-x: hidden;
  }
}

@media (min-width: 576px) {
  .games-main-thumbnail {
    width: 180px;
    height: 180px;
    max-width: 180px;
    max-height: 180px;
  }

  .flex-nowrap {
    flex-wrap: nowrap !important;
  }
}

.cards-margin-bottom {
  margin-bottom: 4rem;
  margin-top: 2rem;
}

iframe {
  display: block;
  width: 100%;
  border: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.setIFrameToFullScreen {
  z-index: 300;
  position: fixed;
  top: 0;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
  color: #de4d44;
}
.svg-inline--fa.fa-w-12 {
  width: 0.75em;
  color: #de4d44;
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
  color: #de4d44;
}
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
  font-size: 1.5rem;
  color: #de4d44;
}
.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
  font-size: 1.75rem;
  color: #de4d44;
  cursor: pointer;
}
.sidenav-items-heading-1 a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #de4d44;
  text-decoration: none;
}
.sidenav-items-heading-1 a:hover {
  color: #f46156;
}
.sidenav-items-heading-2 a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #49b79c;
}
.sidenav-items-heading-2 a:hover {
  color: #368c77;
}
.PageHeadingIcon {
  font-size: 1.35rem;
}
.PageHeading {
  font-size: 1.5rem;
  color: #de4d44;
}
.PageSubHeading {
  font-size: 1.1rem;
  color: #49b79c;
}

.sidenav-logo-link {
  padding-left: 0 !important;
}

.sidenav-header {
  border-bottom: 3px solid #49b79c;
  padding-bottom: 10px;
  padding-left: 0;
}

/* Footer Starts */
footer {
  background-color: #fff;
  border-top: 3px solid #49b79c;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  /* height: 15%; */
  font-size: small;
  padding: 8px;
}
/* Footer Ends */
