body {
  background-color: #f5f6fa;
}

.logo__2 {
  display: none;
}

.wrow {
  border-bottom: lightgrey 0.2px solid;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.navbar {
  background-color: #fff;
}
.navbar li a {
  font-size: 125%;
  font-weight: 600;
  color: #535c68;
  transition: 0.2s;
}
.navbar li a:hover {
  color: #262a2f;
  transition: 0.2s;
}

.top-slider {
  margin-top: -5%;
}
.top-slider img {
  filter: brightness(50%);
}
.top-slider .carousel-control-prev {
  bottom: 0;
  top: 20%;
}
.top-slider .carousel-control-next {
  bottom: 0;
  top: 20%;
}
.top-slider .carousel-indicators {
  bottom: 0;
  top: 90%;
}
.top-slider .carousel-caption {
  bottom: 0;
  top: 50%;
}
.top-slider .carousel-caption h1 {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 605%;
  transition: 0.2s;
}
.top-slider .carousel-caption p {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 235%;
  transition: 0.2s;
}

.RLP {
  margin: auto !important;
  text-align: center;
}

.other__div--rlp img:hover {
  cursor: pointer;
  filter: brightness(65%);
  transition: 0.3s;
}
.other__div--rlp a {
  color: #454740;
  font-size: 1.32rem;
}
.other__div--rlp a img {
  transition: 0.3s;
}

.intro__title {
  text-align: center;
}
.intro__title h3 {
  font-weight: 300;
  font-size: 2.25rem;
  color: #565950;
}

.section-line {
  text-align: center;
}
.section-line i {
  color: #f6bb42;
  font-size: 18px;
  line-height: 1;
}

.section-line::before {
  float: left;
  background: #d9d9d9;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}

.section-line::after {
  float: right;
  background: #d9d9d9;
  content: "";
  height: 2px;
  margin-top: 10px;
  width: 48%;
}

.intro-text {
  color: #454740;
  font-size: 1.05rem;
}

.sponsors div img {
  width: 85% !important;
}

.footer__1 {
  background-color: #70727d;
}
.footer__1 a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}
.footer__1 a i {
  font-size: 150%;
}
.footer__1 a:hover {
  transition: 0.3s;
  color: #fefefe;
}

footer {
  background-color: #15151e;
}
footer ul {
  list-style-type: none;
}
footer ul a {
  color: #70ca63;
  transition: 0.2s;
}
footer ul a:hover {
  transition: 0.2s;
  color: #4aae3b;
}

.footer__ul-1 {
  font-size: 90%;
}

.footer__ul-2 {
  font-size: 70%;
}

.footer__bolder {
  color: #888888;
  font-weight: 600;
}

.footer__normal {
  color: #777;
}

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

@media (max-width: 1623px) {
  .carousel-caption {
    margin-top: -23px;
  }
  .carousel-caption h1 {
    transition: 0.2s;
    font-size: 560% !important;
  }
  .carousel-caption p {
    transition: 0.2s;
    font-size: 180% !important;
  }
}
@media (max-width: 1300px) {
  .navbar-brand img {
    height: 4.6vh;
    transition: 0.2s;
  }

  .navbar li a {
    font-size: 100%;
    transition: 0.2s;
  }

  .carousel-caption {
    margin-top: -53px;
  }
  .carousel-caption h1 {
    transition: 0.2s;
    font-size: 540% !important;
  }
  .carousel-caption p {
    transition: 0.2s;
    font-size: 150% !important;
  }
}
@media (max-width: 1100px) {
  .other__div p {
    font-size: 88%;
    transition: 0.2s;
  }
  .other__div a {
    font-size: 77%;
    transition: 0.2s;
  }

  .footer__ul-1 li {
    font-size: 70%;
  }

  .carousel-caption {
    margin-top: -63px;
  }
  .carousel-caption h1 {
    transition: 0.2s;
    font-size: 470% !important;
  }
  .carousel-caption p {
    transition: 0.2s;
    font-size: 110% !important;
  }
}
@media (max-width: 850px) {
  .other__div p {
    font-size: 83%;
    transition: 0.2s;
  }
  .other__div a {
    font-size: 73%;
    transition: 0.2s;
  }

  .carousel-caption {
    margin-top: -17px;
  }
  .carousel-caption h1 {
    transition: 0.2s;
    font-size: 320% !important;
  }
  .carousel-caption p {
    transition: 0.2s;
    font-size: 80% !important;
  }

  .sponsors div img {
    width: 165% !important;
  }
}
@media (max-width: 767px) {
  .top-slider {
    margin-top: 10%;
  }

  .carousel-inner {
    margin-top: 10% !important;
  }

  .carousel-caption h1 {
    transition: 0.2s;
    font-size: 120% !important;
  }
  .carousel-caption p {
    transition: 0.2s;
    font-size: 20% !important;
  }

  .games__div h4 {
    font-size: 140% !important;
  }
}
@media (max-width: 500px) {
  .carousel-inner {
    margin-top: 22% !important;
  }

  .carousel-caption p {
    font-size: 80% !important;
    transition: 0.2s;
  }

  .navbar-brand img {
    margin-left: -50px;
  }

  .footer__1 h3 a {
    font-size: 20px;
  }

  .intro-text {
    font-size: 90%;
  }

  .footer__bolder {
    font-size: 90%;
  }

  .footer__img img {
    width: 80%;
  }
}
@media (max-width: 376px) {
  .navbar-brand {
    margin-right: -0.2px !important;
  }

  .intro__title h3 {
    font-size: 1.92rem;
  }

  .footer__1 h3 a {
    font-size: 17px;
  }

  .intro-text {
    font-size: 85%;
  }
}
@media (max-width: 321px) {
  .intro-text {
    font-size: 77%;
  }

  .logo__1 {
    display: none;
  }

  .logo__2 {
    display: initial;
    margin-top: -10px;
  }

  .navbar {
    min-height: 80px;
  }
  .navbar button {
    margin-top: -10px;
  }

  .carousel-caption {
    margin-top: -45px;
  }

  .section-line::before {
    width: 45%;
  }

  .section-line::after {
    width: 45%;
  }

  .intro__title {
    margin-top: -70px;
  }
  .intro__title h3 {
    font-size: 1.72rem;
  }

  .games__div h4 {
    font-size: 16px !important;
  }

  .footer__1 {
    height: 50px;
  }
  .footer__1 h3 {
    margin-top: -45px;
  }
  .footer__1 h3 a {
    font-size: 14.5px;
  }

  .footer__img img {
    width: 90%;
  }

  .footer__bolder {
    font-size: 40%;
  }

  .other__div:last-of-type {
    margin-bottom: -170px;
  }

  .game {
    padding-top: 105px !important;
  }

  .sponsors {
    margin-bottom: -120px !important;
  }

  .footer__ul-1 li {
    font-size: 60%;
  }
}

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