body { position: relative; color: #5a5a5a; }
html,body { height: 100%; }

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  color: #F9F9F9;
  font-size: 17px;
  text-align: left;
}
.footer p, .footer .btn { font-size: 16px; }
.footer p { margin-top: 20px; }

.carousel-indicators {
  bottom: 0px;
}
.carousel-indicators .active { background-color: #FFF; }
.carousel-indicators li { border: 1px solid #FFF; }

#myCarousel .item { height: 100%; }
div.main-page { padding-top: 50px; }

@media (min-width: 768px) {
  .carousel-caption {
    position: absolute;
    bottom: 75px;
    left: 140px;
    width: 595px;
    color: #000;
    text-shadow: none;
    background: rgba(255,255,255,0.65);
    text-align: left;
    padding: 20px;
  }
  .carousel-caption h1 { font-weight: 700; font-size: 48px; margin-bottom: 20px; }
  .carousel-caption .btn-default { border-color: #000; color: #000; background-color: transparent; }
  .carousel-caption .btn-default:hover { background: #000; color: #fff; }

  p.lead { padding-left: 180px; padding-right: 180px; }
  div.main-page { padding-top: 100px; }
}
/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */
.navbar-default { background-color: #fff; border-left: none; border-right: none; border-radius: 0; }

.nav-justified {
   margin-top: 4px;
   margin-bottom: 4px;
}
.nav-justified>li {
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
   font-weight: bold;
   color: #999;
   padding: 8px 10px;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > li > a:hover,
.nav-justified > .active > a:focus {
   background: #FFF;
   color: #666;
}
.nav-justified > li:first-child > a {
}
.nav-justified > li:last-child > a {
}
.nav-justified {
  max-height: 52px;
}
.nav-justified > li > a {
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #fff;
}
.nav-justified > li:first-child > a {
  border-left: 0;
}
.nav-justified > li:last-child > a {
  border-right: 0;
}

.img-center img { display: block; margin: auto; height: 74px;}

.navbar-default .navbar-nav>li>a { color: #2a2a2a; }
.navbar-default .navbar-nav>li>a:hover { border-bottom: 4px solid #2a2a2a; }

.navbar-brand { width: 50px; background: url(../images/logo.png); background-size: auto 50px; }
@media (min-width: 768px) {
  .navbar-brand { width: 100px; background: url(../images/logo.png); background-size: auto 100px; }
}
@media (min-width: 992px) {
  .navbar-brand { width: auto; background: none; }
}
@media (min-width: 768px) {
  .navbar-big .navbar-brand { height: 100px; transition: all 0.3s; padding: 0; }
  .navbar-big ul.nav a { height: 100px; font-size: 20px; transition: all 0.3s; line-height: 70px; padding: 15px 24px; }
  
  .nav-justified {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nav-justified > li > a { padding: 10px 15px; }

  .featurette-heading {
    font-size: 50px;
  }
  .lead {
    font-size: 21px;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  #myCarousel .item { height: 100%; }
}

@media (min-width: 1200px) {
  #myCarousel .item { height: 100%; }

}

/* 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;
  }
}
