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




.header {
  background: url(../images/tileback.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 0rem;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
}

.heading {
  display: flex;
  flex-shrink: 1;
  font-family: "Georgia", serif;
  
  font-weight: 400;
  color: #ddd;
  letter-spacing: 0.2rem;
  margin-left: 2rem;
  align-content: center;
  padding-top: 1.2rem;
  
}


.brand2 {
  display: flex;
  flex-wrap: flex;
  background-color: #8e6ebc;
  height: 89px;
  margin-bottom: 0;
  
}

.navbar {
  background-color: #333;
}


.nav-scroller {
      position: relative;
      z-index: 2;
      height: 2.75rem;
      overflow-y: hidden;
    }

    .nav-scroller .nav {
      background-color: #333;
      display: flex;
      flex-wrap: nowrap;
      padding-bottom: 1rem;
      margin-top: -1px;
      overflow-x: auto;
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }

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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* 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-inner {
 margin-top: 0;
}

.carousel-indicators {
  padding-bottom: 2rem;
}



.carousel-caption {
  background-color: #ddd;
  border-radius: 5px;
  display: block;
  opacity: 0.8;
  padding: 5px;
}

.carousel-text {
  font-weight: 200;
  color: #333;
  opacity: 1.0;
  padding-left: 8px;
}

.carousel-control-prev-icon {
  padding-bottom: 20px;
}



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

/* Center align the text within the three columns below the carousel */
.row{
  padding-top: 1rem;
}
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

.fw-normal {
  font-size: 25px;
}

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

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

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

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