/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */
html {
    height: 100%;
}
body {
    height: 100%;
}

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

/* Carousel base class */
.carousel {
    height: 100%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-inner {
    height:100%;
    background-color: #777;
}

/* Declare heights because of positioning of img element */
.carousel-inner > .item {
    height:100%;
}
.carousel-inner > .item > .container {
    position: relative;
    height: 100%;
    /*background-color: rgba(137, 172, 118, 0.5);*/
    background-color: rgba(49, 55, 43, 0.5);
}
.carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 100%;
    left: 0;
}

/* Images edition of the content */
.carousel-inner > #item1 > img {
    top: 0;
}

/* Bump up size of carousel content */
.carousel-caption {
  position: absolute;
  top: 50%;
	left: 45%;
	height: 30%;
	width: 60%;
	margin: -40% 0 0 -25%;
}
.carousel-caption > img {
  margin-bottom: 10px;
  width: 85%;
}
.carousel-caption p {
    font-size: 14px;
    line-height: 1.4;
    text-align: justify;
    text-shadow: 0.0em 0.1em 0.1em #0095d3;
}
.carousel-caption h3 {
    text-shadow: 0.0em 0.1em 0.1em #2e177e;
    margin-bottom: -10px;
}
.pw_desc {
    background: rgba(46, 23, 126, 0.50);
}
