/* Structure */
body {
  background-color: #333;
  padding-bottom: 40px;
  color: #5a5a5a;
}

h3 {
	margin-top: 60px;
}

.responsive-image{
    height:auto;
    width:100%;
}

/* Format */
.thumbnail{
	
	padding: 3px 3px 8px 3px;
	background-color: #333;
	border: 1px solid #ccc;
	margin-left: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline;
}

a {
	color: #333;
	
}

a:hover {
	color: #99ccff;
	text-decoration: none;	
}

.icon-links {
  	color: #fff;
	
}

a:hover .icon-links {
  	
	color: #99ccff;
}


.icon-bar-color {
	background-color: #ccc;

}

/* Navbar */
.navbar a {
  /*color: #99ccff; */
  color:#999;
}

.nav-bg-color {
  /*color: #99ccff;*/
  background-color: #000;
}

.navbar-wrapper {

  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;

}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
 
}
.navbar-wrapper .navbar .container {
  width: auto;
  
}

.dropdown-header {
	color: #000;

}

.panel-body {
	
}

/* Carousel */
.carousel {
  height: 550px;
  margin-bottom: 75px;
 /* margin-bottom: 60px;*/
}


/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 600px;
}


/* Features */

/* Center align the text within the three columns below the carousel */
.feature {
  margin-top: 200px;

}
.feature .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;

}
.feature h3 {
  font-weight: normal;
  color: #99ccff;
}


/* Responsive */

@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;
  }
  
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}