


.dropdown-menu,
body,button, input, select,textarea, sidebar, h1, h2, h3, h4, h5, h6
{ 
	font-family: var(--zy-font-family), sans-serif;
}



.logo {
	margin: 10px 10px 10px 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* .logo a{
	color: rgba(231, 57, 60);
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	cursor: pointer;
} */

.fixed-header-on .header {
	background-color: rgba(0, 0, 0, 0.95);
	padding:  0;
}



.fixed-header-on .logo {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}




.main-navigation .navbar-default .navbar-nav > li > a {

	padding: 10px,20px;
	font-size: 18px;

	font-weight: lighter;
}