.navbar
{
	position:fixed;
	border-top: 1px solid #9995;
	border-bottom: 1px solid #9995;
}

.bg-nav
{
	background:#3330;
	transition:0.5s;
}

.bg-nav-scrolled
{
	background:#333f;
}


.nav-Btn-1
{
	color:#ddd;
	background:#0000;
	font-size:12pt;
	font-family:"Lato";
	font-weight:400;
	padding:0 10px;
	transition:0.5s;
}

.nav-Btn-1:hover
{
	color:#fff;
	text-shadow: 0 0 8px #fff;
}

.nav-Btn-1-A
{
	background:#0000;
	color:#eee;
}

.nav-Btn-1-A:hover
{
	background:#0000;
	color:#fff;
}


@media(max-width: 1300px) {
	.navbar
	{
		bottom:unset;
		top:0;
		padding:0 20px;
	}
	
	.nav-more
	{
		top:60px;
		bottom:0;
	}
}