body {
  background-color: #FFFFFF;
  margin-top: 30px;
  margin-left: 0px
  margin-right: 0px;;
  padding: 0;
  font-weight: normal !important;
  color: black;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}

a { 
  color: #002c53; 
  text-decoration: none;
}
  
.contentcontainer {
  font-size: 12px;
  letter-spacing: .01em;
  font-weight: normal;
  text-transform: uppercase;
}


.navbar
{
	font-size: 16px;
	color: #002c53;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

.titles
{
	font-family: Futura;
	font-size: 22px;
	color: #002c53;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

.runtext
{
	font-size: 12px;
	color: #002c53;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	text-align: left;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  color: #002c53;
  z-index: 1;
  top: 10% !important;
}
.carousel-caption h1 {
  font-family: Futura;
  font-size: 42px;
  text-transform: uppercase;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 300px;
}
.carousel-indicators li {
  color: #002c53;
  border-color: #002c53;
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #002c53;
  color: #002c53;
  border-color: #002c53;
  opacity: 1;
}
.carousel-control {
  color: #002c53;
  opacity: 1;
}
.carousel-control .icon-circle-arrow-right,
.carousel-control .icon-circle-arrow-left,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  top: 15%;
  font-size: 78px;
}
.carousel-stroke {
  position: absolute;
  top: 45%;
  z-index: 500;
  display: inline-block;
  border-top: 6px solid #002c53;
  width: 100%;
}
.carousel-control .icon-next,
.carousel-control .icon-circle-arrow-right {
  right: 85%;
}
.carousel-control .icon-prev,
.carousel-control .icon-circle-arrow-left {
  left: 85%;
}
