.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}

/* Centering the slideshow container and making it full width */
.slideshow-container {
    width: 70%;
    max-width: 70%; /* Optional, if you want to ensure it doesn't exceed screen width */
    margin: 0 auto;
    position: relative;
    margin-left: 0;
    padding-left: 0;
}

/* Styling for each slide to center content */
.mySlides {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 250px;
    margin-left: 0;
    padding-left: 0;
}

/* Optional: Add some padding or spacing if needed */
.slideshow-container .mySlides .event {
    padding: 20px;
}

.mySlides {
    background-color: #111; /* Slightly lighter black */
    
    align-content: center;
    border-radius: 10px;
    align-content: center;
    text-align: center;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.3); /* Red shadow */
    h3{
        margin-top: 0;
        color: #dd3333; /* Red color for quality headings */
    }
    a:link{
        text-decoration: none;
        color: #fff;
    }
    a:visited{
        text-decoration: none;
        color: #fff;
    }
}
@media screen and (max-width: 850px) {
    .mySlides{
        height: 300px;

    }
    .slideshow-container {
        width: 70%;
        max-width: 300px; /* Optional, if you want to ensure it doesn't exceed screen width */
        margin: 0 auto;
        position: relative;
        margin-left: 0;
        padding-left: 0;
    }

}