/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
 
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
 
}
.navbar-wrapper .navbar {
  
}
.navbar-wrapper .navbar .container {
  
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  top:-30px;
  margin-left:-125px;
  text-align:left;
  width:1140px;
  height:500px;
}

.carousel-caption2 {
  z-index: 10;
  top:-10px;
  margin-left:-125px;
  text-align:left;
  width:540px;
  height:500px;
}

.carousel-caption h1 {
	}
	.carousel-caption p {
	}
	.carousel-caption p h1 {
	}

/* Declare heights because of positioning of img element */
.carousel .item {


}
.carousel-inner > .item > img {
 



}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
 
}
.marketing h2 {

}
.marketing .col-lg-4 p {

}


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

.featurette-divider {

}

/* Thin out the marketing headings */
.featurette-heading {
 
}


/* RESPONSIVE CSS
-------------------------------------------------- */


