body { 
	/* Required to compensate for the navbar at the top */
	padding-top: 50px;
 background-image: url('../img/nbackground.jpg');
 background-repeat:no-repeat;
}

#myCarousel {
	margin-bottom: 30px;
}

#myCarousel .carousel-inner > .item > img {
	position: relative;
	top: 0;
  	left: 0;
	width: 100%;
}

/* This class wasn't implemented by Bootstrap */
.text-justify {
	text-align:justify;
	text-justify:inter-word;
}

/*Centers the images*/
.three_banners .col-md-4 {
  text-align: center;
}

.whitebg {
	background-color:rgba(255, 255, 255, 0.7);
	padding: 10px;
	border-radius: 10px;
	margin-top: 10px;

}


.darkbg {
	background-color:rgba(0, 0, 0, 0.4);
	padding: 10px;
	border-radius: 10px;
	margin-left: 20px;
	margin-right: 20px;
	color:rgba(250, 250, 250, 1);

}




.verywhitebg {
	background-color:rgba(255, 255, 255, 0.2);
	padding: 10px;
	border-radius: 10px;
}

/* Some very basic, handy, vertical spacers*/
.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }


.spag-carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-radius: 10px;
}

.spag-carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.4)), to(rgba(255, 255, 255, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.4) 0), color-stop(rgba(255, 255, 255, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0, rgba(255, 255, 255, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0, rgba(255, 255, 255, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.spag-carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(255, 255, 255, 0.0001)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.4) 100%));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0001) 0, rgba(0, 0, 0, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.spag-carousel-control:hover,
.spag-carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.spag-carousel-control .icon-prev,
.spag-carousel-control .icon-next,
.spag-carousel-control .glyphicon-chevron-left,
.spag-carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.spag-carousel-control .icon-prev,
.spag-carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.spag-carousel-control .icon-prev:before {
  content: '\2039';
}

.spag-carousel-control .icon-next:before {
  content: '\203a';
}


.roundborder {
	border-radius: 10px;
	border: solid 1px;
	padding-bottom: 10px;
	line-height: 5px;
}