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

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  min-width: 360px;
  
}


/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  background-color: #FFF;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  width: 30%;
  bottom: 3rem;
  z-index: 10;
  left:33%;
  text-shadow: 1px 1px #000000;
}

.carousel-inner {
  max-height: 70vh;
  min-height: 400px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 60rem;
  min-height:15em;
  max-height: 75vh;
}

.carousel-item-blog {
  height: 25rem;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 43rem;
  object-fit: contain;
  object-position: center;
  /* max-height:150%;
  min-height:10em; */
  max-height: 100vh;
  min-height: 300px;
  /*min-width:auto;*/
}

.carousel-item-blog > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 60rem;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

li {
  padding-left: 1em
}

#nav-link {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 80px;
}
  
#nav-link li {
  display: inline;
}

#nav-link a {
  text-decoration: none;
  font-family: Cambria, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.3em;
  color: #596365;
}

#nav-link a:hover {
  text-decoration: none;
  font-family: Cambria, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.3em;
  color: #000;
}

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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


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

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

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

.featurette img {
  height: 100%;
  max-height: 400px;
  width: auto;
}


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

@media (min-height: 500px) {
  .carousel-caption {
    bottom: 6rem;
    left:25%;
  }
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  /* .carousel-caption {
    bottom: 6rem;
    left:25%;
  } */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

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

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
