@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #575757;
  line-height: 1.7;
}
.home-splash {
  background: url('../images/slide7.jpg') no-repeat bottom center;
  background-size: cover;
  /* height: 550px; */
  text-shadow: 0px 0px 20px black;
}

.home-splash {
  background: url('../images/slide7.jpg') no-repeat center center;
  background-size: cover;
}
.item.item3 {
  background: url('../images/slide1.jpg') no-repeat center center;
  background-size: cover;
}
.item.item4 {
  background: url('../images/slide2.jpg') no-repeat center center;
  background-size: cover;
}
.item.item5 {
  background: url('../images/slide3.jpg') no-repeat bottom center;
  background-size: cover;
}
.item.item6 {
  background: url('../images/slide4.jpg') no-repeat bottom center;
  background-size: cover;
}
.item.item7 {
  background: url('../images/slide5.jpg') no-repeat bottom center;
  background-size: cover;
}
.item.item8 {
  background: url('../images/slide6.jpg') no-repeat center center;
  background-size: cover;
}
.item.item9 {
  background: url('../images/slide7.jpg') no-repeat center center;
  background-size: cover;
}
.item.item10 {
  background: url('../images/slide8.jpg') no-repeat center center;
  background-size: cover;
}
.item.item11 {
  background: url('../images/slide9.jpg') no-repeat center center;
  background-size: cover;
}

.item.item12 {
  background: url('../images/slide10.jpg') no-repeat center center;
  background-size: cover;
}

/* .item.item13 {
    background: url('../images/slide11.jpeg') no-repeat center center;
    background-size: cover;
} */

.btn-poster{
  background-color: #4d56a3;
  border-color: #4d56a3;
  color: #ffffff;
}

.home-splash h1 {
  font-size: 2.5em;
}
.home-splash h2 {
  font-size: 1.5em;
  font-weight: 400;
}

.jumbotron {
  color: #fff;
}

img {
  max-width: 100%;
}

.map {
  height: 300px;
}

#features .card {
  border-color: transparent;
}
#features .card-body {
  min-height: 90px;
}
#features .card-title {
  font-size: 1.1em;
  font-weight: 400;
}
a {
  color: #424242;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #222222;
}
.brand-link {
  font-weight: bold;
}
.btn-submit {
  background-color: #4b55a2;
  border-color: #4b55a2;
}
.btn-submit:hover {
  background-color: #404990;
  border-color: #404990;
}

.client-carousel .owl-item img {
  width: 200px;
  margin: auto;
}

a {
  text-decoration: none;
}