.nav {
	li {
		a {
			&:hover {
				background-color: $color-blue1;
			}
		}
	}
}
