html {
  background-image: url(../img/bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  padding-top: 40px;
  background: transparent;
}

nav {
  transition: all 0.3s linear;
}

.img-responsive {
  margin:0 auto;
}

.panel {
  background: transparent;
}

.panel-body {
  background: rgba(255,255,255,.95);
}

.navbar-inverse {
  background: rgb(51,51,51);
}

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: rgb(39,39,39);
}

.nav-shadow {
  box-shadow: 0px 2px 5px 0px #222222;
}

.jumbotron {
  background: rgba(238, 238, 238,.95);
  text-align: justify;
}

.carousel-indicators {
  bottom : -10px;
}

.carousel-control.left .carousel-control.right
.carousel-control.left:hover .carousel-control.right:hover {
  background-image: none;
}

#logopean {
  max-width: 450px;
}

#photos-jumbo {
  text-align: center;
}

#photos-jumbo > .row > img {
  max-height: 200px;
  max-width: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#carousel-example-generic {
  max-height:200px;
  max-width: 300px;
  margin: 0 auto;
}

#legal {
  height: 8px;
  background: transparent;
  font-size: 7pt;
  text-align: center;
  color: black;
}
