/******/
/*** GLOBAL ***/
/******/

nav a, li {
	text-decoration: none;
  	font-optical-sizing: auto;
}

nav ul, footer ul {
	padding-inline-start: 0;
	list-style-type: none;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav ul li {
	padding: 0 .5rem;
}

nav ul.sub-menu li {
	padding-left: 0;
	padding-right: 0;
}

footer ul {
	padding-inline-start: 0!important;
}

footer ul li {
	padding-right: 0;
	margin-block-start: .0625rem;
}

.height-100 {
	height: 100%;
}

a .background-glass-effect, .gradient-border {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a:hover .background-glass-effect {
	-webkit-box-shadow: 0px 0px 2.5rem 1rem rgba(8,107,212,0.9);
	-moz-box-shadow: 0px 0px 2.5rem 1rem rgba(8,107,212,0.9);
	box-shadow: 0px 0px 2.5rem 1rem rgba(8,107,212,0.9);
}