/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
  
}
.navbar-wrapper .navbar {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-fixed-top {
	background-color:#00adef;
	border-bottom-color:#00adef;
	background-image: none;	
/*Below removes the rounded corners of the navbar */
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}



.navbar-inverse li:active{
background-color: #0033FF;
	border-bottom-color:#00adef;
	background-image: none;
	color: #333333;
}

#navbar li a{
background-color:#00adef;
	border-bottom-color:#00adef;
	background-image: none;
	color: #333333;
}
#navbar li a:hover{
color: #999999;

}
#navbar .dropdown-menu li a{
background-color: #FFFFFF;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  color: #FF9933;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* Main Body of Text
-------------------------------------------------- */
#about {
font-size:20px; 
margin-top:200px; 
padding-top:75px; 
padding-bottom:75px;
padding-left:75px;
padding-right:75px; 
background-color:#bedfeb; 
color:#FF9933;
text-align:center;
}

#medicare-based-support{
font-size:20px;  
padding-top:75px; 
padding-bottom:75px;
padding-left:75px;
padding-right:75px; 
color: #666666;
text-align:center;
}

#psychometrics{
font-size:20px;  
padding-top:75px; 
padding-bottom:75px;
padding-left:75px;
padding-right:75px; 
color: #FF9933;
background-color:#bedfeb;
text-align:center;
}

#group-therapy{
font-size:20px;  
padding-top:75px; 
padding-bottom:75px;
padding-left:75px;
padding-right:75px;
text-align:center;
color:#666666;
}

#individual-therapy{
font-size:20px;  
padding-top:75px; 
padding-bottom:75px;
padding-left:75px;
padding-right:75px;
text-align:center;
color:#666666;
}

#individual-therapy ul{
list-style-position:inside;
}

#contact{
font-size:20px;  
padding-top:75px; 
padding-bottom:75px;
padding-left:75px;
padding-right:75px;
color: #FF9933;
background-color:#bedfeb;
}

.address{
font-size:12px;
color:#666666;
margin-bottom:500px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

