* {box-sizing: border-box}

body {font-family: Calibri, sans-serif;}

.mySlides {
	display: none
}

img {
	vertical-align: middle;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #999999;
    font-weight: bold;
    font-size: 40px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Slideshow container */
.slideshow-container {
    position: relative;
    width: 80%;
    max-width: 1200px;
    margin: 10px;
    background-color: transparent;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 15px 0 0 3px;
}

/* Position the "next button" to the left */
.prev {
    left: 0;
    border-radius: 3px 0 0 15px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    text-decoration:none; 
	color: #ffffff;
}


.slideImg {
	width:80%;
	height:auto;
	transition:all 2.5s ease-in-out;
}

.slideImg:hover  {
    transform:scale(1.4); 
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 1000px) {
    .slideshow-container {
        width: 80%;
        margin: 0px;
    }
}

