body {
    background-color: #fff200;
    
    }
 .navbar-default {
    background-color: #fff200;
   border-color: #fff200;
}
.navbar-custom .navbar-brand, .navbar-default .navbar-nav>li>a{
color: #80c343;
   
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
background-color: #80c343 !important;
   
}
 .carousel{
 
 width:100% !important;
     margin-top: 136px !important;
 }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
       min-width: 100%;
        width: 100%;
        max-width: 100%;
        line-height: 1;
    }
    
    
    
    .carousel-caption{
    top: 15% !important;
    height: 86px;
    /* text-shadow: none; */
    background: none !important;
    }
    
    
  .carousel-h4{
  
      font-family: "DinPRO", "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 40px;
    margin-bottom: 25px;
    font-weight: 700;
  }  
    
.text-muted{

color:#000 !important;
}
.carousel-indicators{
	
	bottom:-40px !important;
}
@media (max-width: 768px) {
.carousel-caption{
    top: 40% !important;
	
}
.carousel-h4{

font-size: 35px;
}

}