/*===========================
  Menu and Navigation
============================ */
/* Navbar animation */
.navbar {
	background-color: rgba(159, 214, 255, 0.7);
}

.top-nav-collapse {
	background-color: #9FD6FF;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
	.navbar {
		background-color: #9FD6FF;
	}
}

/*===========================
  Footer
  ===========================*/
footer {
	background: #9FD6FF;
}