/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* 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;
}


/* Kids Project Features
------------------------- */
.portfolio-item {
    margin-bottom: 25px;
}

.projectRow {
	clear: right;	
}

/* Search
------------------------- */
.navbar-nav img{
  padding-left: 1em;	
}

/* Develop Area
------------------------- */

#developSomething ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
padding-left: 0px 0px 90px 60px;
}

#developSomething ul li{
display: inline;
}

#developSomething a{
display: block;
}

#developSomething ul li{
text-decoration: none;
padding: .2em 3em;
float: left;
}

#developSomething figcaption img{
	text-align: center;
}

figure{ 
 padding-top: 5px;
}

.quickLinks{
float: left;
}

#projects{
float: left;	
width: 60em;
}

footer { 
clear: both;
}

footer ul{
display: inline;
list-style-type: none;	
}

footer ul li{

text-decoration: none;

}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0em;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: -30px;
	left: -5px;
	width: 100%;
	height: 96%;
}

label{
color: #9D9D9D;
padding-right: 3px;	
	
}


#storyText label{
color:#000000;	
	
}


/* 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;
  }
  
  /* Images
------------------------- */

.projectRow img{
	height: 166px;
	
}

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  
  /* Search
------------------------- */
.navbar-nav form{
	position: relative;
	left: 30em;
}

}


@media (min-width: @screen-sm-min) { 
/* Search
------------------------- */
.navbar-nav form{
	right: 30em;
}
}
