#myCarousel {
	background-image: url("/images/homepage/img1.jpg");
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top left;
	height: 632px;
	clear: both;
	margin-bottom: 30px;
	overflow: auto;
	position: relative;
}

#widget {
	position: absolute;
	left:20%;
	top: 150px;
	text-align: center;
	width: 60%;
	color: White;
	font-size: 140%;
	padding: 3%;
	background-color: rgba(0,0,0,0.7);
}

#widget p {
	margin: 0px;
	font-size: 120%;
	line-height: 150%;
	text-shadow: 0px 0px 10px Black;
}

#widget h2 {
	border: none;
	margin: 5px 0px;
	color: White;
	font-size: 3rem;
}

@keyframes breath {
  0%   { transform: scale(1,1); }
  50% { transform: scale(1.1,1.1); }
  100% { transform: scale(1,1); }
}

i.pulsing {
	margin-top: 20px;
	font-size: 200%;
	color: White;
	display: block;
	animation: breath 1s linear infinite;
}

#widget i.bi {
	margin-top: 15px;
	background-color: rgba(0,0,0,0.3);
	font-size: 250%;
	display: inline-block;
}