* {
	box-sizing: border-box}
	body {
	font-family: "FiraSansBook"; 
	margin:0;
}
.mySlides {
	display: none;
}

img {
	border: 0;
}

/* Slideshow container */
.slideshow-container {
	max-width: 95%;
    position: relative;
	padding: 0px 0 10px 0;
	margin: auto;
}

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

/* 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);
}

/* Caption text */

.text_01 {
	font-family: "Quintessential";
	font-size: 50px;
	color: #03bbca;
	top: 99%;
	position: absolute;
	margin: 30px 0 30px 0;
	line-height: 30px;
	text-align: center;
	width: 100%;
} 
.text_02 {
	font-family: "Quintessential";
	font-size: 50px;
	color: #CA9D44;
	position: absolute;
	margin: 30px 0 30px 0;
	top: 102%;
	text-align: center;
	width: 100%;
}
.text_03 {
	font-family: "Quintessential";
	font-size: 50px;
	color: #88BBCC;
	position: absolute;
	margin: 30px 0 30px 0;
	top: 102%;
	text-align: center;
	width: 100%;
}
.text_04 {
	font-family: "Quintessential";
	font-size: 50px;
	color: #f40f45;
	position: absolute;
	margin: 30px 0 30px 0;
	top: 102%;
	text-align: center;
	width: 100%;
}
.text_05 {
	font-family: "Quintessential";
	font-size: 50px;
	color: #f95b37;
	position: absolute;
	margin: 30px 0 30px 0;
	top: 101%;
	text-align: center;
	width: 100%;
}
.text_06 {
	font-family: "Quintessential";
	font-size: 50px;
	color: #ffffff;
	position: absolute;
	margin: 30px 0 30px 0;
	top: 102%;
	text-align: center;
	width: 100%;
}

.text_07 {
	font-family: "Quintessential";
	font-size: 50px;
	color: #f97575;
	position: absolute;
	margin: 30px 0 30px 0;
	top: 101%;
	text-align: center;
	width: 100%;
}
/* Number text (1/3 etc) */
.numbertext {
	font-family: "FiraSansBook";
	color: #f2f2f2;
	font-size: 14px;
	padding: 0;
	position: absolute;
	top: 115%;
	width: 100%;
	text-align: center;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 12px;
	width: 12px;
	margin: 0 10px 0 0;
	background-color: #7f7f7f;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #333;
}

/* Fading animation */
.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}
}

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