@media only screen and (max-width: 767px) {
	.responsive-nav {
		background-color: rgb(0,0,0,0.75);
		transition: all 0.4s;
	}
}