nav {

}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
	text-align:center;
	
}

nav li {
    margin: 10px;
	display:inline-block;
	
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

nav a.active {
    color: #000;
    font-weight: 700;
    
}

nav a:hover {
    text-decoration: none;
	color: #777;
}


::file-selector-button {
	font-size: 1rem;
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	background: var(--nc-lk-1);
	color: var(--nc-lk-tx);
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	color: var(--nc-lk-tx);
}

::file-selector-button[disabled] {
	cursor: default;
	opacity: .5;

	/* Set the [X] cursor while hovering a disabled link */
	cursor: not-allowed;
}

::file-selector-button:focus,
::file-selector-button:hover {
	background: var(--nc-lk-2);
}
