
a {
  color: #FFF;
  text-decoration: none;
  display: block;
}

a:hover {
  color: #7F7F7F;
  text-decoration:underline;
}

h3{color:#1C2747;}

.carousel-caption{
	text-align: center;
	top: 10;
	background: rgb(0,0,0,0.6);
	border-radius: 10px;
	padding-top:1.25rem;
}


.carousel-caption h1{
	color: #FFF;
	font-size: 60px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.carousel-caption p{
	color: #ededed;
	line-height: 1.7;
	margin-bottom: 20px;
}


.carousel-caption a{
	color: #FFF;
	text-decoration: none;
	background: #3088e0;
	padding: 16px 37px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 20px;
}