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

body {
  /* padding-top: 3rem;
  padding-bottom: 3rem; */
  color: #5a5a5a;
  position: relative;
}
.navbar-brand{
  font-family: sans-serif !important; 
    font-weight: 800 !important;
    text-shadow: none !important;
    color: #fff !important;
}
.main-banner{
  padding: 200px 0 150px;
  background-image: url(img/bannerimg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-banner::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.main-banner h1{
  text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;  
  /* text-align: center; */
}
.main-banner span{
  display: block;
  font-size: 25px;
  color: white;
  text-shadow: none;
  line-height: 40px;
}
.mainbanner-btn{
  display: flex;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}
.mainbanner-btn a{
  border: 2px solid #51893e;
  padding: 10px 15px;
  background-color: white;
  color: #51893e;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
}
.contactimg{
  background: url(img/contactimg.jpg) center center/cover no-repeat;
  height: 400px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

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

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


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* 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;
  letter-spacing: -.05rem;
}


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


h2, h3, h4, h5, h6 {    margin: 15px 0;color: #51893e;}
.d-ar {margin: 10px 0;}
h1{color: #51893e;}


@media screen and (max-width: 767px) {
  .navbar-brand{
    font-size: 18px !important;
    margin: 0;
    color: #fff !important;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000 !important; 
    font-weight: 600 !important;
  }
  .main-banner{
    padding: 120px 0 80px;
    background: #5a5a5a;
  }
 
.main-banner h1{
  font-size: 25px !important;
  text-shadow: -1px 0 #51893e, 0 1px #51893E, 1px 0 #ffffff, 0 -1px #51893e;
  color: #fff;
}
.main-banner span {
  font-size: 20px;
  line-height: 30px;
  color: #51893E;
}
.mainbanner-btn {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  align-items: self-start;
  flex-direction: column-reverse;
}
.mainbanner-btn a{
  padding: 8px 12px;
  font-size: 15px;
  border-color: #fff;
background-color: transparent;
}
  
  h1{
    font-size: 27px !important;
    font-weight: 500 !important;
    color: #000;
  }
  h2{
    font-size: 25px !important;
    font-weight: 500 !important;
    color: #000;
  }
  h3{
    font-size: 23px !important;
    font-weight: 500 !important;
    color: #000;
  }
  h4{
    font-size: 20px !important;
    color: #000;
    font-weight: 500 !important;
  }
  p{
    font-size: 16px !important;
  }
  .featurette-divider{
    margin: 2rem 0;
  }
  .mt-20{
    margin-top: 20px;
  }
}

.lead a{
  color: #5a5a5a;
  text-decoration: none;
}