/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
nav {
    font-size: 1.4rem;
}
body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
    max-width: 60rem;
    margin: auto;
    padding-bottom: 1rem;
}
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  position: absolute;
    width: 100%;
  text-align:center;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
  background-color: #777;
}
.carousel-item-map {
    height: 32rem;
  background-color: #777;
}
.carousel-item > img {
 position: static;
  top: 0;
  left: 0;
    object-fit: fill;
    object-position: center;
  max-width: 100%;
  height: 32rem;
  line-height: 1;
  width: 100%;
}
.carousel-item-map > img {
 position: static;
  top: 0;
  left: 0;
    object-fit: cover;
    object-position: center;
  max-width: 100%;
  height: 32rem;
  line-height: 1;
  width: 100%;
}

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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 0rem;
  text-align: center;
  
}
.marketing h2 {
  font-weight: normal;
    text-align: center;
    margin-top: auto;
}
.marketing h3 {
   font-size: 1rem;
   line-height: inherit;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


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

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

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


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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .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;
  }
}
nav {
    font-size: 1.4rem;
}
body {
  min-height: 75rem; /* Can be removed; just added for demo purposes */
}

.navbar {
  margin-bottom: 0;
}

.jumbotron {
  padding-top: 6rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  background-color: #fff;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 50rem;
}

.album {
  min-height: 50rem; /* Can be removed; just added for demo purposes */
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}

.card {
  float: left;
  width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card > img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 85%;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}
