.nav-tabs > li > a,
.nav-pills > li > a {
    font-size: 1.2em;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
   color: #FFF;
   background-color: 800000;
font-size: 1.1em;
  }
.banneritem,
.banneritem .clr{
   display: inline;
}
/*body {
	margin: 0 auto;
	padding: 0;
    background-image: url("../images/v2018.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	
}*/
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
    background-image: url("/templates/protostar/images/p1.jpg");
	background-position: sticky;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size: cover;
}
hr {
  display: none;
}
.body .container {
background: rgba(255,255, 255, 0.6);
}