/* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */ /* Carousel base class */ .carousel { height: 500px; margin: 20px 0; } .project-area .carousel { height: 200px; margin:0 0 20px 0; } /* Since positioning the image, we need to help out the caption */ .carousel-caption { background-color:#000; width:100%; height:100px; padding:0; z-index: 10; left:0; bottom:0; opacity:0.9; } .carousel-caption h3 { text-align:left; font-size:16px; margin-left:100px; } /* Bump up size of carousel content */ .carousel-caption p { text-align:left; margin-left:100px; color:#999; } .carousel-caption a { float:right; margin:20px 100px 0 0; border-radius:0; } /* Declare heights because of positioning of img element */ .carousel .item { height: 500px; background-color: #37c879; } .project-area .carousel .item { height: 200px; background-color: #37c879; } .carousel-inner > .item > img { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 500px; margin:0; padding:0; } .project-area .carousel-inner > .item > img { position:relative; min-width: 200px; height: 200px; padding-left:-10px; } /* MARKETING CONTENT -------------------------------------------------- */ /* 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