.body
{
	display: flex;
	flex-direction: row;
}

.button
{
	font-size: smaller;
}

.card
{
	width: 90%;
	max-height: 90%;
}

.separator_small
{
	height: 1vh;
}

@media screen and (max-height: 750px)
{
	.card
	{
		max-height: 75%;
	}
}

.header
{
	display: none;
}

.content
{
	height: 99vh;
}

.nav
{
	margin-top: 1vh;
	display: flex;
	flex-flow: column wrap;
	align-content: flex-start;
}
	
#homeButton
{
	order: 1;
}
	
#attelageButton
{
	order: 2;
}

#tractionButton
{
	order: 3;
}

#transportButton
{
	order: 4;
}

#commerceButton
{
	order: 5;
}