#mainbody {
	margin-top: 145px;
    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;
}
}