#map {
    width: 100%;
    height: 650px;
    margin:0;
    padding:0; 
}

.sat-sample {
  background-position: center center;
}
.sat-sample h1,
.sat-sample h4,
.sat-sample p,
.sat-sample a {
  color: white;
  font-weight: 200;
}

.sample-ImageHeader{
  color:white;
  text-align:center;
  background-image: url('../img/bg/satellite-pixels.jpg');
}


.featurette-col {
  margin-bottom: 1.5rem;
  text-align: center;
}
.featurette-col h2 {
  font-weight: normal;
}
.featurette-col p {
  margin-right: .75rem;
  margin-left: .75rem;
}

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

.featurette-heading {
  color:black;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  padding-bottom: 25px;
}



@media (min-width: 40em) {
  .sat-card .card-block{
    height:500px;
  }
}


.sat-card-img {
    position:relative;
    display:inline-block;
    text-align:center;
}

.sat-card-img .tag {
    position:absolute;
    bottom: 15px;
    right: 5px;

}

.sat-card-img h4 {
  margin:0;
  padding:0;
}











