main{
	margin-top:0;
	margin-top:4rem;
}
img#logo{
	width:32%;
	height:auto;
	display:block;
	margin:0 auto;
	margin-top:6.5rem;
}
section{
	text-align:center;
	margin-top:6rem;
}
section a{
	width:11%;
	display:inline-block;
	color:white;
	text-align:center;
	text-transform:uppercase;
	font-size:110%;
	margin-right:3.5rem;
}
a span{
	white-space: nowrap;
}
a:last-of-type{
	margin:0;
}
a img{
	display:block;
	margin:0 auto;
	margin-bottom:0.8rem;
	width:100%;
	height:100%;
}
/*
section{
	display:flex;
	justify-content: center;
	margin:0 auto;
	margin-top:7rem;

	width:50%;
}
section a{
	flex:1;
	display:inline-block;

	color:white;
	text-align:center;
	text-transform:uppercase;
	font-size:140%;
	margin-right:2.5%;
	border:1px solid red;
}
a.m{
	font-size:110%;
}
section a:last-of-type{
	margin:0;
}
section a img{
	width:100%;
	height:auto;
}*/