/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-brand {
 color: #c49c38;
}

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

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel,
.carousel-inner {
  overflow: hidden;
}
.carousel {
  height: 755px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Bump up size of carousel content */
.carousel-caption p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1;
}
.carousel-caption h1 {  
  font-size: 12px;
  line-height: 1;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  overflow: hidden;
  height: 755px;
  margin-bottom: 1em;
  margin-top: 0em;
  padding: 0px;
  background-color: #777;
  position: relative;
}
.carousel-inner > .item > img {
  display: block;
  margin: 0;
  width: 100%;
  height: 755px;
  object-fit: contain;
  object-position: center;
}
.carousel-inner > .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
  pointer-events: none;
  z-index: 1;
}

.carousel-btn {
  background-color: #fff;
  margin: 1px;
  border-color: transparent;
  padding:2px 20px;
  font-size:80%;
  line-height: 1;
  border-radius:2px;
}



/* 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: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


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

.featurette-divider {
  margin: 60px; /* Space out the Bootstrap <hr> more */
}

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

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}



/* RESPONSIVE CSS
-------------------------------------------------- */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .carousel {
    height: 450px;
  }
  .carousel .item {
    height: 450px;
  }
  .carousel-inner > .item > img {
    height: 450px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
        /* Navbar positioning foo */
        .navbar-wrapper {
          margin-top: 0px;
        }
        .navbar-wrapper .container {
          padding-right: 15px;
          padding-left: 15px;
        }
        .navbar-wrapper .navbar {
          padding-right: 0;
          padding-left: 0;
        }

        /* The navbar becomes detached from the top, so we round the corners */
        .navbar-wrapper .navbar {
          border-radius: 4px;
        }

        /* Bump up size of carousel content */
        .carousel-caption p {
          margin-bottom: 20px;
          font-size: 21px;
          line-height: 1.4;
        }

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

        .carousel-btn {
          padding:2px 20px;
          font-size:80%;
          line-height: 1;
          border-radius:3px;
        }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .featurette-heading {
    margin-top: 20px;
  } 

  .carousel-btn {
    padding:4px 20px;
    font-size:90%;
    line-height: 1.2;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
 
}
