@charset "utf-8";
/* CSS Document */

#container {
    width: 800px;
    /* Change this value to customize the content area*/
    margin: 0 auto;
}

h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 60px;
	margin-top: 80px;
	color: black;
}

p {
	font-size: 20px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: black;
	align-content: center;
}

h4 {
	font-family:  Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-top: 200px;
	font-size: 40px;
	color: #734787;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #734787;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: white;
}

.carousel-indicators {
	background-color: #734787;
}

h3 {
	margin-top: 80px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

h2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 40px;
	margin-top: 50px;
	color: #734787;
}

h5 {
	float: left;
	background-color: #734787;
	font-size: 25px;
}

html {
	background:url(images/bg.jpg) no-repeat;
}
h6 {
	margin-top: 300px;
	margin-left: 400px;
}