@font-face {
	font-family: Nexa;
	src: url('../font/nexa-book.woff');
}

:root {
	--ui_1: #0A2762;
	--ui_2: #c0ceeb;
	--bg-user: #666;
	--font-family: 'Nexa';
}

.user a:hover{
	color: var( --ui_1 );
}


header{
    background-color: var( --ui_1 );
}

header a{
    color: #fff;
}

.loader {
  color: var( --ui_1 ) !important;
}

.inner.one {
  border-bottom: 30px solid var( --ui_1 ) !important;
}

.inner.two {
  border-bottom: 30px solid var( --ui_1 ) !important;
}

.inner.three {
  border-bottom: 30px solid var( --ui_1 )!important;
}

/* ## License
T his Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at http://scripts.sil.org/OFL
*/
/* 
@font-face {
    font-family: 'Gantari';
    src: url('/res/font/Gantari-Light.woff2');
}

@font-face {
    font-family: 'Gantari-Bold';
    src: url('/res/font/Gantari-Bold.woff2');
}

*{
	font-family: Gantari;
}
 */
.hover-underline-animation {
  color: var( --ui_2 );
} 

.hover-underline-animation:after {
  background-color: var( --ui_2 );
}

.navbar a:hover{
	background: #fff;
	color: var( --ui_1 );
}

.navbar .current, .current:hover{
    background: var( --ui_2 ) !important;
    color: var( --ui_1 );
}

.navbar
{
	text-transform: uppercase;
	background: var( --ui_1 );
	padding: 5px 5px 5px 5px;
	border-bottom: 3px solid var( --ui_2 );
}

.navbar a
{
	color: #fff;
}


