
* {
	font-family: 'Source Sans Pro', sans-serif;
}

.banner_container:before{
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
	margin-right: auto;
	margin-left: auto;
  display: block;
  width: 1140px;

	background-image: url(/images/banner/banner2_resized.jpg);
  background-position: 0% 25%;
  background-size: cover;
  background-repeat: no-repeat;

  opacity: 0.7;
}

.banner_container{
  overflow: auto;
  position: relative;
  padding-top: 50px;
}

.banner_txt{
  text-shadow: 2px 2px #000000;
  color: white;
}
.banner_img{
  font-weight: bold;
  text-shadow: 0 0 6px #CBA9E5;
  text-align: center;
  color: #6b469c;
  font-size: 200%;
  padding-top: 2px;
}

.banner_header{
  font-size: 160%;
}
.banner_subtitle{
  font-size: 150%;
}

.carousel{
  font-weight: bold;
}
