#community_nav_container{
    background-color: #353d49;
    width: 50vw;
    height: 50px;
    position: fixed;
    margin-top: -3vh;
    left: 25%;
    top: 11vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
}

.community_nav_item>img{
    max-height:25px;
    margin-right: 10px;
}
.community_nav_item>h3{
    color: white;
    font-family: 'montserrat_bold';
    font-weight: normal;
}
.community_nav_item{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.nav_active{
    
    border-bottom: 2px solid #FFEB3B;
}

.nav_active>h3{
    color: #FFEB3B!important;
}
