/* Restore Original Echelon Background */
body, body#page-home, body:not(#home), .jumbotron {
    background-image: url('../images/body-bg.jpg') !important;
    background-repeat: repeat-x;
    background-color: #050505 !important; /* Dark fallback */
    min-height: 100vh;
}

/* Main Content Area White Box */
#container > .container {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 500px; /* Ensure it looks substantial */
}

/* Adjust Jumbotron transparency if present */
.jumbotron {
    background: transparent !important;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

/* Footer text correction for dark background if outside container */
footer {
    color: #ccc;
}
footer p {
    margin-bottom: 0;
}
