
/*pgm stuff added for demo */

.pgmHeader {
    color: red;
    margin-top:0px;
    margin-left:3px;
    margin-bottom:6px;
}
.pgmContainer {
    max-width:700px;
}

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

/* Carousel base class */
.carousel {
    /* height: 325px; */
    min-height: 325px; /* was min-height: 325px; */
    max-height: 750px;
    margin-bottom: 5px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 0;
    color: white;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    /* height: 250px; */
    min-height: 390px;
    max-height: 600px;
    background-color: #222222;
    color: white;
}

.carousel-inner > .item > img {
    /* width: 37%; */
    height: 200px;
    margin: auto;

    max-width: 100%;
    max-height: 100%;
    /*
    //position: relative;
    //top: 0;
    //left: 0;
    //min-width: 100%;
    //height: 300px;
    //height: 65%;
    */
}
.carousel-indicators {
    bottom:5px;
}