.text-decoration-none {
	text-decoration: none;
}

.slide-content h2{
	font-size: 1.2rem;
	text-shadow: 0px 2px 5px rgba(0,0,0,1);
}

.carousel-caption {
	bottom: 15px;
}

@media screen and (min-width: 768px) {
  .slide-content h2{
	  font-size: 2.0rem;
	}
}

@media screen and (min-width: 992px) {
  .slide-content h2{
	  font-size: 3.4rem;
	}
	.carousel-caption {
		bottom: 40%;
	}
}