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

body {
  padding-bottom: 40px;
  color: #000;
}



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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  font-size:14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-wrapper .navbar {
  padding-left: 15px;
  padding-right: 15px;
}


/* 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 {
color:rgb(20,170,215);
text-shadow:1px 1px black;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff); 
background:rgba(255,255,255,.8);
border-radius:6px;
  z-index: 10;
}
.carousel-caption h1{
font-weight:600;
color:red;
font-size:35px;
}
.carousel-caption p{
font-weight:600;
font-size:20px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #fff;
}
.carousel-inner > .item > div {
  position: absolute;
  background-position:center;
  background-repeat:no-repeat;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.first{
	background-image:url(../images/slide1.jpg);
	background-size:cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slide1.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slide1.jpg', sizingMethod='scale')";
	background-position:top !important;
	
}
.sec{
	background-image:url(../images/slide2.jpg);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slide2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slide2.jpg', sizingMethod='scale')";
	  background-size:auto 100%;
	
}

.third{
	background-image:url(../images/slide3.jpg);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slide3.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slide3.jpg', sizingMethod='scale')";
	background-size:auto 100%;
}
.fourth{
	background-image:url(../images/slide4.jpg);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slide4.jpg', sizingMethod='crop');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slide4.jpg', sizingMethod='scale')";
	background-size:cover;
	}
.fifth{
	background-image:url(../images/slide5.jpg);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slide5.jpg', sizingMethod='crop');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/slide5.jpg', sizingMethod='scale')";
	background-size:cover;
	}



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

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 20px;
  padding-right: 20px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
  color:#222;
  text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -1px;
  }
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


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

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

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



/* 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;
  }
  .navbar-wrapper .container {
    padding-left:  15px;
    padding-right: 15px;
  }
  .navbar-wrapper .navbar {
    padding-left:  0;
    padding-right: 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 */


@media (max-width:1000px){
.carousel-caption h1{
font-size:25px;
}

}

  .featurette-heading {
    font-size: 50px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
    .carousel-caption p {
	color:rgb(32,187,222);
	font-weight:900;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.4;
  }
  .carousel-caption h1{
font-weight:600;
color:red;
font-size:40px;
}
}


@media (max-width:991px){

	.carousel-caption h1{
font-size:25px;
}
    .carousel-caption p {
	color:rgb(32,187,222);
	font-weight:900;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }

}
