﻿body {

}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }
}

.carousel{
      width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  max-width: 1000px;
  *zoom: 1; 
}


.carousel-control.left, .carousel-control.right{ 
background: none;
margin-left: -30px;
margin-right: -30px;
}

.navbar-default {
  background:#f6f6f6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 30px;
  *zoom: 1;
  border:0;
  position: relative;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-nav {

	font:700 14px/30px 'futura-pt', helvetica, arial, sans-serif;
	text-transform:uppercase;
    position:relative;
    padding-top: 20px;
    padding-left: 135px;
}

.navbar-default .navbar-nav > li > a {
    color:#a8a8a8;
}

.navbar-toggle {
    margin-top: 30px;
    border: none;
    padding-bottom:10px;
    background: transparent;
    color: #88a8ca;
}
