.navbarY{
	height:		0;
	overflow:	hidden;
	transition:	height 0.2s ease;
}

.navbarY.open{
	height:		900px;
}
