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

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
  font-family: 'Montserrat', sans-serif;
}


.home-main img {width:100%;}

h3 {font-size:30px; color:#000; text-align:center; font-weight:bold; padding-bottom:20px; background:url(../images/line.png) bottom center no-repeat;}

.bg-dark {background:#FFF!important;}
.nav-link {color:#000; font-weight:bold;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {color:#f37021!important;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {color:#f37021!important;}

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

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

.carousel-caption h1 {font-size:44px;}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 45rem;
}



.about-banner {width:100%;}
.about-banner img {width:100%;}

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

/* Center align the text within the three columns below the carousel */
.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;
  font-size:22px;
  color:#000;
  font-weight:700;
}
.marketing h2 {font-size:24px; margin-top:-80px; color:#FFF; font-family: 'Montserrat', sans-serif; font-weight:700!important;}
/* rtl:end:ignore */


/* 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 screen and (min-width:100px) and (max-width:812px){
  /* 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;
  }
  
  .pull-right {
    margin-left:0px;
}
.mb-4 {margin-bottom:50px;}

.carousel-item {
  height: 12rem;
}

.carousel {
  margin-bottom: 1rem;
}

.carousel-caption h1 {font-size:20px;}
.carousel-caption {
  bottom: 1rem;
  z-index: 10;
}


}

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