/* Space out content a bit */
body {
  /*padding-top: 20px;*/
  background-color: #e7e7e7;
  /*padding-bottom: 20px;*/
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header_div{
  background-color: #f8f8f8;
}
.header {

  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #fff;
  text-align:center;
  line-height:10px;
}
.footer_text{
	font-size:12px;	
	
}
.footer a{
	border:none;
	color:#666;
}
.footer a:visited{
	border:none;
}

/* Customize container */
.container{
  background-color: white
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}



.navbar-default .navbar-nav > .active{
    color: #545454;
   background: #fff;
 }
 .navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
      background: #fff;
 }


