footer{
	width: 100%;
	background-color: #024074;
	color: #e9f5ff;
}

#emailLink a{
	color: #e9f5ff;
}

#emailLink a:hover{
	background-color: #046abf;
}

@media all and (min-aspect-ratio: 1/1){
	footer{
		font-size: calc(6px + (50 - 6) * ((100vw - 300px) / (3840 - 300)));
	}
}

@media all and (max-aspect-ratio: 1/1){
	footer{
		font-size: calc(14px + (100 - 14) * ((100vw - 300px) / (2160 - 300)));
	}
}