//* Global Styles
-------------------------------------------------*/

/* Padding below the footer and lighter body text */
body {
    margin: 0;
    padding: 0;
    color: #5a5a5a;
    background-color: #efefef;
}

footer {
    padding-top: 10px;
}

.user-bar {
    text-align: right;
}

/* Content Area Styles 
-------------------------------------------------*/
.content {
    margin: auto;
    padding: 20px 0 20px 0;
    border-top: 5px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

/* Carousel Styles
-------------------------------------------------*/
.carousel {
    background-color: #000;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    margin: 0;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 700px;
    position: relative;
    text-align: center;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    /*
    position: relative;
    max-height: 100%;
    margin: auto;
    */
}
.carousel-caption {
    background-color: rgba(0,0,0,.35);
}
.carousel-caption > div {
    opacity: 1;
}


/* Form Styles 
-------------------------------------------------*/
.form-signin {
    margin: 0 auto 0 auto;
    display: inline-block;
}


/* Responsive CSS
-------------------------------------------------- */ 
@media (max-width: 1023px) {
    .carousel-item {
        height: 300px;
    }
    .carousel-caption h1 { 
        font-size: 24px;
    }
}
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}