/* After section id home code */
#slide {
    /*padding-top: 60px;*/
    /*padding-bottom: -70px;*/
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    margin: auto;
    /*margin-top: -60px;*/
}

.mySlides img {
    width: 100%;
    height: 100%;
}


.mySlides h1 {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 4vw;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    line-height: 2;
    position: absolute;
    top: 46%;
    -webkit-text-fill-color: white; 
    text-fill-color: white; 
    -webkit-text-stroke: 2px #22313f; 
    text-stroke: 2px #22313f; 
    /*text-shadow: -3px -2.5px 0 #22313f, 3px -2.5px 0 #22313f, -2.5px 2.5px 0 #22313f, 2.5px 2.5px 0 #22313f;  /*left top, right top, left bottom, right bottom*/*/
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    color: black;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: #F0E68C;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 700px) {
    .mySlides h1 {
        -webkit-text-stroke: 1px #22313f; 
        text-stroke: 1px #22313f; 
    }
}

@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}