.headnav{
  background: #1f282f;
}
 
 .headline {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #920000;
  text-decoration-thickness: 10px;
  margin-bottom: 3rem;

}
.rating {
  background: #1f282f;
  padding: 1rem 0;
}
.board {
  background: #1f282f;
  padding: 4rem 0;
}
.tab-content h3 {
  color: #920000;
  text-transform: uppercase;
}
.tab-content p ,.tab-content a{
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.tab-pane {
  padding: 0 2rem;
  color: #ffffff !important;
}
.nav-tabs a.active {
  background-color: #920000;
}
.nav-tabs li.active {
  background-color: #920000 !important;
}

[data-tab-content] {
  display: none;
  /* border: 10px solid #920000; */
}
.active[data-tab-content] {
  display: block;
  padding: 5rem 2rem;
}
.tab-content p ,.tab-content h6{
  color: #fff !important;
}
.tab {
  cursor: pointer;
  padding: 10px;
  padding: 0.8rem 3rem;
}
.tab.active {
  background-color: #920000;
}
.tab:hover {
  background-color: #920000;
}
.tabs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tab a {
  color: #ffffff !important;
}
/* dadadada  */

.fa-caret-right:before {
  content: "";
 
}
.fa-caret-left:before {
  content: "";
 
}

/* Modal */

.modal.show .modal-content {
  max-width: none;
  width: 95vw;
  background-color: #1f282f;
  color: white;
  border: 5px solid #920000;
  padding-bottom: 5rem;
  padding-left: 10px;
}
.modal.show .modal-dialog {
  max-width: none;
  width: 1000px;
  
}
.modal-header button {
    color: #920000;
    background-color: #1f282f;
    font-size: 30px;
    padding: 0px 5px;
}
.modal-header button:hover{
  color:#920000;
 
}
.modal-body{
  font-size: 24px;
  padding: 2rem 0 0;
}
.modal-body .bio{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  max-width: 40ch;
}

.fighter-modal-card {
    background: #920000;
}

#modalFighterImage {
    width: 300px;
    height: 350px;
    object-fit: cover;
    border: solid 3px #920000;
}


/* Track */
.scrollspy-example {
    position: relative;
    height: 195px;
    overflow: auto;
    margin: 0 2rem 0 0;
}
  .scrollspy-example::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #C4C4C4; 
    border-radius: 10px;
    background: #C4C4C4; 
    border-left: 2px solid white;
    border-right: 2px solid white;
  }
  
  /* Handle */
  .scrollspy-example::-webkit-scrollbar-thumb {
    background: #920000;
    border-radius: 16px;
   
  
  }
  
  /* Handle on hover */
  .scrollspy-example::-webkit-scrollbar-thumb:hover {
    background: #920000;
  }

  ::-webkit-scrollbar {
    width: 7px;
    height: 69px;
  }

@media (max-width: 990px) {
    .modal-body .bio {
        max-width: 90ch;
    }

    .modal-fighter-info {
        max-width: 80vw;
    }

    .fighter-image-column {
        /*height: 200px;*/
        margin-bottom: 30px;
    }

    #modalFighterImage {
        width: 200px;
        height: 250px;
    }

    .modal-fighter-info-col {
        padding-left: 50px;
    }
}
