/* Lines 19-42 generated by DeepSeek to help w/ formatting */

/* Style for page */

/* Set background color */
.main {
    background-color: #eee6d2;
}

/* Text Design for Special Thanks */
#thanks {
    font-weight: bold;
    font-style: italic;
}


/* Format display images */

/* Base carousel styles */
.photos {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

/* Inner carousel elements */
.photos .carousel-inner,
.photos .carousel-item,
.photos .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-color: #d3bfa8;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .photos {
        height: 350px;
    }
}