:root {
  --dark-color: #000;
  --grey-color: #585858;
  --pink-color: #FF58B5;
  --light-grey-color: #D9D9D9;
  --white-color: #FFF;
}

a {
  text-decoration: none;
}

.card-img-overlay {
  padding: 0 !important;
}

.custom-navbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  transition: top 0.3s;
}

.video-responsive {
  overflow: hidden;
  top: 60px;
  padding-bottom: 65%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  right: 100px;
  top: 40px;
  height: 60%;
  width: 50%;
  position: absolute;
}

.is-visible {
  opacity: 1;
}

.games-container {
  background-color: var(--white-color);
  color: var(--grey-color);
}

.game-card {
  width: 500px;
}

.game-card-body {
  background: rgba(0, 0, 0, 0.3);
}

.about-container {
  height: 70vh;
  background-color: var(--light-grey-color);
  color: var(--grey-color);
  padding: 3rem;
}

.about-content-box {
  border-left: 5px var(--pink-color) solid;
}

.contact-container {
  height: 70vh;
  background-color: var(--white-color);
  color: var(--grey-color);
}
.contact-container a {
  color: var(--grey-color);
  opacity: 1;
  transition: 0.3s;
}
.contact-container a:hover {
  opacity: 0.7;
}

.footer {
  background-color: var(--dark-color);
}

.footer p {
  color: var(--light-grey-color);
  font-weight: 500;
}

@media (max-width: 576px) {
  .game-card {
    width: 400px;
  }

  .logo-text {
    display: none;
  }

  .video-responsive iframe {
    display: flex;
    justify-content: center;
    left: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .video-responsive iframe {
    display: flex;
    justify-content: center;
    position: absolute;
  }

  .game-card {
    padding: 70px !important;
  }
}
@media (max-width: 768px) {
  .about-container {
    height: unset;
  }

  .games-container {
    height: unset;
  }
}
@media only screen and (min-width: 1000px) {
  .carousel-inner-container {
    height: 100vh;
  }
}

/*# sourceMappingURL=index.css.map */
