/* navbar & head */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}
#topimage {
width:100%
}

nav img {
width: 3.5em;
}

.jumbotron {
 background-image: url("images/mbitopimage.png");/* Orange */
background-repeat: no-repeat;
background-size:cover;
height:50%;
    color: #ffffff;
}

.bgimg {
  height: 600px;
background-position:fixed;
  background-image: url('https://images.unsplash.com/photo-1473923377535-0002805f57e8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=d239ac0e409e18cf74ace503c491714f&auto=format&fit=crop&w=1469&q=80');
  background-attachment: fixed;
  background-position: center top;
}
/* footer */

.row {

}
footer {
        background-color: #540000;
padding: 2em 2em 1em 2em;
color:#fff;
width: 100%;
}
.foot-top {
background-color:#800000;
padding: 1.5em;
margin-top:5em;
}
.foot-top a{
margin:0 0 0 .7em;
}
/*services */
.bg-grey { 
background-color:#f6f6f6;
}
#ft2 {
background-color:#f6f6f6;
padding:4em 0em;
border: 1px solid #eee;
.bg-white { 
background-color:#ffffff;
}
.fg-black {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* 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;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
#services-top {
background-color: #f6f6f6;
border-bottom: 3px ;
border-bottom-color: red;
}
/*services */
/* who we are */

.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/* who we are */
#service-images {
width:500px;
height:500px;
}
/**  Page -- Mission **/

#mission p{
    font-size:1em;
}
#mission h4 {
color: #900000;
}

#mission img {
size:10em;
}
