body,html{
  height:100%;
  background:rgba(20,20,20,1);
  -webkit-font-smoothing:antialiased;
}
.bg{
  height:99%;
  background: -webkit-linear-gradient(top,rgba(40,40,40,1),rgba(20,20,20,1)); /*Safari*/
  background: -o-linear-gradient(top,rgba(40,40,40,1),rgba(20,20,20,1)); /*Opera 11-12*/
  background: -moz-linear-gradient(top,rgba(40,40,40,1),rgba(20,20,20,1)); /*Fx 3.6-15*/
  background: linear-gradient(top, rgba(40,40,40,1), rgba(207,20,20,1)); /*Standard*/
}
.logoimg{
  padding:0px;
  margin-top:-5px;
  height:32px;
}
.navbar-fixed{
  z-index: 1030;
  width: 75%;
  position: absolute;
  left: 50%;
  margin: 20px 0 0 -37.5%;
  border:0px;
  max-height:50px;
}
.navbar-shadow{
  box-shadow:10px 2px 7px rgba(0, 0, 0, 1);
}
.bannerimg{
  background-image:url(../i/banner.jpg);
  background-repeat:no-repeat;
  background-position:center;
  background-size:auto 600px;
  height:400px;
  
}
.container{
	position:relative;
  /*box-shadow:5px 0px 10px -5px rgba(255,190,136,0.89),-5px 0px 10px -5px rgba(255,190,136,0.89);*/
}
.footer{
  padding:15px;
  height:75px;
  background:rgba(16,16,16,1);
  border-radius:0px 0px 6px 6px;
}
.jumbotron{
  margin-top:0px;
  margin-bottom:0px;
}
.footer>p{
  color:rbg(225,225,225);
  text-align:center;
}
.imgmain{
  height:180px;
  width:245px;
}
.defMargin{
margin: 0px 0px;
}
