@charset "utf-8";
/* slideshow CSS Document */

.carousel-caption h3,
.carousel-caption button {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	 position: absolute;
	background-color: darkred;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
  right: -25%;
  bottom: 30px;
  left: 70%;
  z-index: 10px;
}
.carousel-caption h2,
.carousel-caption button {
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	 position: absolute;
	background-color:darkred;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
  right: -25%;
  bottom: 10px;
  left: 70%;
  z-index: 10;
}

/*
.carousel-indicators {
	bottom: 0;
}*/
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: darkred;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	padding: 1em;
	text-align: left;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: darkred;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}
.carousel-caption button {
	animation-delay: 3s;
}

h1 {
  text-align: left;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: none;
}
