.button-traffic:hover{
	background-color: #ff7f0e;
	border: 0.05em solid #ff7f0e;
	color: white;
}

.button-centrum:hover{
	background-color: #33afbb;
	border: 0.05em solid #33afbb;
	color: white;
}

.button-industry:hover{
	background-color: #c02fbf;
	border: 0.05em solid #c02fbf;
	color: white;
}

.button-extra-blue:hover{
	background-color: #0098ff;
	border: 0.05em solid #0098ff;
	color: white;
}

.button-news{
	background-color: #ff7f0e;
	border: 0.05em solid #696647;
	color: white;
}

button, .button{
	font-size: 20px;
	border-radius: 5em;
	border: 1px;
	min-width: 7em;
	min-height: 2.3em;
	margin-top: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #006eb9;
	transition: background-color 0.6s, border 0.6s, color 0.6s;
}