/* Move down content because we have a fixed navbar that is 50px tall 
   set font and background color main page
   
      Bootstrap Less variable changes:
   
   @body-bg = #222
   @font-family-sans-serif = Tahoma,Geneva, sans-serif
   @font-size-base = 16px
   @brand-success = #0f0
   @text-color = #ddd
   @link-color = @brand-success
   @button-success-color = #222
   @jumbotron-bg = #333
   @carousel-control-color = #eee
   @carousel-indicator-border-color = #eee
   @carousel-indicator-active-bg = #eee
   @carousel-caption-color = #eee
   @list-group-bg = #333
    
*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  /*position: relative;*/
  z-index: 15;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: -90px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* position button paragraph */
.carousel-caption p {
  padding: 10px;
}

/* position button paragraph */
.carousel-caption h1 {
  font-size: 30px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #333333;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 150px;
  left: 80px;
  width: 30%;
}

/* CUSTOMIZE THE page header
-------------------------------------------------- */
.page-header {
    padding: 20px;
    text-align: center;
}

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 120px;
}
.marketing h1 {
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: bold;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* 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;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 0px;
  }
}

/* column with horizontal centered content*/
