/*------------------------------------------------
*
* Custom CSS for NumberNine
*
-------------------------------------------------*/

@font-face {
	font-family: 'Neon';
	src: 
		url('../fonts/Neoneon.otf') 
		format('opentype');
}

@font-face {
	font-family: 'Zag';
	src: 
		url('../fonts/ZagRegular.otf') 
		format('opentype');
}


.h1, h1 {
	font-family: "Neon" !important;
	color: #ffaf1d !important;
}

.h4, h4 {
	font-size: 2.2rem !important;
}

.h6, h6 {
	font-size: 1.6rem !important;
}

.nav-link {
	font-size: 1.6rem;
}

h6.fw-light {
	color: #7f7f7f !important;
}

.header .header-logo img {
	
	position: relative;
	left: -17px;
}

.header .header-menu {
	background: #323232 !important;
}

.header .header-menu .nav .nav-item .nav-link{
	color: #ffaf1d !important;
}

.testimonial-box img {
		height: auto !important;
}

.zoom {
			display:inline-block;
			position: relative;
		}
		
/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url(../js/zoom-master/icon.png);
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

		
		
		.zoomy img:hover { cursor: url(../js/zoom-master/grab.cur), default; }
		.zoomy img:active { cursor: url(../js/zoom-master/grabbed.cur), default; }