/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani&display=swap");
body {
  background-color: #2874DE;
  color: #2874DE;
  background: url("../img/background_01.jpg") fixed;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important; }

.font-bebas {
  font-family: 'Bebas Neue', cursive; }

.font-roboto {
  font-family: 'Roboto Condensed', sans-serif; }

.font-rajdhani {
  font-family: 'Rajdhani', sans-serif; }

.cust-bg-nav {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  backdrop-filter: blur(4px); }
  .cust-bg-nav .nav-item a {
    color: #ffffff !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 15px;
    margin-right: 15px;
    text-shadow: 3px 3px 3px #000000;
    font-size: calc(0.8rem + 0.5vw); }
  .cust-bg-nav .nav-item a:hover {
    border-bottom: 3px solid #742DFA; }
  .cust-bg-nav .active {
    color: #ffffff !important;
    border-bottom: 3px solid #2874DE; }
  .cust-bg-nav .join {
    background-color: #FFCE00;
    color: #000 !important;
    border: 1px solid #FFF;
    border-radius: 5px; }

a {
  text-decoration: none; }

.socialicon {
  color: #fff !important;
  font-size: 40pt; }

.cust-title {
  color: #ffffff;
  font-size: calc(0.8rem + 0.3vw);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding-left: 10px;
  backdrop-filter: blur(4px); }

.spotlight {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  height: 445px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 350px;
  filter: drop-shadow(1px 1px 4px rgba(255, 255, 255, 0.3)); }
  .spotlight .title, .spotlight .title-sm {
    color: #ffffff !important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 2.5rem;
    backdrop-filter: blur(4px); }
  .spotlight .title {
    font-size: calc(2.5rem + 0.5vw); }
  .spotlight .title-sm {
    font-size: calc(1.5rem + 0.2vw);
    line-height: calc(2rem + 0.5vw); }
  .spotlight .titleblur {
    backdrop-filter: blur(4px); }

.news {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  height: 445px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 285px;
  filter: drop-shadow(1px 1px 4px rgba(255, 255, 255, 0.3)); }
  .news .newstitle {
    color: #fff !important;
    font-family: 'Rajdhani', sans-serif;
    font-size: calc(2rem + 0.5vw) !important;
    font-weight: bold;
    line-height: calc(1.8rem + 0.5vw) !important;
    text-shadow: 2px 2px 5px black;
    backdrop-filter: blur(4px);
    text-align: left;
    padding: 10px; }
  .news .text {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 1.1rem;
    text-align: justify;
    height: 80px; }
  .news .lower {
    padding: 10px; }
  .news .date {
    display: inline;
    font-size: 0.9rem;
    font-weight: normal; }
  .news .button {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.9rem; }

.caro-arrow {
  border: 0;
  background: none;
  color: #ffffff;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0; }

.match {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 10px;
  filter: drop-shadow(1px 1px 4px rgba(255, 255, 255, 0.3)); }
  .match .win {
    font-weight: bold;
    height: 15px;
    color: #fff;
    background-color: #742DFA;
    width: 35px;
    border-radius: 5px;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .match .nowin {
    height: 15px;
    margin-bottom: 10px; }
  .match .location {
    color: #2874DE !important; }
  .match .middle {
    color: #000;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif; }
    .match .middle .line1 {
      font-size: 1rem;
      font-weight: bold; }
    .match .middle .line2 {
      font-size: 1rem; }
    .match .middle .line3 {
      line-height: 2.5rem;
      font-size: 1.2rem;
      font-weight: bold; }
  .match .score {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0; }
    .match .score .number {
      display: inline;
      font-size: 2rem;
      color: #000;
      margin: 5px;
      letter-spacing: -0.15rem; }
    .match .score .sep {
      display: inline;
      height: 100%;
      background: #2874DE;
      padding: 20px 1px 10px 1px; }
  .match .player .icon {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff !important; }
  .match .player .name-line1 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    color: #000;
    line-height: 1.8rem; }
  .match .player .name-line2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
    line-height: 1rem; }

.page-title {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  height: 5rem; }
  .page-title .title {
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    padding-top: 1rem;
    font-size: 2.7rem;
    line-height: 3.5rem;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 3px; }

.level-1 {
  background-color: rgba(255, 215, 0, 0.3); }

.level-2 {
  background-color: rgba(80, 80, 80, 0.5); }

.level-3 {
  background-color: rgba(150, 116, 68, 0.3); }

.player-block .player-img {
  height: 20rem;
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
  border-radius: 5px;
  padding-top: 15rem; }
.player-block .name-plate {
  backdrop-filter: blur(4px);
  border-radius: 5px;
  padding: 10px 0 10px 0; }
.player-block .player-name1, .player-block .player-name2 {
  margin-left: 20px;
  margin-right: 20px;
  line-height: 1.5rem;
  font-size: 1.5rem; }
.player-block .player-name1 {
  font-family: 'Rajdhani', sans-serif;
  color: #fff; }
.player-block .player-name2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff; }

.dir {
  list-style: none;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center; }
  .dir .dir-title {
    display: inline;
    padding-right: 20px;
    color: #fff; }
  .dir .dir-item {
    display: inline;
    color: #2874DE;
    padding-left: 5px;
    padding-right: 5px; }
  .dir .dir-sep {
    display: inline; }
  .dir a .dir-item {
    color: #fff;
    text-decoration: none;
    font-weight: bold; }
  .dir a .active {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.3); }

.dir-letter {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 40px;
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  font-family: 'Rajdhani', sans-serif; }

.stats-top .player-img {
  height: 15rem;
  width: 15rem;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
  border-radius: 50%; }
.stats-top .stat-block {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  border-radius: 5px;
  padding: 10px 0 10px 0; }
  .stats-top .stat-block .player-name1 {
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 2.5rem;
    line-height: 2.5rem; }
  .stats-top .stat-block .player-name2 {
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 3rem;
    line-height: 3rem; }
  .stats-top .stat-block .player-home1 {
    color: #fff; }
  .stats-top .stat-block .stat-title {
    color: #fff; }
  .stats-top .stat-block .stat-value {
    color: #2874DE;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3rem;
    line-height: 3rem; }
  .stats-top .stat-block .bio {
    text-align: justify;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem; }

.graph {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  border-radius: 5px;
  padding: 10px 0 10px 0;
  margin: 0 5px 0 5px; }

.block-standing {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 3px;
  filter: drop-shadow(1px 1px 4px rgba(255, 255, 255, 0.3));
  margin: 0; }
  .block-standing .place {
    font-size: 2rem;
    color: #ffffff; }
  .block-standing .player-img {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff !important; }
  .block-standing .player-name {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
    line-height: 1rem; }
  .block-standing .points {
    font-size: 2rem;
    color: #742DFA;
    font-family: 'Roboto Condensed', sans-serif; }

.standings {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 10px;
  filter: drop-shadow(1px 1px 4px rgba(255, 255, 255, 0.3)); }
  .standings .player-img {
    height: 5rem;
    width: 5rem;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top !important;
    border-radius: 50%; }
  .standings .place {
    font-size: 18pt;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    width: 3rem; }
  .standings .playername {
    font-size: 25pt;
    color: #000;
    font-family: 'Rajdhani', sans-serif;
    line-height: 25pt; }
  .standings .playerscore {
    font-size: 40pt;
    width: 150px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: right; }
  .standings .arrowup {
    color: #00B520;
    font-size: 20pt;
    width: 30px;
    text-align: right; }
  .standings .arrowdown {
    color: #CD0000;
    font-size: 20pt;
    width: 30px;
    text-align: right; }

.sched {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  backdrop-filter: blur(4px);
  padding: 10px;
  margin: 10px 0 0 0;
  filter: drop-shadow(1px 1px 4px rgba(255, 255, 255, 0.3)); }
  .sched .location {
    width: 100px; }
  .sched .type {
    color: #742DFA;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4rem; }
  .sched .middle {
    margin-top: 40px;
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
    font-size: 2rem;
    font-weight: bold; }
  .sched .lower {
    margin-top: 40px; }
    .sched .lower .date1 {
      color: #000000;
      font-family: 'Rajdhani', sans-serif;
      font-size: 2.5rem;
      line-height: 1.1rem;
      font-weight: bold; }
    .sched .lower .date2 {
      color: #000000;
      font-family: 'Bebas Neue', cursive;
      font-size: 3rem;
      line-height: 3.5rem; }
    .sched .lower .time1 {
      color: #000000;
      font-family: 'Rajdhani', sans-serif;
      font-size: 1.5rem;
      line-height: 0.5rem; }
    .sched .lower .time2 {
      color: #000000;
      font-family: 'Bebas Neue', cursive;
      font-size: 1.8rem; }

.row-sponsor {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  backdrop-filter: blur(4px);
  padding: 10px;
  margin: 10px 0 0 0;
  filter: drop-shadow(1px 1px 4px rgba(255, 255, 255, 0.3)); }

.roundimg {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  filter: drop-shadow(1px 1px 4px rgba(255, 255, 255, 0.3)); }

.article {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  filter: drop-shadow(1px 1px 4px rgba(255, 255, 255, 0.3));
  backdrop-filter: blur(4px); }
  .article .title {
    color: #000;
    font-size: 1.5rem; }
