#mainBar {
}

.navdiv {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#logo_box {
    display: flex;
    align-items: center;
}

.logo_img {
    height: 2.5em;
    margin-left: 1em;
    margin-right: 1em;
}


#logo_txt {
    font-size: 1.5em;
}

#logo_txt_a {
    color: white;
    text-decoration: none;
}

#logo_txt_a:hover {
    color:silver;
    text-decoration: none;
}

.nav_team_logo {
    height: 2em;
}

.nav_info {
    height: 1.75em;
}

#player_search_li {
    min-width: 180px;
}

.menu-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


#nav_teams_horizontal {
    display: flex;
    gap: .75em;
}

#accountBar {
    font-size: 17px;
    align-items: center;
}

#teams_button_div {
    display: none;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

#teams_button {
    height: 2.2em;
}

#teams_button_txt {
    font-size: 1.25em;
}


.mainLink {
    font-size: 1.25rem;
    line-height: 1.2;
    color: var(--bs-link-color);
}

.mainLink:hover {
    color: var(--bs-link-hover-color);
}

.mainLinkItem {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: .5em;
    color: var(--bs-link-color);
}

.mainLinkItem:hover {
    text-decoration: underline;
    color: var(--bs-link-hover-color);
}

.dropdown-item:hover {
    background-color: var(--bs-body-bg);
}

.dropdown-menu {
    background-color: #1a1a1a;
}
