.navbar-fixed {
    z-index: 999;
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i
{
	height: 44px;
	line-height: 44px;
	background: white;
	font-family: Skranji;
	color: black;
}


nav ul
{
	line-height: 18px;
}

nav ul li
{
	margin-right: 35px;
}

nav ul a
{
	color: black;
	margin-top: 13px;
	font-size: .9em;
	padding: 0px 3px;
    border-radius: 25px;
}

nav ul a.active,
nav ul a:hover
{
	color: white;
	border-radius: 20px;
	background-color: black;
}

.material-icons
{
	font-family: Material Icons !important;
}

.page-footer
{
	margin-bottom: -15px;
}

.navbar-fixed {
    height: 44px;
}

@media only screen and (min-width: 1200px)
{
	html {
		font-size: 16px;
	}
}