/*
PROJECT KHS
Created by Corey Robinson 2020
*/
#team-overview, #region-overview, #district-overview, #record-overview, #player-overview, #Game-overview{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
#overview-header{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 32;
    font-weight: bolder;
}
#team-season-div, #region-season-div, #district-season-div, #season-div, #player-season-div{
    font-size: 18;
    font-weight: 600;
    text-align: center;
}
#logo-metrics{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#team-logo-div{
    display: flex;
    height: 225px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#team-logo-div img{
    max-width: 100%;
    max-height: 100%;
}
#team-overview-metrics{
    display: flex;
    flex-direction: column;
    font-size: 24;
    margin-left: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}