.navbar-text{
    color: #fff;
    padding: 1rem;
    margin: 1rem;
    padding-bottom: 0;
}

.bmw-logonav-link{
    padding-bottom: 0;
    padding: 1rem;
    margin: 0 1rem;
}

.nav-link{
    color: #fff !important;
    text-decoration: none;
    padding: 1rem !important;
    padding-bottom: 0;
    margin: 1rem 2rem;
    text-align: center;
}

.navbar-bmw {
    padding-bottom: 0;
    height: 5.9rem;
    background-color: rgba(0,0,0, 0.5);
}

#popUpSection{
    display: flex;
    align-items: center;
    height: 6rem;
    padding-bottom: 0;
    border-bottom: 3px solid white;
}

#popUpSection:hover{
    border-bottom: 3px solid #0066B1;
}

.navbar-bmw-active{
    background-color: #414141;
}

#nav-item-locations{
    padding-bottom: 0;
    height: 6rem;
    border-bottom: 3px solid white;
}

#nav-item-locations:hover{
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid #0066B1;
    background-color: rgba(255,255,255, 0.3);
}

.ctaButtonContainer{
    padding-bottom: 0;
    display: flex;
    align-items: center;
    height: 6rem;
    margin-left: auto;
}

.ctaButtonContainer:hover{
    text-decoration: none;
    background-color: rgba(255,255,255, 0.3);
}

.cta-buttom{
    background-color: transparent;
    padding: 0.5rem;
    padding-bottom: 0;
    border: 3px solid #FFFFFF;
}

.container-top-navigation{
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .navbar-text{
        padding: 0;
    }
    
    .nav-link{
        padding: 0;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .cta-buttom{
        padding: 0.5rem;
        border: 3px solid #FFFFFF;
        border-radius: 6px;
    }

    .navbar-bmw {
        width: 100%;
        height: 7rem;
    }
}

