.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}

/* Caption text */
.slide-text {
    color: #f2f2f2;
    font-size: 15px;
    /* padding: 8px 12px; */
    padding-top: 2rem;
    width: 100%;
    text-align: center;
}


/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .slide-text {
        font-size: 11px
    }
}

.slider-title {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    z-index: 2;
}

.description {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 2.5rem;
}

.button-wrapper {
    padding-top: 3.5rem;
}

.darken-image {
    max-width: 100%;
    min-height: 750px;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5vw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)), url("../images/SLIDE_01.jpg");
}
