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

nav {
	/* background:linear-gradient(to right,#1E2735 40%,#243142 100%) !important; */
	background: linear-gradient(0deg, rgba(29,29,29,1) 0%, rgba(48,48,48,1) 100%) !important;
	justify-content: center;
}
nav img {
	width:100%;
	height:100%;
	max-width:110px;
}

body {
	font-family: 'Kanit-Regular';
	color:#F3F3F3;
}
body {
	/* background: linear-gradient(to right,#1E2735 40%,#243142 100%); */
	
	background: url('../../../assets/adminux/img/Hero_BG.png') top center;
	background-size: cover;
	background-attachment: fixed;
}

.text-golden {
  background: -webkit-linear-gradient(#EFDE93,#D0AE53) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;	
}

.font-inherit {
	font-family: inherit;
}

/*.btn-primary {
	background:linear-gradient(to right,#BDB8A1 0%,#746F58 100%);
	color:black;
}*/

/*.btn-secondary {
	background:transparent !important;
	border:2px solid #BEBAA7;
	color:#F3F3F3;
}*/