/* Comment for Git */

.slideshow-container {
    position: relative;
    width: 100%;
    height: auto;
    margin:  0 auto;
    margin-top: 0;
    padding-top: 0;
}

.mySlides {
    width: 100%;
}

.mySlides img,
.slideshow-container img {
    margin-top: 0;
    padding-top: 0;
    height: 250px;         /* set a fixed height */
    object-fit: cover;
    display: block;
}

.mySlides.active {
    display: block;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50%;
    background: rgba(0,0,0,0.4);
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s;
}

.prev:hover, .next:hover {
    background: rgba(0,0,0,0.7);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}


.slideshow-container img {
    border-top: 4px solid #695848;
    width: 100%;
}

p {
    padding: 24px;
}

.LongPhoneImage {
    display: none;
}

/* Adds an image when the phone's length reaches a certain height  */
@media ((min-height: 768px) and (max-width: 1536px)) {
    .LongPhoneImage {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
}

@media (min-height: 768px){
    .slideshow-container img {
        height: 400px;         /* set a fixed height */
    }
}


/* Desktop styles */
@media (min-width: 1060px) {
    .slideshow-container img {
        border-top: 0px;
        margin-top: 0px;
        height: 700px;         /* set a fixed height */
    }

    #Description {
        justify-self: center;
        font-size: 17px;
        letter-spacing: 1px;
        font-family: "Roboto";
        color : #404040;
        width: 60%;
    }
}