header {
  padding: 150px 0;
}

section {
  padding: 150px 0;
}

.bg-kouex-1 {
  background: #003875;
}

.bg-kouex-2 {
  background: #0095DA;
}

.navbar {
   border-bottom: 2px solid #003875;
}


.business-header {
    height: 50vh;
    min-height: 500px;
    background: url('../img/theme.jpg') center center no-repeat scroll;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.business-header .jumbotron {
   background: rgb(200, 200, 200); /* This is for ie8 and below */
   background: rgba(200, 200, 200, 0.7); 
}


@media (max-width: 992px) {

  section {
    padding: 50px 0;
  }
    
  .business-header .display-4 {
    font-size: 2.0rem;
  }

}