#main h2.block__title {
    text-align: center;
    margin-top: 1rem;
    text-shadow: 3px 3px #cdcdcd;
    font-size: 2.7rem;
    color: RGB(0,113,188);
    text-transform: uppercase;
}
.views-element-container nav {
  display: none;
}

/* Centers Call to Action at Bottom of Slider */

.carousel-caption {
    bottom: 10%;
    top: auto;
    display: flex;
    justify-content: center;
}

