/**
 * @minify true
 */
body {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 70px;
}

.mw-540 {
	max-width: 540px;
}


.sl-img {
	background-size: cover; 
	min-height: 20rem;
  background-position: center;
  transition: opacity 400ms ease-in-out;
  opacity: 1;
  cursor: pointer;
}

.sl-img:hover {
  opacity: 0.75;
}

img.rounded-circle {
  object-fit: cover;
}

/* 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;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

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

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

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


.radar-mount {
  background-image: url('images/radar-mount.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.ss-manifold {
  background-image: url('images/ss-manifold.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.heli {
  background-image: url('images/heli.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.podlifter {
  background-image: url('/accufab-portfolio/pod-lifter/podlifter2.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
