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

body {
  color: #5a5a5a;
}

header{height: 100px;}
header img.logo{width: 150px;
    height: 73px; }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

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

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img, .carousel-item > image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.mapboxgl-ctrl-geocoder {
    width: 100% !important;
   /* max-width: 100% !important;*/
}
.mapboxgl-ctrl-directions {
    width: 100%;
    min-width: 300px;
    max-width: 100% !important;
}
/* TIMELINE HORIZONTAL*/
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 22rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 5rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 20rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #3b82f6;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}
/* MARKETING CONTENT
-------------------------------------------------- */

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


/* 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;
  /* rtl:remove */
  letter-spacing: -.05rem;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #41807c !important;
  border-bottom: solid 4px #41807c !important;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: solid 4px;
}
.carousel-caption h1{
    font-size: 62px;
    margin-bottom: 0.1rem;
}

/* 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: 30px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 4rem;
  }
}
@media (max-width: 62em) {
  .carousel-item {
    height: 12rem;
  }
  .carousel-item > img, .carousel-item > image {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 12rem;
  }
    header{height: 60px;}
    .carousel-caption {
        bottom: 1rem;
        z-index: 10;
    }
    .carousel-caption p{
        margin-bottom: 0.1rem;
    }
    .carousel-caption h1{
        font-size: 22px;
        margin-bottom: 0.1rem;
    }
}
.btn-dark{
    background-color: #08404a !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #08404a !important;
}
