/* GLOBAL STYLES
-------------------------------------------------- */

a {
  color: #603;
  font-weight: bold;
}

a:hover {
  color: #888;
}

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

/* CUSTOMIZE NAVBAR
-------------------------------------------------- */
.navbar-inverse {
  background-color: #603;
  border-radius: 0;
}

.navbar-brand img {
  margin-top: -12px;
}

div.navbar-collapse ul.nav li a {
  color: #fff;
}

.nav li a {
  color: #fff !important;
  font-weight: bold;
}

.nav li a:hover {
  background-color: #ddd;
  color: #fff;
}

li.dropdown a.dropdown-toggle {
  color: #fff;
}

li.dropdown a.dropdown-toggle:hover {
  background-color: #ddd; 
  color: #603;
}

.dropdown-toggle {
  color: #fff;
}

.dropdown-menu {
  background-color: #603;
}

.dropdown-menu li a:hover {
  color: #603;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*
.carousel {
  height: auto;
  margin-top: -20px;
  margin-bottom: 60px;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  z-index: 10;
}

.carousel .item {
  height: auto;
  width: auto;
  background-color: #603;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: auto;
  object-fit: contain;
}
*/
/* 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: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  border-bottom: 2px solid #603;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  padding-bottom: 10px;
}

.featurette-heading a {
  display: block;
}

.featurette-heading a:hover {
  text-decoration: none;
}


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

@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;
  }

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

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

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

div.bottom-thing {
background-color: #999;
font-size: 2em;
padding: 1em;
text-align: center;
width: (bootstrap 2 column width)
}

div.bottom-thing-border {
border: 2px solid #fff;
padding: 1em;
}

.thumbs {
    height: 140px !important;
    width: auto;
}
