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

body {
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 40px;
  background-color: #eee;
}

h2 {
  font-size: 24px;
}

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

.navbar-toggle {
  background-color: #849c3c;
}

.navbar-inverse {
  background-color: black;
}

.navbar-brand {
  color: #849c3c;
}

.navbar-inverse >a {
    color: #849c3c;
    font-size: 150%;
}

.navbar-inverse >a:hover {
    color: #849c3c;
    background-color: #D3D3D3;
}

/* 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;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


.nav li a {
  color: white;
}


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

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.btn-shop-now {
  background-color: rgba(255,255,255, 0.5);
  border-color: #849c3c;
  border-radius: 24px;
  color: #849c3c;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
}

.carousel-caption .btn:hover {
  background-color: #849c3c;
  color: white;
}

.nudge-down {
  height: 100px;
  background-color: #e5e7e9;
  padding-bottom: 0px;
}

.shop-row {
  padding: 12px;
  background-color: #e5e7e9;
}

.shop-row .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.shop-container .btn:hover {
  background-color: #849c3c;
  color: white;
}

.carousel-caption h1{
  font-family: 'Oswald', sans-serif;
  color: #849c3c;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
}

.carousel-item {
  height: 500px;
  background-color: #eee;
}

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

/*



.carousel-banner {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}




*/

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

/* Center align the text within the three columns below the carousel */
.shop-container {
  margin-bottom: 20px;
  text-align: center;
}

.shop-container p {
  margin-right: 10px;
  margin-left: 10px;
}
.marketing h2 {
  font-weight: normal;
}



/* Featurettes
------------------------- */
.rating-star {
  color: orange;
}

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

.featurette h2{
  font-family: 'Oswald', sans-serif;
}
.featurette h3{
  font-family: 'Oswald', sans-serif;
}

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

.featurette-heading h2 {
  font-stretch: extra-condensed;
}

.lead {
  font-family: 'Montserrat', sans-serif;
}


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

@media print {
   a[href]:after {
    content: none;
  }
  .btn-shop-now {
    display: none;
  }
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .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: 32px;
  }
  .featurette-divider {
    margin: 20px 0; /* Space out the Bootstrap <hr> more */
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 80px;
  }
  .featurette-divider {
    margin: 30px 0; /* Space out the Bootstrap <hr> more */
  }
}
