/* Add a gray background color and some padding to the footer */
    footer {
      background-color: #282828;
      padding: 25px;
    }

    .carousel-inner img {
      width: 100%; /* Set width to 100% */
      min-height: 200px;
    }

    /* Hide the carousel text when the screen is less than 600 pixels wide */
    @media (max-width: 600px) {
      .carousel-caption {
        display: none;
      }
    }

    body {
    background-color: #75b55b
    /* background-color: #57a639 */
    }

    .well {
    background-color: #e4f0dd
    }