/* slideshow.css — styles for project pages (choir, shell, gland, poppies). Base styles in site.css. */

.page-container {
    max-width: 60%;
    margin: auto;
    padding-top: 30px;
}

.slideshow-container {
    width: 100%;
    position: relative;
}

.mySlides {
    display: none;
}

.slideshow-container img {
    width: 90%;
    padding: 5%;
}

.prev, .next {
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -40px;
    padding: 9px;
    color: lightgray;
    font-weight: bold;
    font-size: 30px;
    transition: background-color 0.3s;
    cursor: pointer;
    user-select: none;
}

.prev { left: 0; }
.next { right: 0; }

.prev:hover, .next:hover {
    background-color: gray;
    color: white;
}

.description-text {
    text-align: left;
    margin-top: -10px;
    margin-left: 10%;
    margin-right: 10%;
}
