.title-bar {
  font-family: 'Playfair Display', serif;
}    

.btn.btn-default {
  background-color: #B9BEBF;
}

.img-center {
  margin: auto;
  width: 80%;
}

.contact-bar {
  text-align: center;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  top: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 250px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.jumbotron1 {
  background-image:url('https://bdrlawoffices.com/newsite/img/justice.jpg');
  height: 100%;
  font-size: 500%;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.jumbotron2 {
  background-image:url('https://bdrlawoffices.com/newsite/img/law.jpg');
  height: 100%;
  font-size: 500%;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.jumbotron3 {
  background-image:url('https://bdrlawoffices.com/newsite/img/nola.jpg');
  height: 100%;
  font-size: 500%;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

@media screen and (max-width: 768px) {
    .jumbotron1 h1{
        font-size:15vw;
        margin-top: 20%;
    }
}

