
body
{
  font-family: 'Helvetica Neue', 'Arial', 'Verdana', sans-serif;
  font-size: medium;
  padding-top: 70px;
}

h1
{
  font-size: 36pt;
  font-weight: 300;
}

h2
{
  font-family: 'Source Sans Pro';
  font-size: 36pt;
  font-weight: 300;
  padding-bottom: 50px;
}

.navbar
{
  margin-bottom: 100px;
}

.navbar-default
{
  background-color: #e5e5e5;
  border: 0px solid #ccc;
  border-bottom: 0;
  border-radius: 0px;
}
.navbar-brand
{
  font-size: 18px;
  background-color: #e5e5e5;
}
.navbar-nav > li > a
{
  font-size: 16px;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
  background-image:         linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus
{
  background-color: #0f0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.carousel {
  height: 320px;
  margin-bottom: 60px;
  padding-top: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    color: #ca0;
  z-index: 10;
}
.carousel-caption > h2 {
  padding-bottom: 10px
}
.carousel-caption > p {
  font-size: 16pt;
}

/* Declare heights because of positioning of img element */
.carousel-inner {
  height: 320px;
  background-color: #fff;
}
.carousel-inner img {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.carousel-indicators li{
    border: 1px solid #ffc000;
}

.carousel-indicators .active{
    background-color: #ffc000;
}

.carousel-control .glyphicon{
    color: #ffc000;
}

.btn-primary,
.btn-default {
  background-color: #ffc000;
  border-color: #ccc;
  border-radius: 0;
}

.container .text-muted
{
  margin: 20px 0;
}

.footer
{
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #666;
}

.footer > .container
{
  color: #fc0;
  padding-right: 15px;
  padding-left: 15px;
}

.footer p
{
}

.footer ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer a
{
  color: #ccc;
}
.footer a:hover
{
  color: #fc0;
  text-decoration: none;
}

.footer .row
{
  margin-top: 30px;
}

.trademark-attribution
{
  color: #aaa;
  text-align: center;
}

.table-feature
{
  font-style: italic;
}

p + div.table-responsive
{
  padding-top: 10px;
}

.document-title
{
  font-size:100%;
  font-style:normal;
  font-weight:500;
}


