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

body {
  padding-top: 3rem;
  color: #5a5a5a;
}
header > div > h1 {
  color: white;
  font-size: 2.3em;
  font-family: 'Franklin Gothic Medium';
  padding-top: 5px;
  padding-bottom: 5px;
}
.headerdiv {
  background-color: black;
}



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

/* Carousel base class */
.carousel {
  margin-top: 24px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  background-color: #a3a0a0;
  border-radius: 0px;
}

.hemenara{
  margin-bottom: 4rem;
}
.hemenara >img{
  height: 40px;
  width: 40px;
  margin-bottom: 5px;
}
.hemenara >h1{
   margin-bottom: 15px;
}
/* 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: 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;
}


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

.whatsappdiv {
  height: 55px;
  width: 100%;

}

.whatsappbtn { 
  height: 100%;
  width: 100%;
  background-color: #28a71a;
  color: white;
}

.whatsappimg { 
  height: 33px;
  width: 33px;
  margin-right: 3px;
}
