nav {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    
}

.nav-list {
	font-weight: 600;
    display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 20px;
}



.nav-list li {
    padding: 5px 10px 5px 10px;
    margin: 5px 5px auto;
    /*
    margin: 0px;
    margin-right: auto;*/
}



.nav-list li:hover {
    background: #303F9F;
    color: #FAFAFA;
    border-radius: 5px;
}
