ul.uk-navbar-nav li a {
	font-family: "Raleway", sans-serif !important;
	color: #2acaeb !important;
	font-weight: 700;
}

/*== NAVIGATION_MENU [BRACKETS ANIMATION] ==*/
.nav-animation a::before,
.nav-animation a::after {
	display: inline-block;

	opacity: 0;

	transition: transform 0.3s, opacity 0.2s;
}

.nav-animation a::before {
	margin-right: 10px;

	content: "[";

	transform: translateX(20px);
}

.nav-animation a::after {
	margin-left: 10px;

	content: "]";

	transform: translateX(-20px);
}

.nav-animation a:hover::before,
.nav-animation a:hover::after,
.nav-animation a:focus::before,
.nav-animation a:focus::after {
	opacity: 1;

	transform: translateX(0px);
}

.no-nav-animation a::before {
	margin-right: 0px;

	content: "";

	transform: translateX(0px);
}

.no-nav-animation a::after {
	margin-left: 0px;

	content: "";

	transform: translateX(0px);
}

.no-nav-animation a:hover::before,
.no-nav-animation a:hover::after,
.no-nav-animation a:focus::before,
.no-nav-animation a:focus::after {
	opacity: 1;

	transform: translateX(0px);
}
