/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  
}

.marketing {
  margin-top: 4rem;

}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


.marketing img {
  -webkit-box-shadow: 5px 4px 13px 2px rgba(0,0,0,0.59); 
  box-shadow: 5px 4px 13px 2px rgba(0,0,0,0.59);
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

.blank-featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  border: 0px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

.featurette img, .featurette iframe {
  -webkit-box-shadow: 5px 4px 13px 2px rgba(0,0,0,0.59); 
  box-shadow: 5px 4px 13px 2px rgba(0,0,0,0.59);
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}


iframe, object, embed{max-width: 100%;}