#iconbox {

background: #f3c5bd; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f3c5bd 0%, #ff6600 0%, #fcfc46 6%, #f75600 23%, #f9f961 43%, #ff6600 76%, #ff6600 94%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f3c5bd 0%,#ff6600 0%,#fcfc46 6%,#f75600 23%,#f9f961 43%,#ff6600 76%,#ff6600 94%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f3c5bd 0%,#ff6600 0%,#fcfc46 6%,#f75600 23%,#f9f961 43%,#ff6600 76%,#ff6600 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#ff6600',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


box-shadow: 2px 2px 8px 2px rgba(4,3,20,0.30);
}

    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }


 @media (max-width: 600px) {
    .carousel-caption1 {
      display: none; 
    }
  }  
  
 