.nav a {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

.jumbotron {
  background-image:url(http://themedicalwebsite.com/wp-content/uploads/2016/01/healthy-foods-hd.jpg);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
  position: relative;
  top:100px;
}

.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
}

.learn-more {
  background-color: #f7f7f7;
}

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.learn-more a {
  color: #00b0ff;
}

#teen {
  width:50%;
  margin:auto;
  border: 2px solid black;
  background-color: gray;
  
}

a:hover {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

.navbar-default .navbar-nav > .active{
   color: #000;
  background: #d65c14 ;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
     color: #000;
     background: #d65c14 ;
}

a:active {
    color: #EE9A00; 
 }