/*! Bootstrap
 */
/*$orange: #f79129;*/
/*$dark: rgba(0,0,0,.1);*/
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  letter-spacing: -1px;
}

/*! DirectLease
 */
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eff3f4;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.embed-responsive {
  background: #000;
  max-height: 500px;
}

.jumbotron {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron.hidden-sm-down H1 {
  text-shadow: 1px 1px 5px #000;
  color: #fff;
}

@media (min-width: 576px) {
  .jumbotron.wider {
    padding: 7rem 2rem;
  }
}

.VueCarousel-navigation-prev {
  left: 1.4em !important;
  text-indent: -999px;
  overflow: hidden;
  width: 20px;
}

.VueCarousel-navigation-prev::before {
  content: "\F053";
  color: #fff;
  line-height: 1;
  float: left;
  text-indent: 0;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
}

.VueCarousel-navigation-next {
  right: 2em !important;
  text-indent: -999px;
  overflow: hidden;
  width: 20px;
}

.VueCarousel-navigation-next::before {
  content: "\F054";
  color: #fff;
  line-height: 1;
  float: left;
  text-indent: 0;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
}

.vue-carousel-light .VueCarousel-navigation-prev::before,
.vue-carousel-light .VueCarousel-navigation-next::before {
  color: #000;
}

.vue-carousel IMG {
  width: 75%;
}

