.fixed-nav { 
	z-index: 9999; 
	position: fixed; 
	top: 0; 
	width: 95%;
	border: 5px solid transparent;
	/* border-radius: 0 0 7px 7px; */
	max-width: 1132px;
	background-color: rgba(202, 220, 235, 0.9);
	/* margin: 0 -10px !important; */
	padding: 2px 5px !important;
} 

.fixed-nav:hover{ 
	background-color: #CADCEB;
}

/* Fix for Mobile Devices 
----------------------------------------*/
/* @media only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
	.fixed-nav {
		border-radius: 0;
	}
}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
	.fixed-nav {
		border-radius: 0;
	}
} */
@media (max-width: 700px) {
	.fixed-nav {
		margin: 0 -10px !important;
	}
}