@media only screen and (max-width: 600px) {
  .feature-region {
    background: none !important;
    min-height: 0px  !important;
  }
}
.feature-region {
background:
url(https://rm.edu/wp-content/uploads/2020/08/banner3.4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.feature-region{
  min-height: 500px; 
}
.feature-region  h1, .feature-region  h2{
  color: white;
}

.navbar-default {
    background-color: #175a7d;
    border-color: #175a7d;
}

.navbar{
  border: none;
}

.navbar-default .navbar-nav>li>a {
  color: #ffffff;
}

.navbar-default .navbar-nav>.active>a{
  color: #ffffff;
  background-color: #eba900;
}

.btn-primary{
  background-color:#eba900;
  border-color:#eba900;
}