.slideshow-container1, .slideshow-container2 {
	position: relative;
	margin: auto;
}
.slideshow-container2 {
	width: 250px;
	height: 375px;
}

.mySlides1, .mySlides2 {
	display: none;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #717171;
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
.separator {
	justify-content: center;
}
.colm1 {
	text-align: left;
}
.colm2 {
	text-align: center;
}
#hdr1 {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
}
#hdr2 {
	font-weight: bold;
	font-style: italic;
}
#hdr2 .colm2 {
	font-size: 18px;
}

@media screen and (max-width: 399px) {
	.slideshow-container1 {
		width: 90%;
		height: auto;
	}
	.show {
		float: none;
	}
	.separator {
		display: block;
	}
	.colm1, .colm2 {
		font-size: 14px;
	}
	.colm1 {
		width: 175px;
	}
	.colm2 {
		width: 75px;
	}
}
@media screen and (min-width: 400px) {
	.slideshow-container1 {
		width: 400px;
		height: 260px;
	}
	.show {
		float: none;
	}
	.separator {
		display: block;
	}
	.colm1, .colm2 {
		font-size: 14px;
	}
	.colm1 {
		width: 175px;
	}
	.colm2 {
		width: 75px;
	}
}
@media screen and (min-width: 600px) {
	.slideshow-container1 {
		width: 600px;
		height: 400px;
	}
	.colm1, .colm2 {
		font-size: 16px;
	}
	.colm1 {
		width: 300px;
	}
	.colm2 {
		width: 100px;
	}
}
@media screen and (min-width: 800px) {
	.slideshow-container1 {
		width: 400px;
		height: 260px;
	}
	.words {
		height: 300px;
		padding: 10px;
	}
	.words p {
		font-size: 16px;
	}
	.separator {
		display: flex;
		justify-content: center;
	}
	.colm1, .colm2 {
		font-size: 14px;
	}
	.colm1 {
		width: 175px;
	}
	.colm2 {
		width: 75px;
	}
}
@media screen and (min-width: 1000px) {
	.slideshow-container1 {
		width: 600px;
		height: 400px;
	}
	.words {
		height: 450px;
	}
	.words p {
		font-size: 18px;
	}
	.colm1, .colm2 {
		font-size: 18px;
	}
	.colm1 {
		width: 250px;
	}
	.colm2 {
		width: 100px;
	}
}
@media screen and (min-width: 1200px) {
	.words p {
		font-size: 20px;
	}
}
@media screen and (max-width: 599px) {
    h1 {
        font-size: 34px;
    }
}

@media screen and (min-width: 600px) {
    h1 {
        font-size: 48px;
    }
}

@media screen and (min-width: 800px) {
    h1 {
        font-size: 60px;
    }
}