/*
** newlifebuilders.css
*/

.jumbotron {
    /*background-image: url('../images/IMG_0243.jpg');
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing  {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p, .marketing .col-lg-6 p {
  margin-left: 10px;
  margin-right: 10px;
}

#contact-phone {
    color:#E74C3C;
}
#contact-mail {
    color:#2980B9;
}

#testimonials {
    color:#16A085;
}

#testimonials_bg {
    background-color: #ECF0F1;
}

#footer {
  height: 60px;
  background-color: #f5f5f5;
}

.container .credit {
  margin: 20px 0;
}

.jumbotron .container h1, .jumbotron .container p { color:#fff;}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: transparent;
}
.carouselimg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {

}