/*

eIgnition Creative

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

body {
  color: #5a5a5a;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
    color: #076ead;
    text-transform: uppercase;
}

.logo {
    display: block;
    width: 211px;
    height: 146px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


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

/* Carousel base class */
.carousel {
}
/* Since positioning the image, we need to help out the caption */
.carouselheader .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carouselheader .carousel-item {
  height: 32rem;
  background-color: #777;
}
.carouselheader .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.carouselheader .carousel-caption {
    left: 0;
    right: 0;
    background-color: rgba(255,255,255, 0.6);
    font-size: 0.6em;
}
/* Navbar */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #4a9130;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #076ead;
}
.navbar .divider .nav-link {
  display: none;
}
.camp-call {
  background: #4a9130;
}
.camp-call a {
  color: #fff;
}
.bg-light {
  background: #f8f8f8;
}
.text-green {
  color: #4a9130;
}
.text-blue {
  color: #076ead;
}
.text-white {
  color: #fff;
}
a {
  color: #4a9130;
}
a:hover {
  color: #076ead;
}
.btn-green {
  background: #4a9130;
  font-family: 'Merriweather', serif;
  color: #fff;
  text-transform: uppercase;

}
.btn-green:hover {
  background: #076ead;
  color: #fff;
}
#map-canvas {
  height: 400px;
}

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

@media (max-width: 575.98px) {

}

@media  (max-width: 767.98px) {
  .carouselheader .carousel-caption h1 {
    font-size: 2em;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carouselheader .carousel-caption h1 {
    font-size: 2.6em;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .divider .nav-link {
    display: block;
  }
}


@media (min-width: 1200px) {
/* Bump up size of carousel content */
    .carouselheader .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
    .navbar .divider .nav-link {
      display: block;
    }
}
