

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

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

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


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

/* Carousel base class */
.carousel {
  height: 200px;
  margin-bottom: 0px;
}


.carousel_overlay{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(/css/images/cutout_blut_shad.png);
	background-size:50% 100%;
	background-position: left -10px;
	background-repeat:no-repeat;
	z-index:1;
}

.carousel_overlayb{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(/css/images/cutout_blub.png);
	background-size:50% 100%;
	background-position: right bottom;
	background-repeat:no-repeat;
	z-index:1;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	text-align:right;
	z-index: 10;
	font-size:12px;
	
	border:0px solid red;
	padding:20px;

	background-image: url(/css/images/grad_horz2.png);
	background-size:80% 100%;
	background-position: right top;
	background-repeat:repeat-y;

	left:0px;
	right:0px;

	xx_line-height:5px;
	margin-bottom:-20px;
	
	padding-right:10%;
	padding-left:10%;	

}

.carousel_edge{

	height:20px;
	width:100%;
	margin-bottom:5px;

	background-image: url(/css/images/edge_drk.png);
	background-repeat: repeat-x;
	background-position:top left;

}

.carousel-caption h1{
	display:block;
	z-index: 10;
	font-size:20px;
	xx_text-transform:uppercase;
	color:white;
	xx_line-height:22px;
	margin-bottom:5px;
	margin-top: 0px;
	xx_height:35px;
}

.carousel-caption h2{
	display:inline;
	z-index: 10;
	font-size:12px;
	xx_text-transform:uppercase;
	color:white;
	line-height:18px;
	margin-bottom:0px;
	height:35px;
}



/* Declare heights because of positioning of img element */
.carousel .item {
	height: 200px;
	background-color: #184A67;
}


.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height:100%;
  height: 200px;
  margin-top:30px;
}



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

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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


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



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

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

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

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.4;
  }


  .carousel-caption{
    margin-bottom: -20px;
    font-size: 16px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  
	.carousel {
	  height: 500px;
	  margin-bottom: 0px;
	}
 
	.carousel .item {
	height: 500px;

	background-color: #184A67;
	}

	.carousel-inner > .item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-width: 100%;
	  height: 350px;
	  min-height:350px;
	  height: 100%;

	} 
  
  	.carousel-caption h1{
  	font-size:30px;
  	}

 	.carousel-caption h2{
  	font-size:24px;
  	}  
  	
  	
 .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height:100%;
  height: 200px;
  margin-top:0px;
} 	
  	
  
}

@media (min-width: 768px) {


}


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

}
