body {background-color: #222222;}

h1 {font-weight: bold; color: #222222;}

@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}

footer {padding-top: 15px; color: #dddddd; }

