
.display-4 {
    font-weight: 300;
    line-height: 0.8;
    /* text-shadow: 2px 2px 2px 1px rgba(187, 179, 179, 0.9); */
    text-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.carousel-caption .display-4 {
    font-size: 1.1rem;
}
.carousel .carousel-caption {
    top: 30px;
}
.quotation-marks {
    width: 35px;
}

@media (min-width: 576px) {
    .carousel-caption .display-4 {
        font-size: 1.1rem;
    }
    .carousel .carousel-caption {
        top: 40px;
    }
    .quotation-marks {
        width: 50px;
    }
}
@media (min-width: 768px) {
    .carousel-caption .display-4 {
        font-size: 2.2rem;
    }
    .carousel .carousel-caption {
        top: 60px;
    }
    .quotation-marks {
        width: 70px;
    }
}
@media (min-width: 1100px) {
    .carousel-caption .display-4 {
        font-size: 3.3rem;
    }
    .carousel .carousel-caption {
        top: 80px;
    }
    .quotation-marks {
        width: 100px;
    }
}
@media (min-width: 1475px) {
    .carousel-caption .display-4 {
        font-size: 4.4rem;
    }
    .carousel .carousel-caption {
        top: 120px;
    }
    .quotation-marks {
        width: 140px;
    }
}
#footerContent {
    background-color: #2F97A2;
}
/* quick fix one pixel issue at bottom of footer */
#footerContent {
     min-height: 276px;
}
