.backgroundImage {
	/* text-align: center;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center; */
	height: 99%;
	width: 100%;
}

.nav__logo {
	width: 15rem;
}

.hidden{
	opacity: 0;
	transition: all 1s;
}

.show{
	opacity: 1;
}
