#sidenav-outer{
  position: sticky;
  top: 130px;  /* adjust */
  align-self: flex-start;
  z-index: 5;
}
/* ensure sticky isn't blocked by overflow on parents */
#mainbody, #mainbody .row{
  overflow: visible !important;
}
#bodycontent {
	margin-top: 300px;
}
ul  {
 list-style-type: none;
 }
.lr-sidemenu {
	position: relative;
	width: 100%;
	background-color: rgb(0,0,128,0.9);
	border-radius: 15px;
	padding-right: 25px;
}
.lr-sidemenu:first-child {
	padding-top: 5px;
}
.lr-sidemenu h3 {
	position: absolute;
	top: -70px;
	width: 100%;
	background-color: #000080;
	border-radius: 15px;
	margin-left: -38px;
	z-index: 2;
	height: 45px;
	color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;
}
.lr-sidemenu li {
	padding-left: 0px;
	padding-bottom: 10px;
}
.lr-sidemenu li a {
	color: #fff;
	padding-left: 0px;
	padding-bottom: 10px;
}

#mainbody {
    margin-left: auto;
    margin-right: auto;
}
#wmps-navbar .navbar-brand img {
    height: 150px!important;
}
.navbar {
    background: rgba(0, 131, 212)!important;
}
/* Marquee Banner CSS */
marquee {
	color: #fff;
	white-space: nowrap;
	font-size: 1.4em;
}
.scroll {
	list-style-type: none;
	margin: 14px;
	padding: 0;
	overflow: visible;
}
.scroll li {
	display: inline-block;
	padding: 0 20px 0 20px;
	border-right: 1px solid white;
}
.scroll li:last-child {
	border-right: none;
}
.scroll li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
}

div.fixed {
  position: fixed;
  bottom: 0;
	width: 101%;
	z-index: 300;
}	
@media screen and (max-width: 1050px) {
#wmps-navbar .navbar-brand img {
    height: 55px !important;
}
	#mainbody {
    margin-top: 85px;
}
	
#bodycontent {
	margin-top: 0px;
}
}
/* Full-screen fixed background image */
html, body {
  height: 100%;
}

body{
  background: url("/webcontent/webimage/44-dsc00092.jpg") no-repeat center 76% fixed;
  background-size: cover;
}

/* Make sure content sits above the background */
#mainbody{
  position: relative;
  z-index: 1;
}

/* Optional: give your main content a readable backdrop */
#bodycontent{
  background: rgba(255,255,255,0.9);
  border-radius: 12px;
  padding: 20px;
}

/* If your navbar is fixed-top, ensure body has top padding */
body{
  padding-top: 70px; /* adjust to match navbar height */
}
p {
	padding: 10px;
}
#mainbody, #mainbody .row, #mainbody .col-sm-4, #mainbody .col-md-3{
  overflow: visible !important;
}

