@font-face {
	font-family : 'Gtek';
	src:url('../fonts/Gtek.ttf')
	}

@font-face {
	font-family : 'Myfont';
	src:url('../fonts/Exo-Regular.otf')
	}

@font-face {
	font-family : 'Myfont2';
	src:url('../fonts/Exo-Light.otf')
	}

@font-face {
	font-family : 'Myfont3';
	src:url('../fonts/Exo-SemiBold.ttf')
	}

#router-view {
	font-family: Myfont2;
}

nav {
	font-family: Myfont;
}

#brand {
	font-family: Gtek;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  display: inline-block;
  margin: 0 10px;
}


/* Sidebar */
.sidebar_item {
  color : #26A69A;
}

.sidebar_item:hover {
  color : #333333;
}

/*osman*/
.footer {
    padding-top: 17px;
    padding-right: 100px; 
}





