#banner
{
	margin-top: 90px;
}
#scroll
{
	margin-top: 150px;
}
#banner
{
	border-bottom: 4px solid #002366;
	font-variant: small-caps;
	background-color: #E4E5E5;
}
#banner #logoContainer
{
	text-align: center;
}
#banner #logoEdition
{
	height: 60px;
}
#banner .buttonContainer
{
	padding-top: 20px;
	text-align: center;
	font-family: Metropolis;
	font-size: meduim;
	text-align: left;
	margin-right: 30px;
	display: inline-block;
}
#banner .buttonContainer a
{
	color: #002366;
	padding: 4px;
	border-radius: 4px;
}
#banner .buttonContainer a:hover
{
	color: white;
	background-color: #002366;
}
#banner .buttonContainer.clicked a
{
	color: white;
	background-color: #002366;
}
