
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
}


@media (min-width: 768px) {
.whitebg{
  background-color: #ffffff !important;
  -webkit-box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.29);
  -moz-box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.29);
  box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.29);
}
}

@media (max-width: 768px) {
 .navbar-wrapper {
  background-color: #5f5e5e;
  margin-bottom: -20px;
}}


.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 900px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
.carousel {
  height: 600px;
}
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-caption-main {
  background-color:rgba(255, 255, 255, 0.85);
  padding: 3% 6% 1% 6%;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 900px;
  background-color: #777;
}

@media screen and (max-width: 768px) {
.carousel .item {
  height: 600px;
}
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: 300;
  font-size: 56px;
}
.marketing h3 {
  font-size: 25px;
}


/* Featurettes
------------------------- */

.divider {
  margin: 75px 0; /* Space out the Bootstrap <hr> more */
}

@media (max-width: 768px) {
 .divider {
  margin: 25px 0; /* Space out the Bootstrap <hr> more */
}}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 25px;
    font-size: 33px;
    line-height: 1.4;
    font-weight: 200;
  }

    .carousel-caption h2 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1.4;
    color: #f49c6c;
    font-weight: 200;

  }

@media (max-width: 768px) {
 .carousel-caption p {
    font-size: 20px;
  }

    .carousel-caption h2 {
    font-size: 35px;
    line-height: 1.4;

  }}

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