
.head-nav .row div a{
	cursor: pointer;
}
.head-nav .row div:nth-child(2) a{
	border-radius: 10px;
	color: white;
	cursor: pointer;
}
/* .head-nav .row div a:hover{
	background: none;
	color: #4D4BA2;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none;
} */

.head-nav .row div:nth-child(3) a {
	background: #00a2e8;
	border-radius: 10px;
	color: white;
	cursor: pointer;
}