html, body {
	width: 100%;
}
.nav-logo {
    flex: 1;
    display: flex;
    align-items: center;
}
.nav-logo img{
	width: 260px;
	height: auto;
}
