  
.divider {
    display: block;
    width: 6rem;
    height: 0.3rem;
    background-color: #dfe1e5;
    margin: 2rem auto;
}

    
.navbar-trans {
    background: transparent; 
}

a.logo:hover, a.logo:active, a.logo:focus{
    text-decoration: none; 
    color:white !important;
}

li.nav-item .btn-white {
    color: white; 
}
  

