@charset "UTF-8";
/* CSS Document */

    /* 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: #555;
      padding: 25px;
      color: #fff;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;

  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }


/*Increase heigt of the menu banner*/
.navbar-brand {
    height: 50px;
    }
    
/* Adjust Bootstrap .navbar-brand */
.navbar-brand {
	padding-top: 5px;
}
