#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/Tianjin-China-cut-little.png');
  /*background-image: url('../img/Tianjin-China-cut-small.png');*/
  min-height: 800px;
  display: block;
  /*background:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../img/Tianjin-China-cut-little.png) right no-repeat;*/
  background-size:cover;
}
/*.sample-ImageHeader1{*/
    /*color:white;*/
    /*text-align: center;*/
    /*background-image: url('../img/Tianjin-China-cut-little.png');*/
    /*background-position: right ;*/
    /*display: block;*/
    /*!*background:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url(../img/Tianjin-China-cut-little.png) right no-repeat;*!*/
    /*background-size:cover;*/
/*}*/
.intro{
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
}

.intro1{
    -webkit-text-stroke: 0.5px white;
    -webkit-text-fill-color: black;
}


.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;
}

.bgblack{
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.bgdimmer{
    opacity: 0.2;
    filter: alpha(opacity=50);
}









