div.jumbotron.carousel-hero {
  color:#fff;
  text-align:center;
  background-size:cover;
  background-position:center;
  margin-bottom:0;
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow:0 3px 3px rgba(0,0,0,0.4);
  color:#fff;
}

p.hero-subtitle {
    max-width: 600px;
    margin: 25px auto;
    padding: 10px 15px;
    color: #fff;
    font-size: 26px;
}

div.carousel-hero p {
    text-shadow: 0 0 10px #000000;
}

div.carousel-hero h1 {
    text-shadow: 0 0 20px #000000;
}

.paddingOnLg {
    padding: 5%;
}

@media (min-width: 460px) {
    div.jumbotron.carousel-hero {
        height: 600px;
    }
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-hero .row {
    display: flex;
    align-items: center;
    width: 100%;
}

.d-lg-block video {
    -webkit-box-shadow: 0px 0px 35px 25px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 35px 25px rgba(255,255,255,1);
    box-shadow: 0px 0px 35px 25px rgba(255,255,255,1);
}

#topPadding {
    margin-top: 0px !important;
}

.carousel-indicators {
    background-color: #63636363;
    border-radius: 20px;
}