/*
PROJECT KHS
Created by Corey Robinson 2020
*/
#district-teams{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    width: 100%
    font-family: 'Open Sans', sans-serif;
}
#district-team-logo-div{
    height: 100px;
    margin-left: auto;
    margin-right: 5px;
}
#district-team-logo-div img{
    height: 100%;
}
#district-team{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}
#district-team-overview-metrics{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    font-weight: 900;
    margin-left: 5px;
    margin-right: auto;
}
#district-team-logo-metric{
    display: flex;
    flex-direction: row;
}
#district-team-name{
    margin-left: auto;
    margin-right: auto;
    font-size: 20;
    text-align: center;
}
#region-teams{
    height: 900px;
}
#team-holder{
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 825px;
    max-height: 900px;
    margin-bottom: 25px;
}