nav,
section {
	position: absolute; /* not necessarily required */
	width: 100%;
	ba/ckground: red;
	color: #fff;
	text-align: center;
	padding: 0px 0px;
	margin: 0px;
	m/argin-top: 50px;
}

/* This class is added on scroll */
.fix-navbar-position {
	position: fixed; 
	top: 0px; 
	z-index: 1;
	background: midnightblue;
	-webkit-transition: background 2s;
  transition: background 2s;
	-webkit-transition: all 3.1s ease-in-out;
	transition: all 3.1s ease-in-out;
}

/*
.container-content {
	padding: 10px;
	-webkit-transition: background 1s;
  transition: background 1s;
}

.navbar {
padding: 0px !important;
margin: 0px !important;
}
*/
