
.nav-brandingblack 
{
	color: black;
}
.navbar {  
    z-index: 99999; 
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

  
}

@media only screen and (max-width: 850px) {

	
	.navbar {  
		height: 70px;
		z-index: 99999; 
		position: fixed;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}