div.container{
	width: 100%;
}
nav.navbar {
	width: 100%;
	background-color: rgba(0,0,255,0);
	border: none;
}
.navbar-header{
	width: 100%;
}
.navbar-collapse{
	border: 0;
}

@media screen and (min-width: 768px){
.mobile-nav{
	display: none;
}
}
@media screen and (max-width: 768px){
.desktop-nav{
	display: none;
}
.navbar-collapse{
	width: 100%;
}
.nav-mblist{
	width: auto;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
}
.nav-mblist a{
	display: block;
	height: 45px;
}
}
