body {
	font-family: Arial, sans-serif;
  padding-bottom: 40px;
  color: #5a5a5a;
}

body h1 {
	font-family: 'Squada One', cursive;
}
body h2 {
	font-family: 'Squada One', cursive;
}
.navbar-wrapper {
	font-family: 'Squada One', cursive;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.carousel {
  height: 400px;
  margin-bottom: 60px;
}
.carousel-caption {
  z-index: 10;
	vertical-align: middle;
}
.carousel .item {
  height: 400px;
  background-color: #337ab7;
}
.carousel-inner > .item > img {
	position:absolute;
    left:50%;
    margin-left:-800px;
    cursor:pointer;
	min-height:400px;
	min-width:1600px;
}
.ratio {
    position:relative;
    width: 100%;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer-blue {
	background-color: #337ab7;
	color: white;
	height: 40px;
	text-align:center;
	padding: 10px;
	margin-top: 80px;
	margin-bottom: -40px;
}
.featurette-divider {
  margin: 80px 0;
}
.carousel-caption p {
	font-weight:bold;
	color: white;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
	text-shadow: 2px 2px 2px black;
  }
@media (min-width: 768px) {
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
.navbar-wrapper .navbar {
    border-radius: 4px;
  }
.carousel-caption p {
	font-weight:bold;
	color: white;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.4;
	text-shadow: 2px 2px 2px black;
  }
  .carousel-caption h2 {
	color: white;
	text-shadow: 5px 5px 5px black;
  }

  .featurette-heading {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 50px;
  }
}
