body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  /* background:#0f0f0f; */
  /* background:#0f0f0f; */

  color: #fff;
}


/* bio */
.bio {
  background-color: #ffffff;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
}

.bio-font {
  justify-content: center;
  /* max-width: 1000px;          */
  padding-left: 40px;
  padding-right: 40px;
  margin: 40px auto;
  font-size: 21px;
  line-height: 1.5;
  text-align: justify;
  color: #000000;

  letter-spacing: 0.3px;
  word-spacing: 1px;
}
.source-font{
  justify-content: center;
   
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #493232;
  /* letter-spacing: 0.3px;
  word-spacing: 1px; */
}
/* STATS */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 40px 10%;
}

.stat-card {
  background: #1c1c1c;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #333;
}

.stat-card h2 {
  color: red;
}

/* RECORD */

/* Champin record  */

.chmp-fight-container {
  max-width: 100%;
  /* background-color: #b90000; */
  color: rgb(0, 0, 0);
  margin-left: 55px;

}

/* Enables horizontal swipe */
.fight-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

}

.chmp-fight-row {
  min-width: 850px;
  /* KEY for swipe */
  display: grid;
  grid-template-columns:
    250px 350px 160px 200px 120px 190px 1fr;
      
  /* Level column */
  padding: 10px;
  border-bottom: 1px solid #eee;
  align-items: center;
  /* color: aquamarine; */
  font-size: 26px;
  /* background-color: #1ae835; */
}

.chmp-fight-header {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  text-transform: uppercase;
  font-size: 26px;

}
.chmp-fight-row:hover {
  background: #f9f9f9;
}
h1{
  color: #b90000;
}
/* Amateur Record History */
.fight-container {
  max-width: 100%;
  color: rgb(0, 0, 0);
  margin-left: 55px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


.fight-row {
  display: grid;
  grid-template-columns: 250px 375px   160px 200px 90px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  align-items: center;
  font-size: 28px;
  /* background-color: #b90000; */

}

h2 {
  margin-bottom: 15px;
  padding-left: 10px;
}

.fight-header {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  text-transform: uppercase;
  font-size: 25px;
}

.fight-row:hover {
  background: #f9f9f9;
}

.opponent {
  color: #1a73e8;
   
}

.win {
  color: green;
  font-weight: bold;
}

.loss {
  color: red;
  font-weight: bold;
}


.last_images{
  display: flex;
  direction: row;
  margin-top: 80px;
  padding: 20px;
  overflow-x: auto;
  border: #000;

 
  -webkit-overflow-scrolling: touch;
    background-color: #2f2f2f;
}
.last_images div img{
  height: 360px;
  
  border-radius: 15px;
  margin-right: 20px;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 20px;
  background: #000;
  opacity: 0.6;
}


@media (max-width: 980px) {
  .bio-font {

    /* max-width: 1000px;          */
    color: #b90000;
    padding-left: 55px;
    padding-right: 55px;
    margin: 40px auto;
    font-size: 25px;
    line-height: 1.5;
    text-align: justify;
    color: #000000;
    letter-spacing: 0.3px;
    word-spacing: 1px;
  }
}



/* chmp fight record */

/* Champin record  */
/* 
.chmp-fight-container {
  max-width: 100%;
  background-color: #b90000;
}

/* Enables horizontal swipe */
/*.fight-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.chmp-fight-row {
  min-width: 850px; /* KEY for swipe */
/* display: grid;
  grid-template-columns: 
    140px 
    350px 
    60px 
    220px 
    160px 
    120px; /* Level column */
/* padding: 10px;
  border-bottom: 1px solid #eee;
  align-items: center;
  font-size: 30px;
}
.chmp-fight-header {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  text-transform: uppercase;
  font-size: 30px;
} */
