#logo-header {
    width: 40vh;
}

@font-face {
    font-family: 'buzz';
    src: url('old_sport_02_athletic_ncv-webfont.woff2') format('woff2'),
         url('old_sport_02_athletic_ncv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.title-header, .title-header:hover{
    color: #ffffff;
    text-decoration: none;
    font-family: "buzz";
    
}
.nav-link {
    font-family: "buzz";
    font-size: 0.7rem;
}
section {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

#custom-header {
    height: 100vh;
}

.font-white {
    color: #c9e3f2;
}

.bg-primary {
    color: #452801
}
.navbar-hide {
    visibility: hidden;
}
section {
    padding-bottom: 1rem;
}
#scrolldown {
    font-size: 5vh;
    color: #454545;
    font-style: normal;
    font-family: Helvetica;
    text-decoration: none;
}

.ml-auto {
    margin-left: auto;
}

#navbarResponsive {
    color: white;
}
h2 {
    padding-top: 0.6rem;
}
.hide-header {
    display: none;
}

.team-pic {
    padding: 10px;
}


h1, h2, h3, h4 {
    font-family: "buzz";
}
  
.overlay {
    
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(250, 166, 10, 0.7);
    
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  
  .text {
    white-space: nowrap;
    color: rgb(00, 57, 113);
    font-size: 1rem;
    position: absolute;
    overflow: hidden;
    padding: 1rem 1rem 1rem 1rem;
  }

  .sponsor-logo {
      padding-bottom: 2rem ;
  }

  .infos {
      margin-bottom: 1rem;
  }

  .player-info {
      padding: 0.4rem;
      border: 2px solid rgb(250, 166, 10);
      border-radius: 3%;
      
      
  }

  .player-title {
    
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-family: "Passion One", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: 700;
        line-height: 1.2;
        font-size: 1rem;
      
  }

  .ff-position {
      color:rgb(00, 57, 113);
      font-size: 1rem;
      text-align: center;
      border-bottom: 0.125rem solid rgb(00, 57, 113, 0.8);
      padding: 0.2rem 0.2rem 0.2rem 0.2rem;
      
  }

  .player-property-title {
    font-size: 0.6rem;
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }
  .player-property-value {
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }

  .player-property-box-right, .player-property-box-left {
    padding: 0.7rem;
    background-color: rgb(250, 166, 10, 0.8);
    border-radius: 10%;
    margin: 0.5rem;

  }

  .player-property-box-left {
    flex: 0 0 auto;
    width: 40%;
    padding-left: 3%;
    padding-right: 1%;
    
  }

  .player-property-box-right{
    flex: 0 0 auto;
    width: 40%;
    padding-left: 1%;
    padding-right: 3%;
  }

  .card-game {
    margin: 5px;
    text-align: center;
    color: black;
  }

  .card-result {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 5px;
    
  }

  #player-stats-table {
    
    padding: 15px; 

  }
table {
    width: 100%;
    margin-bottom: 1rem;
    color:  rgb(00, 57, 113);
  vertical-align: top;
  border-color: #dee2e6;
  background-color:rgb(175, 190, 206)
}
th,td {
    text-align: center;
}

.th-top {
    background-color: rgb(238, 238, 238);
    
}
.name-td {
    text-align:left;
    padding-left: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px rgb(00, 57, 113);
}
.stats-th .stats-td {
    margin-left:10px;
    margin-top:10px;
}

.player-pic-stats {
    width: 60px;
    border-radius: 50%;
    border: 2px rgb(00, 57, 113) solid;
}

.next-games-date {
    border-right: #A0A0A0 2px solid;
    text-align: left;
    padding: 10px 10px 10px 20px;
}

.next-games-place {
    border-right: #A0A0A0 2px solid;
    text-align: left;
    padding: 10px 10px 10px 10px;
}
.next-games-opponent{
    text-align: right;
    padding: 10px 20px 10px 10px;
}

