.menuBg{
	bottom: 50px !important;
    max-height: calc(100% - 50px) !important;
}
.nodeImage{
	border-radius: 50% !important;
	overflow: hidden !important;
	transition: box-shadow 0.3s ease !important;
}
.nodeTitle{
	backdrop-filter: blur(20px) !important;
	-webkit-backdrop-filter: blur(20px) !important;
	transition: background-color 0.2s ease !important;
}
.nodeTitle.active{
	font-weight: bold !important;
	cursor:default !important;
}
.nodeTitle.hovered{
	transition: background-color 0s ease !important;
}
.nodeTitle .nodeImage img{
	transition: transform 0.3s ease !important;
}
.nodeTitle.hovered .nodeImage{
	box-shadow: 0 0 0 3px #ffffff40 !important;
}
.nodeTitle.hovered .nodeImage img{
	transform: scale(120%) !important;
}
.mainMenuContainer{
	transition: transform 0.7s cubic-bezier(.81,.07,.46,.98) !important;
}
.mainMenuContainerHidden{
	transform: translateY(100%) !important;
}